About 24,600 results
Open links in new tab
  1. How to get the connection String from a database - Stack Overflow

    May 7, 2012 · The easiest way to get the connection string is using the "Server Explorer" window in Visual Studio (menu View, Server Explorer) and connect to the server from that window. …

  2. 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 …

  3. ssms - How to connect to LocalDb - Stack Overflow

    Disregard my original answer: "With SQL Server 2014 Express LocalDB, use (localdb)\ProjectsV12. This works in both Visual Studio 2013 and SQL Server 2014 …

  4. 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 …

  5. visual studio - How to delete Sql Server Database - Stack Overflow

    Sep 15, 2011 · I created a database using Server Explorer Visual Studio of name MyDatabase.mdf (and MyDatabase.ldf). Now i want to delete it.I deleted it from Visual Studio …

  6. 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 …

  7. ¿Cómo habilitar conexiones remotas en SQLServer?

    Apr 22, 2018 · 1 Tengo un problema en Visual Studio 2015 con C# y SQL Server (Microsoft SQL Server Management Studio 14.0.17230.0). El caso es el siguiente: Hice un Web Service para …

  8. Como conectar desde c# a sql server express usando ip?

    Estoy intentando hacer una conexion entre c# y sqlserver express y conectarme usando la ip de la maquina que actue como servidor por ejemplo tener 3 laptops conectadas por wifi y que …

  9. 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 …

  10. I can't get a Sql Server localdb connection to work on a computer …

    28 I have a C# console application written using Visual Studio 2012. In the application I am using a Sql Server localdb connection to a database to store information. This is working fine on …