Is it possible to execute queries against a Central Management Server (CMS) using SSRS?

For example, I know of no way to tell a stored procedure that it is inherently supposed to call the CMS, so it would seem some sort of qualifier to indicate that you are querying CMS (and which CMS) would need to be specified.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

This is not possible using SSRS, but you can use powershell to read from CMS and then use the SQLCMD cmdlet to execute queries.

link|improve this answer
Got it, thanks again Jason. I'll make another question about how to do this with Powershell :) – Eric Higgins Feb 23 at 22:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.