Hi,
I have to manage many SQL Server databases on several servers. How can I manage the jobs, backups and the space on the disc without going to each and every server and database and job? Is there any script to run this? It will be very helpful if you can provide me the sample script or point me to any web site where I can get the info/script for this. Thanks in advance...
My preferable way to do this is to create the job on the server, script it out, parameterize it and deploy it with changed parameters on the other servers, this is also very helpful as you can tweak the paths to the log files, as they can differ from server to server as well as in the drive location as in the path.HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de|||
When running scripts to manage the system you are going to have to run them on the server they are needed on... Even if they are stored on the one server. I would start by looking at Linked Servers so that you can run your queries and scripts on the remote machines from the one server. In regards to monitoring the servers you could also look at MOM (Microsoft Operations Manager) and have the agents installed on each of your SQL Servers. This way the MOM System can monitor the OS Level parameters as well as some of the SQL Systems (Using the SQL Management Packs). At the same time you can also create custom scripts and tasks that MOM Can run that can be targeted to use the different servers.
With SSIS You should be able to also confugre your SQL Jobs to run from the one server and execute the different commands on the different servers.
|||For Multiserver administration u need to create
Master server
Target Server
Enlist Traget server ................
See http://msdn2.microsoft.com/en-us/library/ms191305.aspx
I hope this helps
|||Thank you Jens, Glenn and admindba for your valuable inputs...
No comments:
Post a Comment