sql manager conect to ip

Solutions on MaxInterview for sql manager conect to ip by the best coders in the world

showing results for - "sql manager conect to ip"
Elisa
29 Apr 2017
1Configure SQL Server machine
21. Windows Firewall ->Advanced Settings->Inbound Rules
3Add a rule to enable TCP port 1433 (default port for SQL Server)
4
52. Run SSMS (SQL Server Management Studio) on SQL Server machine
6Server Properties -> Security -> SQL Server and Windows Authentication mode (Enable)
7
83. Server Properties - > Connections -> Allow Remote Connections ..” should be checked
9
104. Add a SQL login (if not already there)
11
12 5. Enable SQL Service to listen on TCP/IP
13Check SQL Server version and run appropriate version of SQL Configuration Manager to enable TCP.
14
156. Restart SQL Server Service 
16