DB Growth Report weekly for all servers

  • 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.

  • 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.

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply