How to check that sql instance is running on PC
Some time sql server installs properly on pc but it does not connects.
One of the reason is 1433 port is not opened for sql server. To check this run below command in command prompt. It it replies properly then port is open, otherwise no.
C:\>netstat -an | find ":1433"
http://
http://
Contributed by:
Rohit kakria
I am software developer
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=506
Click here to go on website
|