Hi,
Does any one know how to insert into multiple tables in one parameterised stored procedure?
I am having table A, table B and table C. All have one column in common which is also primary key for each table. Is it possible to insert values into all the three tables in one single stored procedure?
Many thanks in advance
Does any one know how to insert into multiple tables in one parameterised stored procedure?
I am having table A, table B and table C. All have one column in common which is also primary key for each table. Is it possible to insert values into all the three tables in one single stored procedure?
Many thanks in advance