0

Trying to set up caching on our datasets - we're using clr stored procedures - The database doesn't seem to notify the application of data changes

2
  • Any clues as to what you are trying to do? Is this MSSQL 2005 or MSSQL 2008? Is this Express or one of the full versions? Are you implementing your notifications by hand (SqlNotificationRequest) or using the high level class (SqlDependency)? No details means fewer and lower quality answers. Commented Dec 15, 2008 at 17:10
  • MSSQL 2005. We're using SqlDependency class in an ASP.NET application. Commented Dec 16, 2008 at 9:07

1 Answer 1

1

After much testing, the answer seems to be no... it doesn't seem to work for CLR stored procedures.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.