如何查看 NHibernate 生成的 SQL 查询
我正在使用带有 ASP.NET MVC 的 SQL Server Express 版本,Express 版本中没有分析器,因此我看不到 NHibernate 生成的查询。我担心性能以及如何在没有分析器的情况下查看查询?
I'm using SQL server express edition with ASP.NET MVC, there is not a profiler in express editions so I can't see the queries generated by NHibernate. I'm concerned about the performance and how I can see the queries without a profiler?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您看过nhprof吗?它是 Ayende 编写的 NHibernate 分析器,(我认为)应该与 Express 一起使用。您可以使用试用版进行测试。
Have you taken a look at nhprof? It's a profiler for NHibernate written by Ayende and should (I think) work with express. There's a trial version you can test with.
您可以启用日志记录。
You could enable logging.
我自己没有尝试过,但理论上您可以使用 IntelliTrace
I haven't tried myselft, but theoretically you could use IntelliTrace