系統的default trace就有記錄了 |
Using the Default Trace in SQL Server |
可以看上述善心人士寫的文章 |
我節錄重點 |
1.trace file 的位置 |
SELECT traceid, value FROM [fn_trace_getinfo](NULL) |
WHERE [property] = 2; |
f
系統的default trace就有記錄了 |
Using the Default Trace in SQL Server |
可以看上述善心人士寫的文章 |
我節錄重點 |
1.trace file 的位置 |
SELECT traceid, value FROM [fn_trace_getinfo](NULL) |
WHERE [property] = 2; |