I am an Oracle DBA starting to learn SQL Server (as I am sure many are). I have databases that show a lot of free space when I look at Taskpad view. I read that a database cannot be shrunk below it's original creation size, how do I find that original creation size?
Software/Hardware used:
ASKED:
May 19, 2004 4:17 PM
UPDATED:
June 4, 2004 1:12 PM
If the db option has been set to automatically grow, you can’t really determine the original size (unless the original DDL was saved somewhere, or you have access to the db’s first backup–the latter would be a rough estimate).
In any event, the original size is irrelevant; a defragmented db can’t be shrunk below the total size of its used data pages.