Viewing 4 posts - 31 through 34 (of 34 total)
if you assign the value to date first:
ie..
@date = Getdate()
DATEADD(day,2,@date)
this should work.
November 13, 2006 at 8:55 am
Ive found you can get more functionality out of MSDE 2000 than sql express 20005, especially due to there being no agent on 2005.
November 9, 2006 at 7:27 am
DELETE TABLE is a logged operation, so the deletion of each row gets logged in the transaction log, which makes it slow. TRUNCATE TABLE also deletes all the rows in...
November 9, 2006 at 7:21 am
To setup a trace that only views the last hour but does not run out of space requires the following:
15:00
JOB1-Step 1- The trace script (set to stop after an hour)...
November 6, 2006 at 8:41 am
Viewing 4 posts - 31 through 34 (of 34 total)