c++ - How to list SQL 2005 Express instances -
I would like to list the examples of SQL 2005 server (Express Attennion) installed on local or remote machines (my app In the original C ++) I came to know that I can make it through SQLMO, although it seems that SQLMMO does not see SQL 2005 Express Edition and SQLServer available for the listing provides an empty list.
How can I do this? Playing with the system registry is an extreme solution and applies only to local machines.
Got it ... found SQLBrowseConnect The answer is as always in MSDN: -)
Comments
Post a Comment