About 27,000 results
Open links in new tab
  1. How to connect to LocalDB in Visual Studio Server Explorer?

    327 In Visual Studio 2012 all I had to do was enter: (localdb)\v11.0 Visual Studio 2015 and Visual Studio 2017 changed to: (localdb)\MSSQLLocalDB as the server name when adding a …

  2. Connecting to SQL Server Express from Visual Studio

    Feb 28, 2013 · 3 I have SQL Server 2008 installed with Visual Studio 2010, I have downloaded a project which has database files created in Visual Studio project itself, now I want to connect …

  3. How to connect sql server express database to VS 2017

    Mar 25, 2017 · 7 I keep running into issues just trying to make a connection from my c# program in Visual Studio 2017 Express to a small local database with one table I created in Sql Server …

  4. visual studio 2019 - Where are my Local SQL Server Express …

    Sep 24, 2020 · C:\Users\bclay\AppData\Local\Microsoft\Microsoft SQL Server Local DB\Instances\MSSQLLocalDB ...but that can't be, as the newest file there is over 2 months …

  5. visual studio - SQL Server Express vs express localdb - Stack …

    LocalDB is a special, low impact version of the SQL Server engine, that is not installed as a Windows Service, but launched (made to run) on demand by the ADO.NET client opening a …

  6. SQL Server is not showing in Visual Studio - Stack Overflow

    Jun 30, 2011 · I just installed SQL Server Express on my PC and for some reason it is not showing in my list of available servers to connect on Visual Studio 2010. I added some …

  7. sql server - What is the sql connection string I need to use to …

    Jan 27, 2017 · 've installed SQL Express on my PC hoping to do some practice creating tables and then modifying them. I coded a webpage in Visual Studio to, basically, SELECT * from a …

  8. How can I connect to a SQL Server Express database on my local …

    Jan 27, 2023 · 0 I'm running Visual Studio 2022, and I have a SQL Server Express database on the same machine that I want to access from Visual Studio. Does anyone know how I can …

  9. How do I upgrade SQL Server localDB to a newer version?

    Visual Studio 2022 ships with Microsoft SQL Server 2019 15.0.4153.1 LocalDB. If you have Visual Studio 2022 installed but have previously used an earlier version of Visual Studio you can …

  10. ASP.NET Web Api: Project requires SQL Server Express

    Nov 1, 2016 · Are you saying that Visual Studio looks for the string ".\SQLEXPRESS" in the app.config files, and if it finds it, it displays this warning? If so that's really dumb.