|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, September 26, 2012 11:32 PM
Points: 68,
Visits: 169
|
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 6:46 AM
Points: 6,
Visits: 55
|
|
| Dude, you got me very interested. Looking forward to you finishing this article and wish you all the best in completing it. I was about to start something like this (I have modified SP2 reports to work on all servers but it wont work on SQL 2008. Will this?)
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 7:32 AM
Points: 2,155,
Visits: 177
|
|
I remain confused by the purpose of this project. SQL Server 2008 provides Centralized Management Server which allows you to register all of your servers in a single location and execute a single command against all of them from one location. This is all built into the product. At a minimum, shouldn't this be the mechanism used to gather your data rather than creating a server table and looping through it to execute DML commands.
http://msdn.microsoft.com/en-us/library/bb934126.aspx
There are also mechanisms for data collector, which will gather data and place it into a "management data warehouse".
http://msdn.microsoft.com/en-us/library/bb677248.aspx
Seems like you're re-inventing a more cumbersome wheel here.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 6:46 AM
Points: 6,
Visits: 55
|
|
Are all your servers on 2008? if not, then this could help in the meantime. I still have a few 2000 boxes. If this will work on all three then I think it is worth it.
Mike
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 7:32 AM
Points: 2,155,
Visits: 177
|
|
| The SQL Server Central Management Server does not require the registered servers to be SQL2K8. You can register SQL2K servers and execute T-SQL against them from a central location as long as the T-SQL is supported.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, September 26, 2012 11:32 PM
Points: 68,
Visits: 169
|
|
michaelberry67 (4/22/2009) ...you got me very interested. Looking forward to you finishing this article and wish you all the best in completing it. I was about to start something like this (I have modified SP2 reports to work on all servers but it wont work on SQL 2008. Will this?)
Thanks Michael. Yeh, it should work on 2008 fine.
No, we don't have any 2008 servers, just 2000 and 2005.
jhadden (4/22/2009) I remain confused by the purpose of this project. SQL Server 2008 provides Centralized Management Server which allows you to register all of your servers in a single location and execute a single command against all of them from one location. This is all built into the product. At a minimum, shouldn't this be the mechanism used to gather your data rather than creating a server table and looping through it to execute DML commands.
http://msdn.microsoft.com/en-us/library/bb934126.aspx
There are also mechanisms for data collector, which will gather data and place it into a "management data warehouse".
http://msdn.microsoft.com/en-us/library/bb677248.aspx
Seems like you're re-inventing a more cumbersome wheel here.
http://www.sqlservercentral.com/Forums/FindPost700958.aspx
I'm fairly confident that down the line, you'll hit a snag when trying to write a particular report using the CMS. It just won't be as flexible as writing your own programme. If you're limited to time, then fair enough, if not, then why not get creative? 
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 7:32 AM
Points: 2,155,
Visits: 177
|
|
| Really? Just trying to save you some trouble. Enjoy.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, May 03, 2013 6:46 AM
Points: 6,
Visits: 55
|
|
Thanks for that. really. Any good articles on that new feature? I would be interested since we do have one server running 2008.
Mike
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, December 13, 2012 7:22 AM
Points: 4,
Visits: 70
|
|
I am trying this out but having problems with the remote user part of the Linked Server.
I have already created the database under another account and this account owns the database. I cannot see how I can now have the user 'MonitoringReportUser' be the owner of teh SQL_Admin Database.
Anyone thired this part out yet and can help with setting this up?
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, September 26, 2012 11:32 PM
Points: 68,
Visits: 169
|
|
Hi
What's the exact error?
Drew
|
|
|
|