Logging ALL Queries on a SQL Server 2008 Express Database?

前端 未结 7 1591
说谎
说谎 2020-11-28 05:23

Is there a way to tell SQL Server 2008 Express to log every query (including each and every SELECT Query!) into a file?

It\'s a Development machine, so the negative

7条回答
  •  无人及你
    2020-11-28 05:37

    I would either use triggers or use a third party software such as Red Gate to check out your SQL log files.

提交回复
热议问题