|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 10:04 AM
Points: 55,
Visits: 202
|
|
we have all of our 1000 instances stored in a central DB. I can easily pull these out, and group and order them in whatever way I want to. How can I then import this list into the Central Management Servers list of servers? Is there some utility somewhere that creates the xml file in the required format ready for import?
thanks
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Wednesday, June 12, 2013 2:54 AM
Points: 1,076,
Visits: 5,128
|
|
Try this: Right click -> Tasks -> Import.../Export...
See the attached screen shot for reference. Exported file is in xml format.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 10:04 AM
Points: 55,
Visits: 202
|
|
thanks for the reply. what i'm after though, is a way to put my serverlist (held in another table) into that XML format, so that i can add all these 1000 servers in one go, rather than register each one. any utility out there that creates the xml file for you?
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, June 05, 2013 10:04 AM
Points: 55,
Visits: 202
|
|
| issue solved. there are msdb stored procedures used to create/add servers and groups you enter into your CMS setup in SSMS. the names escape me, but if you trace it you'll find them and then just google them/BOL them for more info on how to use them. i got the the point where i was able to rather quickly add 10s/100s of instances into various groups in seconds, once i'd retrieved a suitable source list of instances to use.
|
|
|
|