sql server 2008 notifications

Posted by Alexander Stalt on Stack Overflow See other posts from Stack Overflow or by Alexander Stalt
Published on 2010-04-05T07:29:05Z Indexed on 2010/04/05 7:33 UTC
Read the original article Hit count: 427

Filed under:
|

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 ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql-server-2008