重复:Does sql profiler show you the paramater values that were passed in? (同一用户询问)
嗨,
我需要一个sql分析器,它将显示数据库调用的所有sql (原始sql或存储过程),以及传递到查询中的参数。
我不介意商业产品,如果它有一个试用。
发布于 2009-03-14 15:52:55
下面是我在SQL Server2008中成功使用的开源项目:SqlExpressProfiler
Here is screenshot with parameter values:
发布于 2009-03-23 19:40:03
你可以在http://www.xsqlsoftware.com/Product/xSQL_Profiler.aspx上查看xSQL事件探查器,它对于SQL Express是免费的。
https://stackoverflow.com/questions/646127
复制相似问题