December 24, 2015 at 10:09 am
Guys,
Is there any way to find out which database grow most?
All the MDF files of 40 databases are on single drive. without the prior history how can we find out which database is growing at a fast pace.
we have backups of only 7 days on the drive.
Thanks in advance.
December 24, 2015 at 11:02 am
Short answer, look at the backup sizes and determine which one is adding data the quickest.
December 24, 2015 at 1:25 pm
steve,
Thanks for the reply
I need the information of last two-three months. is there any way to find it?
Backups are of only 7 days.
December 24, 2015 at 1:46 pm
You can use the backup_size column in the backupset table in msdb to look at size for backups you don't still have in the file system.
Cheers!
January 20, 2016 at 8:03 am
If there are only 7 days, do you mean 7 days in msdb? If the data is gone, it's probably gone.
January 20, 2016 at 10:29 pm
Check out the following link hope this will help you: https://www.mssqltips.com/sqlservertip/3690/identify-sql-server-database-growth-rates/
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply