List SQL server instances
i need to list the sql instances available on a system through VB.net 2005 code. How do i go about doin this?
# 3 Re: List SQL server instances
Is this what you are looking for:
Enumerating Instances of SQL Server ( http://msdn2.microsoft.com/en-us/library/a6t1z9x2.aspx)
# 4 Re: List SQL server instances
wonderful, exactly what i wanted.
thanks to all suggestions.