Forum Replies Created

Viewing 8 posts - 196 through 203 (of 203 total)

  • RE: Capturing deadlock info

    Thanks very much for this - I will defo check this out.

    Look forward to hearing you speak at the sql in the city conf, London in June !!!

    Thanks

    Steve:-)

  • RE: Removing a secondary tempdb file

    Can anybody please advise on the last few comments ? The original file has not grown when i restart the sql server instance - the second file has been...

  • RE: Removing a secondary tempdb file

    The initial size was 8mb - i obtained that info from the database properties by right clikcing in ssms - unless there is a better way ?

  • RE: Removing a secondary tempdb file

    I have got rid off the extra file now!!

    I then run the following to resize the original file to 650 mb and add a secondary.

    ALTER DATABASE TEMPDB

    MODIFY file

    (NAME =...

  • RE: Removing a secondary tempdb file

    apologies for this i am having problems !

    when i try to run a dbcc shrinkfile i get an error saying

    "Could not locate file 'tempdev2' for database tempdb in sys.database_files....

  • RE: Removing a secondary tempdb file

    thank you

    is this correct then :

    DBCC SHRINKFILE ('tempdev2' , emptyfile)

    then run the

    ALTER DATABASE tempdb REMOVE FILE tempdev2

  • RE: Adding an extra file to TEMPDB

    Ok thanks for the info.

    So just to be clear about this one.

    1. I can put the secondary tempdb file on the same disc as the primary file.

    2. Make the...

  • RE: Moving system databases

    thanks very much for this info.:-)

Viewing 8 posts - 196 through 203 (of 203 total)