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 …

  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 …

  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 …

  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 …

  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 …

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

  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 …

  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 …

  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 …

  11. Some results have been removed
Refresh