C#, VS 2005, SQL Server 2008
I have a database on a remote server. It has a table table1. Several clients work with it. Each client can change the content of table1. Each client must represent actual content of this table. So I need some algorithm to make sure the clients always represent the most current content of table1.
I know that SQL Server 2008 supports a notification mechanism (reporting services). How can I use it for my task ?