Discover SQL Servers on network

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft

    #1

    Discover SQL Servers on network

    In my app I want to create a drop down that lists the available SQL Servers
    on the Network. How do I discover what servers are out there?

    This is exactly like when you use File/Connect in Query Analyzer, you select
    the server you want to connect to then you enter you credentials or use
    Windows Auth. I just want the servers though.

    Thanks,

    Steve


  • tlkerns

    #2
    RE: Discover SQL Servers on network

    If you're using .net 2.0, check the SqlDataSourceEn umerator Class.

    Tony

    "Microsoft )IntraRELY.com> " wrote:
    [color=blue]
    > In my app I want to create a drop down that lists the available SQL Servers
    > on the Network. How do I discover what servers are out there?
    >
    > This is exactly like when you use File/Connect in Query Analyzer, you select
    > the server you want to connect to then you enter you credentials or use
    > Windows Auth. I just want the servers though.
    >
    > Thanks,
    >
    > Steve
    >
    >
    >[/color]

    Comment

    Working...