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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -