Događaji
M03 31 23 - M04 2 23
Najveći događaj učenja jezika SQL, platforme Fabric i platforme Power BI. 31. mart - 2. april Koristite kod FABINSIDER da uštedite 400 dolara.
Registrirajte se danasOvaj preglednik više nije podržan.
Nadogradite na Microsoft Edge da iskoristite najnovije osobine, sigurnosna ažuriranja i tehničku podršku.
Applies to:
SQL Server
To enhance security, SQL Server disables network connectivity for some new installations. Network connectivity using TCP/IP is not disabled if you are using the Enterprise, Standard, Evaluation, or Workgroup edition, or if a previous installation of SQL Server is present. For all installations, shared memory protocol is enabled to allow local connections to the server. The SQL Server Browser service might be stopped, depending on installation conditions and installation options.
Use the SQL Server Network Configuration node of SQL Server Configuration Manager to configure the network protocols after installation. Use the SQL Server Services node of SQL Server Configuration Manager to configure the SQL Server Browser service to start automatically. For more information, see Enable or Disable a Server Network Protocol.
The following table describes the configuration after installation.
Edition | New installation vs. previous installation is present | Shared memory | TCP/IP | Named pipes |
---|---|---|---|---|
Enterprise | New installation | Enabled | Enabled | Disabled for network connections. |
Standard | New installation | Enabled | Enabled | Disabled for network connections. |
Web | New installation | Enabled | Enabled | Disabled for network connections. |
Developer | New installation | Enabled | Disabled | Disabled for network connections. |
Evaluation | New installation | Enabled | Enabled | Disabled for network connections. |
SQL Server Express | New installation | Enabled | Disabled | Disabled for network connections. |
All editions | Previous installation is present but is not being upgraded. | Same as new installation | Same as new installation | Same as new installation |
All editions | Upgrade | Enabled | Settings from the previous installation are preserved. | Settings from the previous installation are preserved. |
Bilješka
If the instance is running on a SQL Server failover cluster, it listens on those ports on each IP address selected for SQL Server during SQL Server setup.
Bilješka
When you are installing SQL Server with command-prompt arguments, you can specify the protocols to enable by using the TCPENABLED
and NPENABLED
parameters. For more information, see Install SQL Server from the Command Prompt.
See the following topics for samples of connection strings:
The SQL Server Browser service can be configured to start automatically during setup. The default is to start automatically under the following conditions:
Hardware and Software Requirements for Installing SQL Server 2016
Događaji
M03 31 23 - M04 2 23
Najveći događaj učenja jezika SQL, platforme Fabric i platforme Power BI. 31. mart - 2. april Koristite kod FABINSIDER da uštedite 400 dolara.
Registrirajte se danasObučavanje
Put učenja
Configure networking on Windows clients - Training
MD-100 Configure networking on Windows clients
Dokumentacija
Server Network Configuration - SQL Server
Become familiar with SQL Server network configuration tasks. View information on enabling protocols, configuring encryption, registering SPNs, and other actions.
Configure a Server to Listen on an Alternate Pipe - SQL Server
Find out how to configure the named pipe that the SQL Server Database Engine listens on. Learn how to connect a client application to a specific named pipe.
Enable or disable a server network protocol - SQL Server
Use SQL Server Configuration Manager or PowerShell to enable or disable a SQL Server server network protocol.