SQL ServerProfiler 提供了一个功能全面的界面,可用于创建、管理跟踪,并对跟踪结果进行分析与重播。它在实际应用中有多种用途,本文重点介绍如何通过捕获 ERP 系统中的各类事件,定位并解决 SQL Server 中的问题,对测试工作的开展以及故障排查具有重要支持作用 ...
SQL Server Profiler has always been a great tool for tracing activity “under the hood” on a SQL Server and assessing its performance. One feature that helps us quickly set up a trace on our current ...
编写程序时常需用到SQL语句,这些语句通常带有参数传入数据库执行。为确保参数正确有效,必须对其进行跟踪验证。借助SQL提供的内置跟踪工具,可有效监控参数传递过程,及时发现并解决问题,保障数据库操作的准确与稳定。 1、 在计算机上正确安装并配置 ...
In an earlier blog I talked about the difference in mentality between the typical developer and the typical DBA. One of the characteristics of the DBA is the distrust of the Microsoft Wizards. “Give ...