C
C#•6mo ago
Gipper

ASP.NET MVC How to open Database in SQL Server Management Studio (can't connect server)?

Pretty much the title. I have tried to go to the connection string to get the the server name and insert into the Connect to Server dialog in Management Studio, but it says not found. It may not be irrelevant but the Server Name in my connection string that I tried to connect to is "(localdb)\mssqllocaldb". Help?
3 Replies
g33b1c
g33b1c•6mo ago
Make sure the LocalDB is running. 1. using Windows + R 2. then type services.mcs 3. then find sql server which was off. 4. I've run it using right-click. Then connection was back
Gipper
Gipper•6mo ago
Which one of the service should I be looking for specifically? Thanks for responding btw 🙂
g33b1c
g33b1c•6mo ago
Sorry, there is no service for mssqlLocaldb. My mistake You have to start the instance via CMD, the command for this is as follows. sqllocaldb start mssqllocaldb
Want results from more Discord servers?
Add your server
More Posts
✅ Urgent | Cannot update property in EF because another instance with the same key is being trackedHi, so I have following code: Basically I get a batch to update the field ```cs var batch = await cSelenium QuestionDo I need tear down etc for finalized product? Im using nunit framework but cant seem to be able to dotnet tool not recognized after local installI am trying to locally install the tool `dotnet-mgcb-editor` from nuget into my repository. But it's✅ Getting error when installing CSharpier globally``` C:\Users\mango\AppData\Local\Temp\c9a0f2f7-6b74-4505-bfe2-8c9a0efe4d18\restore.csproj : error NUDependency injection in WPFI'm trying to do DI in my WPF app. I've read about it on different sites and followed youtubers but Critical Path Method - Issue with Latest Start TimesI have made my program to calculate the project duration, the earliest start time and the latest staHave all ControllerBase ObjectResults return StatusCodeResult with ProblemDetailsI'd like to unify the way errors are returned from my web api. With the introduction of AddProblemDeCancelKeyPress not being handled/interrupted correctlyThe issue is that on ctrl+c press the application does call CancelKeyPress event, however I'm assumiurgent ! it's related with json serializerhello, Document = new NodeDocument() { Content = JsonSerializer.Serialize(document, new JsonSeSafe Plugin Loader - Forbid specific namespaces (and reflection usage)?Im trying to wire a plugin loader where people can extend the application with custom plugins. To en