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 |
JDMils
Starting Member
3 Posts |
Posted - 2011-11-09 : 00:17:15
|
I need a method in which I can "find" all Windows servers running SQL Server Enterprise or Standard. I need to know which server is running which edition of SQL. Is there an automated way of doing this?|+-- JDMils|+-- I know very little of SQL!!+-- SQL2005 ENT 64-Bit| |
|
Sachin.Nand
2937 Posts |
Posted - 2011-11-09 : 01:15:24
|
Do you have the list of servers ?PBUH |
|
|
alexylee
Starting Member
14 Posts |
Posted - 2011-11-09 : 12:56:21
|
This free tool will be helpful for you.[url]http://technet.microsoft.com/en-us/solutionaccelerators/dd537566.aspx[/url]You can make SQL Server list (including some basic information) from this tool.If you want to do it in a programming way, you can use WMI (or SQL WMI).[url]http://www.sqlmgmt.com/sql/SQL-WMI-Provider[/url]http://www.sqlmgmt.com |
|
|
chris_cs
Posting Yak Master
223 Posts |
Posted - 2011-11-11 : 04:48:18
|
It would be quite easy to accomplish this using Powershell.----------------------------Junior DBA learning the ropes |
|
|
vikki.seth
Yak Posting Veteran
66 Posts |
|
|
|
|