Archive

Archive for November, 2007

Enable \ Disable Remote connections Via DOS or T-SQL

November 15th, 2007

I’ve seen in forums seeking to enable \ disable Remote connections via DOS prompt \ T-SQL. I’ve searched google for this topic and didn’t get any article on this topic, so i decided to write a procedure to change Remote connections via T-SQL so that this can be called from DOS.

Enabling \ Disabling Remote connections are nothing but changing registry values in “HKLM\Software\Microsoft\Microsoft SQL Server\MSSQLSERVER\Supersocketnetlib\Protocol”, with respect to the values in the registry it enables are disables the protocol for Remote connection.

Read more…

VN:F [1.0.8_357]
Rating: 0.0/5 (0 votes cast)

General, SQL Server 2005