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 |
srikanth12
Starting Member
22 Posts |
Posted - 2010-03-21 : 17:15:10
|
Hi, Is there any query with which we can get all the properties of a server. I am asking this because i need to get the server properties of 20 servers and i don't want to connect to each and every server manually and check the properties. |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2010-03-21 : 17:16:57
|
You can use SMO, or a multiserver script.You can download SSMSToolsPack to deploy multiserver scripts. N 56°04'39.26"E 12°55'05.63" |
 |
|
srikanth12
Starting Member
22 Posts |
Posted - 2010-03-21 : 17:49:38
|
Can you please post the script here. |
 |
|
russell
Pyro-ma-ni-yak
5072 Posts |
Posted - 2010-03-21 : 20:32:48
|
what properties are u after? |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
srikanth12
Starting Member
22 Posts |
Posted - 2010-03-21 : 23:46:05
|
all the general properties...like OS configuration,server configuration etc |
 |
|
srikanth12
Starting Member
22 Posts |
Posted - 2010-03-21 : 23:49:05
|
all the general properties...like OS configuration,server configuration etc |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|