研究一下这道题关于SQL server-side trace.
谁是谁的谁 2011-11-05 09:39:55 According to the company requirement, you migrate an application from Microsoft SQL Server 2000 to Microsoft SQL Server 2008. You have to monitor the SQLServer instance, and record the use of features which will be discontinued. What should you do?
答案是:
You should use a SQL server-side trace. The trace captures the SQL:BatchCompleted and Exception
event classes.
对这段话该怎么理解呢?