hello ...
I have almost 200 SQL server instances.
my requirement is from a centralize server i need to run some report which basically accumulation of some data of these 200 instances .
What I am looking for some good suggestion to serve this issue.
one i have thinking to run a schedule job in retular fasion which will connect to those 200 server .. and import the data to the centralize server and from there we can get the report .. is this the best way ? or pls suggest some good sulutions
SD