如何查看 NHibernate 生成的 SQL 查询

发布于 2024-11-07 20:07:14 字数 116 浏览 0 评论 0原文

我正在使用带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

喜你已久 2024-11-14 20:07:14

您看过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.

暗恋未遂 2024-11-14 20:07:14

我自己没有尝试过,但理论上您可以使用 IntelliTrace

I haven't tried myselft, but theoretically you could use IntelliTrace

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文