2

We have a SQL Server database table that's constantly updated throughout the day. I wish to have a monitor window showing most recently updated/added rows in this SQL Server table, without having to go back and run SELECT statements every 15 mins or so. I'm not sure if this can be achieved in SQL Server logs or through other 3rd party applications. Please point out a way.

4

1 回答 1

1

创建可以记录到文件或数据库的触发器,就像这里的触发器一样

于 2013-07-25T21:16:17.687 回答