SqlCacheDependency via Service Broker Notifications - SELECT sensitive ONLY on particular columns
问题 Is it possible to define a Notification on SELECT, but in that way: the Broker would reset Cache only if columns written in select has changed. So Column Sensitive approach. I don't want the cache resets if some unimportant column in the table are changed. I will have a SELECT with INNER JOIN. Thanks in advance for help. 回答1: The theory goes that if you restrict your SELECT columns to contain only the columns of interest, you should be notified only if those columns changed. However the