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
-
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– Godeke2008-12-15 17:10:44 +00:00Commented Dec 15, 2008 at 17:10
-
MSSQL 2005. We're using SqlDependency class in an ASP.NET application.Chris Haines– Chris Haines2008-12-16 09:07:49 +00:00Commented Dec 16, 2008 at 9:07
Add a comment
|