December 16, 2016 at 1:22 pm
I wanted to know if there is a script for DB growth report that sends weekly about all databases growth rate in a week for all SQL servers in an environment. I mean is there a way we can run a script in a Central management servers to get weekly db growth for all servers in environment.
December 16, 2016 at 1:52 pm
I don't think there's anything built in to do that. It is pretty easy to get this kind of information on a scheduled basis and store it in a separate DBA database. Once you have it recorded, then you could query that on a weekly basis.
December 16, 2016 at 1:57 pm
since you have CMS set up, I would use a powershell script to poll each CMS server, and insert data into a centralized table.
then you could generate an SSRS report from it, with a subscription to send it out regularly.
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply