Click here to Skip to main content
15,886,058 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I WANT CREATE TRIGGER FOR TWO TABLES
MY TABLES ARE SIMPLE AND SIMPLEHISTORY
SIMPLE HISTORY IS DUPLICATE TABLE OF SIMPLE TABLE
MY REQUIREMENT IS
WHEN I INSERT THE DATA INTO SIMPLE TABLE THEN SIMPLE TABLE IS UPDATE WITH NEW RECORD
AND INSERT OLD RECORDS IN SIMPLEHISTORY TABLE
Posted

MSDN[^] will solve your problem.. :)
 
Share this answer
 
 
Share this answer
 
v3
Comments
StackQ 15-Dec-12 1:43am    
and also check for above both link provided by Krunal and Graus.
Read this[^], try to do it, and ask SPECIFIC questions if stuck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900