How can I enable port 1433 on windows server 2003 to enable SQL connections?
I don't have any hardware firewall just plain windows 2003 with sp2
|
How can I enable port 1433 on windows server 2003 to enable SQL connections? I don't have any hardware firewall just plain windows 2003 with sp2 | |||
|
feedback
|
|
Are you sure your database is running and listening on port 1433? Run netstat -a to check the port. | |||||||||||
feedback
|
|
You'll find the Windows Firewall in the Control Panel. You can enable port 1433 in there. | |||||||
feedback
|