question

Zulf avatar image
Zulf asked

Shrink Database Statistics

In SQL Server 2005, where can I check what shrink operations have been performed on a database ?

Is there a DMV that shows this type of information ?

databasestatistics
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Grant Fritchey avatar image
Grant Fritchey answered

I don't think there's a DMV that stores that information, but I'm pretty sure you could check the default trace to find that information. Here's a good article on the basics.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.