how to insert the values in 5 table at a time with triggers .
if u have any solution then co-operate me ?



how to insert the values in 5 table at a time with triggers . if u have any solution then co-opera..

Answer / raj

write a trigger with 5 insert stmnt in it.
like insert into table1 values();
insert into table2 values();

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL Server Interview Questions

What are the advantages of user defined function?

0 Answers  


How will you collect the date from current date to last older 6 days date in sql server 2005

4 Answers  


What happens if date-only values are provided as date and time literals?

0 Answers  


What do you mean by an execution plan?

0 Answers  


write the query for taking database backup in sql

10 Answers   ABC, IBM, Logica CMG, MA,






How to check what was the last restore transaction LSN on Log-Shipping and Mirroring when we doesn't have a Monitor server and Witness server?

2 Answers   IBM,


How to fetch the next row from a cursor with a "fetch" statement?

0 Answers  


What are system databases into sql server (2005/2008)?

0 Answers  


What does it mean to normalize data?

0 Answers  


What is shared lock?

0 Answers  


Can a table have 2 primary keys?

0 Answers  


Explain syntax for disabling triggers?

0 Answers  


Categories