August 31, 2007 at 4:55 am
Hi there,
As Microsoft and other suggest to split tempdb database, I followed the suggestion and after splitting into 4 files, I ran DBCC TRACEON (1118). But, 1 day after that, I ran DBCC TRACESTATUS (1118) and see that this trace flag is not nowhere enabled. What happens and why is disabled during night?
August 31, 2007 at 5:32 am
Sorin,
DBCC TRACEON(1118) will turn on the traceflag for just the current
connection, whereas including the flag as a startup parameter will apply it
to ALL connections.
Anyway I'm not sure I would use the trace flag since it changes the behaviour of your server and there have been several issues with this. Why don't you just create a couple of extra files for your tempdb by running a startup script.
Markus
[font="Verdana"]Markus Bohse[/font]
August 31, 2007 at 8:45 am
I know that this flag is for reading extents of 64 k, ok, I give up of this issue.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply