Hi, Could anyone suggest how to get a list of SQL servers and a list of databases using ADO.NET? In VB6, SQLDMO could be used for this, but how it is done in .NET? Any help would be appreciated. Thanks, Denis
Hi, Could anyone suggest how to get a list of SQL servers and a list of databases using ADO.NET? In VB6, SQLDMO could be used for this, but how it is done in .NET? Any help would be appreciated. Thanks, Denis
I know how to get the list of database, but list of SQL servers. It's simply just the following query statement SELECT name FROM sysdatabases sysdatabases is located in Master Database. Please let me know when you get the list of SQL servers :)