Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 ON UPDATE CASCADE = INSERTS RECORD?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-03-23 : 13:05:02
1337 h4x0r writes "I have two tables (t1 and t2 for discussion). t2 has a field mapped to t1's primary key. When a field is inserted into t1 I need to insert a new, blank record into t2. Can this be done automatically with the ON UPDATE clause or do I still need to manually insert one? Thanks a bunch."
   

- Advertisement -