sync current state§
This commit is contained in:
7
DBG - read trace file.sql
Normal file
7
DBG - read trace file.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
SELECT
|
||||
*
|
||||
FROM fn_trace_gettable('D:\dbJobs\facturation.trc', DEFAULT)
|
||||
WHERE CONVERT(TIME,[EndTime]-[StartTime]) IS NOT NULL
|
||||
AND CONVERT(TIME,[EndTime]-[StartTime]) < '23:59:59.99'
|
||||
AND [TextData] IS NOT NULL
|
||||
ORDER BY [Duration] DESC
|
||||
Reference in New Issue
Block a user