-
Notifications
You must be signed in to change notification settings - Fork 930
Closed
Labels
Description
SQL Server has configuration called "default user options" and one of the config is NOCOUNT. If NOCOUNT is set ON, NHibernate doesn't work as this setting affects all users connections to all databases on single server instance.
It looks like 'SET NOCOUNT OFF' is required for NHibernate to work correctly, so I would expect some config for NHibernate Connection to make sure NHibernate works as expected.