Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以使用 SQL Server Profiler 捕获查询的结果吗?
即查询生成的结果集
无法使用 SQL Profiler 捕获查询的结果。您可以查看几乎所有其他内容 - 包括执行的实际查询、参数及其值、查询统计信息等。
您需要创建一个新的 sql 跟踪,同时在新跟踪的事件选项卡中取消全选并仅选择 sqlstmntstarting、sqlstmntcompleted。
如果你想监视程序以及spstarting,spcompleted