About 1,630,000 results
Open links in new tab
  1. Lesson 1: Connecting to the Database Engine - SQL Server

    When you install the SQL Server Database Engine, the tools that are installed depend upon the edition and your setup choices. This lesson reviews the principal tools and shows how to connect and perform an essential function (authorizing more users).

  2. Connect to the SQL Server Database Engine - SQL Server

    This article provides a high level overview for connecting to the SQL Server Database Engine, used by the following products and services: SQL Server; Azure SQL Database; Azure SQL Managed Instance; Analytics Platform System (PDW) Azure Synapse Analytics; Prerequisites. You connect to the Database Engine using a client tool or client library ...

  3. Change the Configuration Settings for a Database - SQL Server

    Jan 22, 2024 · Learn how to change database-level options in SQL Server 2019 by using SQL Server Management Studio or Transact-SQL.

  4. SQL Server connection strings - ConnectionStrings.com

    To use the User Instance functionality you need to enable it on the SQL Server. This is done by executing the following command: sp_configure 'user instances enabled', '1'. To disable the functionality execute sp_configure 'user instances enabled', '0'.

  5. SQL Server network configuration - SQL Shack

    Jun 14, 2016 · SQL Server Network Configuration involves enabling the protocols that manage the connection to the SQL Server and configuring the available options for these network protocols. It also provides the means to encrypt the communication between the SQL Server instance and the client applications and hide the SQL Server instance from being browsed.

  6. How to connect to a remote SQL Server - SQL Shack

    Feb 18, 2016 · In this article, we will explain step by step how to connect remotely to a SQL Server Express instance. Remote access is the ability to get access to a SQL Server from a remote distance in order to manipulate data which are located on that SQL Server. There are two types of adjustments which must be set before connecting to the remote SQL Server.

  7. SQL Server Connection Strings Reference Guide

    Jan 6, 2025 · Make a database connection using SqlClient as follows: Server – is the SQL Server instance name. For a named instance you need to specify the serverName\instanceName. You can use a period (.) for a local SQL Server. For a specific port, you need to specify the server name with a comma and the port. Database – SQL Server database name.

  8. How to Connect to SQL Server: A Quick and Efficient Guide

    Jun 28, 2023 · When it comes to connecting to MS SQL, there are several methods to establish a connection with your SQL server. By understanding these methods, you’ll be able to choose the appropriate one for your specific needs and purposes. We’ve summarized the main connection methods below, with some additional context for each option.

  9. SQL Server DSN and ODBC Configuration - MSSQLTips.com

    Apr 7, 2008 · In part one of our four-part series on connecting Microsoft Access to a SQL Server database, we outlined the steps for creating a ODBC Data Source Name (DSN) using the SQL Server OLE DB driver.

  10. How do you configure SQL Server to allow a database connection locally ...

    Apr 29, 2017 · Steps To Configure SQL Server to Allow a Database Connection Locally Or From a Remote Machine? Follow the steps microsoft outlines in this link. Summary: Note: You will need to restart SQL Services for the changes to take effect.

  11. Some results have been removed
Refresh