Detect SQL Servers

How do I etect all INstances of SQL Servers on my network

I want to poulate a combo box with the SQL Server instance Name. Also How o I get my computer name


Answer this question

Detect SQL Servers

  • gaffneyn

    To get your Computer Name, use SystemInformation.ComputerName.

    To get all instances of SQLServer on a Network, use <a href="http://www.sqlsecurity.com/DesktopDefault.aspx tabindex=5&tabid=7">SQLPing</a>.

  • Detect SQL Servers