Viewing 8 posts - 196 through 203 (of 203 total)
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:-)
March 22, 2013 at 5:01 am
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...
March 1, 2013 at 7:59 am
The initial size was 8mb - i obtained that info from the database properties by right clikcing in ssms - unless there is a better way ?
February 28, 2013 at 3:19 pm
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 =...
February 28, 2013 at 9:48 am
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....
February 28, 2013 at 8:02 am
thank you
is this correct then :
DBCC SHRINKFILE ('tempdev2' , emptyfile)
then run the
ALTER DATABASE tempdb REMOVE FILE tempdev2
February 28, 2013 at 5:20 am
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...
February 27, 2013 at 4:20 pm
Viewing 8 posts - 196 through 203 (of 203 total)