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.
| 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 ways1) osql -L from command prompt2) Also thru .NET using SQLDemoBut it lists only the servers and not there instances like LDNPSMXXXX\PCS_XXXX_XXX LDNPSMXXXXI 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. |
 |
|
|
|
|
|