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
What are ddl (data definition language) statements for tables in ms sql server?
If you lose rights to your sql server instance what are the options to connect to sql server instance? : sql server security
How to insert data into an existing table?
can SSRS reports Cache results?
When we should use @@error?
Do you know nested transaction?
Can we hide the definition of a stored procedure from a use?
How to generate create view script on an existing view?
What is sql injection and why is it a problem? : sql server security
What are sql dirty pages?
Do you know query execution plan?
Suppose you want to implement the one-to-many relationships while designing tables. How would you do it?
What is the difference between resultset and resultsetmetadata?
How to find out what is the default collation in a database?
How except clause is differs from not in clause?