vote up 0 vote down star

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

flag

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. – Godeke Dec 15 '08 at 17:10
MSSQL 2005. We're using SqlDependency class in an ASP.NET application. – Hainesy Dec 16 '08 at 9:07

1 Answer

vote up 1 vote down check

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.