Hi everyone,
I have seen this in System Center 2012 Update 1
"Issue 7
When a new SqlNotificationRequest instance is created, new rows are created in the sys.conversation_endpoints catalog view that has state="CO." Because the SqlNotificationRequest class does not provide any method to close the conversation accordingly,
the sys.conversation_endpoints catalog view grows quickly to a very large number."
I have this problem in SQL Server 2012 Enterprise Edition , (in SQL Server 2008 R2 everything works).
My problem is that each time I create a new SqlDependency Object in my project there are multiple endpoints with is_system = 1 (view sys.conversation_endpoints) that are not closed. All endpoints that are not created from system do close and I can see them. I also set a timeout in the SqlDependency constructor so as to force the conversation to close after a period of time.
My question is : the reported error (Issue 7) has any relation with my problem? Is there any workaround till the next update?
(sys.conversation_endpoints has 10k new rows every day due to this error)
Thanks a lot.