Viewing 3 posts - 1 through 3 (of 3 total)
dbcc traceon (1204, 3605, -1)
go
dbcc tracestatus(-1)
The -T1204 startup parameter collects information about the process and the resources when the deadlock detection algorithm encounters a deadlock. The -T3605 startup parameter writes...
July 16, 2012 at 10:39 pm
#1513380
SELECT TOP 1 * FROM #Parameters
WHERE
ParameterTimestamp <= '2012-07-16 15:00:00' -- timestamp
AND ParameterID='A1' -- parameterId
ORDER BY ParameterTimestamp DESC
July 16, 2012 at 5:09 am
#1513000
Error block is missing for the statement GOTO Error.
July 16, 2012 at 12:39 am
#1512928