Viewing 3 posts - 1 through 4 (of 4 total)
Yes I did that and on sp_spaceused here are the stats
rows reserved data...
September 16, 2008 at 3:43 pm
I did increase the size of temp (tempdb.mdf) to 10 G and I still get the same message....
September 16, 2008 at 3:33 pm
Steve,
I haven't tried that...I guess I can use
USE master
GO
ALTER DATABASE tempdb
MODIFY FILE
(NAME = tempdev,
SIZE = say 2048MB)
GO
I may not want to go up...
September 16, 2008 at 2:11 pm
Viewing 3 posts - 1 through 4 (of 4 total)