|
Posted by hallpa1@yahoo.com on 04/11/06 19:20
(continuation of first post)
One idea that I had, which may not work at all, is as follows.
Copy a table to a temp db.
Do the shrink on the temp db.
Drop the original table.
Move the table from the temp db to the original db.
Repeat for each table in the db.
Shrink the original db.
The thought behind this is that if you shrink a db with only one table,
you can get through it much quicker than shrinking a db with all of the
tables in it. This could be done in the available window.
Then when you shrink the original db, there is less work to do since
each table was already shrunk.
I assume that because of the files behind the DBs, this would not work.
Any thoughts on this would be appreciated. I am planning on setting up
a test of this, but if it is a waste of time, please let me know.
Thanks
[Back to original message]
|