PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Re: Enumerate computers on network running SQL Server

Reply

Re: Enumerate computers on network running SQL Server

 
Thread Tools Rate Thread
Old 08-07-2003, 12:14 AM   #1
Alex Feinman [MVP]
Guest
 
Posts: n/a
Default Re: Enumerate computers on network running SQL Server


Since SQL server is capable of running on an arbitrary port, the only
reliable way of doing what you want is quering Active Directory (provided
that we are talking about SQL2000 in domain environment). Quering the AD
from .NET CF is painful. You may be able to do it easier via web service

"Ian Williamson" <bmcpeake@nospam.shaw.ca> wrote in message
news:068b01c344de$b51d4a50$a301280a@phx.gbl...
> Greetings,
>
> I would like to be able to enumerate all computers that
> are on the network that have an instance of SQL Server
> running. Any ideas?
>
> Cheers, Ian Williamson
>
>



  Reply With Quote
Old 08-07-2003, 01:11 AM   #2
Ian Williamson
Guest
 
Posts: n/a
Default Re: Enumerate computers on network running SQL Server

Fair enough.

How about just enumerating ALL computers on the network
then?


>-----Original Message-----
>Since SQL server is capable of running on an arbitrary

port, the only
>reliable way of doing what you want is quering Active

Directory (provided
>that we are talking about SQL2000 in domain

environment). Quering the AD
>from .NET CF is painful. You may be able to do it easier

via web service
>
>"Ian Williamson" <bmcpeake@nospam.shaw.ca> wrote in

message
>news:068b01c344de$b51d4a50$a301280a@phx.gbl...
>> Greetings,
>>
>> I would like to be able to enumerate all computers that
>> are on the network that have an instance of SQL Server
>> running. Any ideas?
>>
>> Cheers, Ian Williamson
>>
>>

>
>
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off