MSSQL Remote Connection
-
Change
Server Authentation
in Server Properties, this operation requires restart service -
Make sure
Allow remote connections to this server
checked -
In instance Facets, make sure
RemoteAccessEnabled
inServer Configuration
isTrue
-
Make sure both your instance and
SQL Server Browser Service
is running -
In
SQL Server Configuration Manager
, enable theTCP/IP
for given instance, then restart service
What is SQL Server Browser Service
For
The SQL ServerBrowser
program runs as a Windows service. SQL Server Browser listens for incoming requests for Microsoft SQL Server resources and provides information about SQL Server instances installed on the computer. SQL Server Browser contributes to the following actions:
-
Browsing a list of available servers
-
Connecting to the correct server instance
-
Connecting to dedicated administrator connection (DAC) endpoints
-
For each instance of the Database Engine and SSAS, the SQL Server Browser service (sqlbrowser) provides the instance name and the version number. SQL Server Browser is installed with SQL Server.
-
SQL Server Browser can be configured during setup or by using SQL Server Configuration Manager. By default, the SQL Server Browser service starts automatically:
-
When upgrading an installation.
-
When installing on a cluster.
-
When installing a named instance of the Database Engine including all instances of SQL Server Express.
-
When installing a named instance of Analysis Services.