Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Need Help! Removing TempDB mdf files

    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...

  • RE: Need Help! Removing TempDB mdf files

    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;

    GO

    DBCC SHRINKFILE: Page 3:511072 could not be moved because it...

Viewing 2 posts - 1 through 2 (of 2 total)