Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL service wont' start

    This is SQL 2000 and this is the command I used to move the Tempdb

    USE master;

    GO

    ALTER DATABASE tempdb

    MODIFY FILE (NAME = tempdev, FILENAME = 'C:\Tempdb\tempdb.mdf');

    GO

    ALTER DATABASE tempdb...

Viewing post 1 (of 1 total)