sql server 2008 notifications
- by Alexander Stalt
C#, VS 2005, Sql Server 2008
I have a database on a remote server. It has a table table1. Several clients works with it. Every(each?) client can change content of table1. Every(each?) client must represent actual content of this table. So I need some algorythm (pattern) to keep clients represent actual content of table1.
I know that sql server 2008 supports notification mechanism (reporting services). How can I use it for my task ?