Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 Enlist all Sql Servers in the network

Author  Topic 

rajuarien1
Starting Member

2 Posts

Posted - 2008-02-04 : 13:52:55
I am trying to enlist all the SQL Servers in our domain as part of an application. I tried various ways
1) osql -L from command prompt
2) Also thru .NET using SQLDemo

But it lists only the servers and not there instances like
LDNPSMXXXX\PCS_XXXX_XXX

LDNPSMXXXX

I tried to execute under domain accounts but it still doesn’t work !!!

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-02-04 : 22:54:56
Google sqlping, download it and try.
Go to Top of Page
   

- Advertisement -