在 SQL 事件探查器中显示行计数
是否可以在 SQL Server Profiler 中显示“行计数”列?
例如,有 CPU 和 Duration 列,但它可以显示查询返回多少行吗?
Is it possible to show a "Row Count" column in SQL Server Profiler?
For example there are CPU and Duration columns but can it show how many rows a query returns?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 RowCounts 列怎么样?
How about using the RowCounts column?
对于SQL Server 2008 R2:
从顶部菜单:工具 -> SQL Server 探查器
选择服务器名称:
将出现跟踪属性对话框。
单击
事件选择
选项卡:单击
显示所有列< /code> 复选框
将水平滚动条向右滑动。
选中
RowCounts
列下的复选框单击
运行
轨迹将开始显示。
RowCounts
列位于最右侧。如果您愿意,可以将其拖到左侧。
For SQL Server 2008 R2:
From the top menu: Tools -> SQL Server Profiler
Choose the Server name:
The Trace Properties dialog will appear.
Click on the
Events Selection
tab:Click on the
Show all columns
check boxSlide the horizontal scroll bar to the right.
Check the boxes under the column
RowCounts
Click
Run
The trace will start displaying. The
RowCounts
column will be to the very right.You can drag it to the left if you so desire.
很简单,不。这不是分析器中可测量的
Quite simply, no. It's not a measurable in profiler