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

    In Visual Studio select TOOLS > Connect to Database... For Server Name enter (localdb)\v11.0. If it didn't work, use the Instance pipe name that you copied earlier. You can also use this to connect with SQL Management Studio. Select the database on next dropdown list; Click OK

  2. Connect to a database in Visual Studio - learn.microsoft.com

    Using Connected Services, you can easily use a local development database, hosted by SQL LocalDB, SQL Server running in a container, or an on-premises instance of SQL Server, and then transition to Azure SQL Database when you're ready to deploy to the cloud.

  3. How to connect to a local database in SQL Server Management Studio?

    Apr 6, 2017 · To recover your Dump, you need one server where your dump will get uploaded. For this you need one MS server. you can connect to server using username and password. After connection to server you can create a DB in which you want the dump to get imported. If your SQL dump contains create Database statement, then you don't need to create one.

  4. Connecting to local SQL Server database using C#

    May 4, 2014 · Did you attach DB to SQL Server? In Data Source (on the left of Visual Studio) right click on the database, then Configure Data Source With Wizard. A new window will appear, expand the Connection string, you can find the connection string in there.

  5. SQL Server Express LocalDB - SQL Server | Microsoft Learn

    Jul 22, 2024 · Once LocalDB is installed, you can initiate a connection using a special connection string. When you connect, the necessary SQL Server infrastructure is automatically created and started, enabling the application to use the database without complex configuration tasks.

  6. Connect to a Database and Browse Existing Objects - SQL Server

    Sep 11, 2023 · Learn how to use SQL Server Object Explorer in Visual Studio to connect to both on-premises and off-premises SQL Server instances.

  7. SQL: Connecting to LocalDB from SQL Server Management Studio

    Apr 21, 2024 · At this point, you have two choices for connecting to LocalDB. You can use named pipes. You can see the named pipe address at the bottom of the info command above. In my case, I’m going to connect from SSMS. I open SSMS and enter the address as follows: (localdb)\.\GREGLOCALDB.

  8. Connecting to SQL Server using Visual Studio – CMS Support

    To connect to your SQL Server database in Visual Studio start a new project and bring up Server Explorer either by clicking on the tab next to the Toolbox or by going to View > Server Explorer. Right click on ‘Data Connections’ then click ‘Add Connection’.

  9. Connect To A Database From Visual Studio - C# Corner

    Open Visual Studio. Go to "Tools" menu and then click on "Connect to Database". The "Add Connection" window opens. First, you need to choose the type of database to which you want to connect. MS SQL Server is pre-selected. In the Server Name, type the IP and Instance of your Server. In this example, we will be connecting to a local instance of ...

  10. Help! I don't understand why I can't access my local sql server ...

    Mar 7, 2024 · I'm in college trying to take an introductory database course, and in order to do that, I have to connect to a local sql server. I went to tools--> SQL Server--> and --> New Query in Visual Studio.

  11. Some results have been removed