|
Home > Archive > Microsoft SQL Server forum > January 2006 > SQL Server client tools
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SQL Server client tools
|
|
| Elham Ghoddousi 2006-01-28, 1:23 pm |
| Hi
How network administartor can find , who has AQL server client tools on
his system?
Thanks
| |
| Erland Sommarskog 2006-01-28, 8:23 pm |
| Elham Ghoddousi (Ghoddousi@gmail.com) writes:
> How network administartor can find , who has AQL server client tools on
> his system?
Reading the registry for
HKEY_LOCAL_MACHINE\S
OFTWARE\Microsoft\Mi
crosoft SQL Server on each machine?
Maybe there is a more effecient way. It's probably better to ask this
in a newsgroup about Windows administraton.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pr...oads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodin...ions/books.mspx
| |
|
| Hi,
sure use the WMI provider to query the information for your software
inventoring. There is an example of the appropiate namespace
"root/cimv2"
on http://www.serverwatch.com/tutorial...cle.php/1476661 . Therefore
enumerating to all known clients / ip adresses you should get the
needed information.
HTH, Jens Suessmeyer.
|
|
|
|
|