About 120,000 results
Open links in new tab
  1. Can't connect to localhost on SQL Server Express 2012 / 2016

    Mar 14, 2019 · Cant connect to SQL Server 2005 localhost. 4. Visual Studio Database Project Generate Script. 2. error: 50 ...

  2. How to connect to a local database in SQL Server Management …

    Apr 6, 2017 · It is a special edition of SQL Server that does not allow remote connection and supports windows integrated authentication only. It is a simple one click MSI install so it is …

  3. Cannot connect to MSSQL server management studio as localhost

    Aug 10, 2018 · The reason is that I just installed the exe, but failed to do sql server setup actually! To make my 'localhost' as server name with windows authentication works, I followed below …

  4. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · After installation you need to connect to Server Name : localhost to start using the local instance of SQL Server. Once you are connected to the local instance, right click on …

  5. Connecting to local SQL Server database using C#

    May 4, 2014 · Suppose I have created a SQL Server database called Database1.mdf in the App_Data folder in Visual Studio with a table called Names. How could I establish a …

  6. Cannot connect to database using localhost\sqlserver

    Sep 7, 2015 · Cannot connect to localhost\sqlexpress from SQL Server Management Studio even if I specify shared memory as protocol. 2. localhost. sqlcmd -Slocalhost -> TCP sqlcmd …

  7. How to setup a SQL Server instance on my localhost?

    Mar 15, 2022 · On SQL Server configuration manager clicked on 'SQL Server Network Configuration' and enabled 'Named Pipes' and 'TCP/IP' in 'Protocols for SQLEXPRESS' …

  8. c# - Sql connection-string for localhost server - Stack Overflow

    Dec 27, 2013 · I need to know what is the exact connection string for my localhost, if my server name looks like as below: Data Source=HARIHARAN-PC\SQLEXPRESS;Initial …

  9. How to use Microsoft SQL Server locally? - Stack Overflow

    May 10, 2015 · Look for the SQL Server services - I have two on my machine here. The name in the brackets after the SQL Server tells you the instance name : if it's MSSQLSERVER (like my …

  10. How to connect to SQL Server from command prompt with …

    Mar 21, 2014 · If you want to use SQL Server authentication you could try this: sqlcmd /S /d -U -P Definitions: /S = the servername/instance name. Example: Pete's Laptop/SQLSERV /d = the …

Refresh