Viewing 2 posts - 1 through 2 (of 2 total)
Last update...
It seems that in 2008, i can run the alter command and get confirmation that something was updated in the system catalog along with the error about the file...
October 9, 2012 at 11:22 am
#1547310
I also tried the following, but no luck here, got the following message...
USE tempdb;
GO
DBCC SHRINKFILE('tempdev1', EMPTYFILE)
USE master;
ALTER DATABASE tempdb
REMOVE FILE tempdev1;
DBCC SHRINKFILE: Page 3:511072 could not be moved because it...
October 9, 2012 at 11:14 am
#1547306