Browsing for SQL Server

Im writing a Windows app that get data from a sql sever database. Im trying to see if there is a pretty little control that browses for servers in VS2005. Ive seen many apps that use a similar looking sql server browser ...it has a tree view with the SQL Server icons and stuff. Just shows all the SQL servers connected in a network. I couldnt seem to find it on the controls list..does anyone know how I can get this


Answer this question

Browsing for SQL Server

  • Seppe001

    Can anyone give me an idea on how I can create such a user control please Samples, suggestions, code

  • isurge

    Hi,

    There is no such control built-in, but maybe there is a third party control vendor that sells such a control.

    Regards,
    Charles


  • Sam Vella

    SMO (SQL Management Obects) SmoApplication.EnumAvailableSqlServers

  • Browsing for SQL Server