Tagged Questions
2
votes
2answers
360 views
How to list SQL 2005 Express instances
I would like to list what instances of SQL 2005 Server (Express Editon) are installed on local or remote machine (my app is in Native C++). I found that i can make it by SQLDMO, however it seems that ...