Mayank
Mayank
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
can you please help>
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
One thing is that also in MAC my server instance automatically getting on and off
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
builder.Services.AddDbContext<BloggyDbContext>(options => options.UseSqlServer(builder.Configuration.GetConnectionString("BloggieDbConnectionString")));
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
and the error is above
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
see i am doing this
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
{ "ConnectionStrings": { "BloggieDbConnectionString": "Server=localhost;Database=BloggieDb;User=temp;Password=hide" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*" }
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
can we connect through meet
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
@Jimmacle can you help please
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
can we connect in meet please?
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
its saying not able to open conection
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
its not working
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
actually i am using database first approach in this i am doing migration first then when i am updating it in db
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
google
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
took help from chatgpt
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
i am checking from 3 days
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
But i am able to connect through terminal and azure data studio with same user id and password and server is local host with all privileges granted
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
In short the error is this Microsoft.Data.SqlClient.SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server: Could not open a connection to SQL Server)
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
at Microsoft.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource1 retry, SqlConnectionOverrides overrides) at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides) at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection.OpenDbConnection(Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternal(Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected) at A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 40 - Could not open a connection to SQL Server: Could not open a connection to SQL Server)
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
but when i am updating the database i am getting the error
43 replies
CC#
Created by Mayank on 8/26/2023 in #help
❔ Error in connection to database [ sql workbench]
I am not using any database. I applied migration and just want to update database
43 replies