How can I monitor the executed sql statements on a SQL Server 2005

后端 未结 2 1436
慢半拍i
慢半拍i 2020-12-28 17:26

In a project of mine the SQL statements that are executed against a SQL Server are failing for some unknown reason. Some of the code is already used in production so debuggi

2条回答
  •  借酒劲吻你
    2020-12-28 17:50

    Best way is to fire up profiler, start a trace, save the trace and then rerun the statements

提交回复
热议问题