how to insert the values in 5 table at a time with triggers .
if u have any solution then co-operate me ?
Answer Posted / 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 View All Answers
How to test subquery results with the exists operator?
What triggers long term care?
What is the use of =,==,=== operators?
What are the limitations in ssrs on sql server express edition?
what is database replicaion? : Sql server database administration
What is mean by dml?
What is right outer join in sql server joins?
What is sql server locking?
What is stretch database in sql server?
Explain the commands in sql server?
How to insert and update data into a table with "insert" and "update" statements?
Does the order of columns in update statements matter?
What is t-sql script to take database offline – take database online.
What is trigger and different types of Triggers?
What is the purpose of sql profiler in sql server? : sql server database administration