SQL Server 2019 Server name filling method
Server name rules
Fill in the steps
- Log in to SQL Server Management Studio (SSMS)
- Right-click "Server Object"
- Select "Connect"
-
Enter the server name in the "Server Name" field
- If it is a local server, enter ".\SQLEXPRESS"
- If it is Remote server, enter the IP address or host name of the server, such as "192.168.1.100" or "my-server.domain.com"
- Click "Connect"
Example
- Local server: ".\SQLEXPRESS"
-
Remote server:
- IP address: "192.168.1.100"
- Host name: "my-server.domain.com"
Tip
- If you are not sure about the server name, check the server documentation or ask your system administrator.
- If you are having trouble connecting, make sure you have TCP/IP connections enabled and the appropriate ports open in your firewall.
The above is the detailed content of How to fill in the server name in sqlserver2019. For more information, please follow other related articles on the PHP Chinese website!