View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 08:25 PM
Uri Dimant
 
Posts: n/a
Default Re: Automatical table update within a database

Look at CREATE TRIGGER topic in the BOL

"E.Keller" <emmanuel.keller@net2000.ch> wrote in message
news:4eed4cad.0401070114.65961769@posting.google.c om...
> Hello!
>
> We are developping a project using MS-SQLServer 7 and we need a
> process for the synchronization of 3 tables together.
> Inserts and updates in the table A should immediately and
> automatically occur on table C, and updates on table C should also
> automatically occur on table B.
> We think that the solution using triggers and stored procedures is the
> right choice. Could someone with knowledge on stored procedures help
> us?
> We need the help soon, this is quite urgent, so we’d be happy to
> get an answer!
> If something is not clear just ask!
>
> Thanks in advance!
> E. Keller



Reply With Quote