Enum the running SQL instances using DMO -
02-12-2008
, 12:28 AM
Hello,
I want to enumerate all the RUNNING SQL instances[in a mixed env where
SQL 2000 and SQL2005 are deployed] using SQL DMO.
But any of the following methods would not help
ListAvailableSQLServers Method
ListInstalledInstances Method
because they list all the installed instances and while my intent is
getting only the running instances.
Is there any other direct API ? Pls advise.
Regards,
Velu |