How can one determine which sql server instances are installed on the local machine and the network environment?
+1
A:
sqlcmd
and osql
have the option -L
which list the instances. Here and here are examples and tutorials how to use it.
Lukasz Lysik
2009-10-21 14:02:20