Viewing 4 posts - 76 through 79 (of 79 total)
I will try running DBCC UPDATEUSAGE (0) at the beginning of the script. I think you guys are correct although I can't confirm because that db is remote and unaccessible...
January 9, 2004 at 9:58 am
alzdba,
Thanks. That's an elegant approach to batching a large result set. There's one complication: Many of the tables I delete/archive are Order-related. The order_header table has one record per...
January 7, 2004 at 8:59 pm
Yes, I did use sp_helpfile to determine the logical name to use as the first parameter of the DBCC SHRINKFILE. The logical names are the same as those shown in...
January 2, 2004 at 1:25 pm
I didn't execute a "Use pubs" command, however, I did make sure the correct database was selected in the Query Analyzer's db dropdown list. I assume this is the same....
December 19, 2003 at 9:12 am
Viewing 4 posts - 76 through 79 (of 79 total)