Expert |
 |
Joined: Thu Dec 14, 2006 5:57 am Posts: 1185 Location: Zurich, Switzerland
|
Sorry, I can't give you answers to your problem, I can just give you help to find the reason. I know that this can happen with triggers and insert/update, but never heard of problems during select.
SQL Profiler is a tool that comes with SQL server (not the express edition). You can monitor the statements that are send to the server. If you don't have the profiler installed, you can start with setting NHibernate logging to DEBUG and add hibernate.show_sql="true" to the configuration. Maybe you find something helpful in the log.
_________________ --Wolfgang
|
|