Community

Enumerate SQL Server Instances in C#, Using ODBC

(Eamonn Murray) This article describes a C# class that utilises ODBC (SQLBrowseConnect) to obtain a list of SQL Servers on a network and returns an array of instances. If an instance is supplied with a valid username/password, then a list of all the databases on the instance is returned.

Read More - Register for Free Membership