Inserting data into two tables simultanously

  • I would like to know that is there any possible way to insert data in two tables using one insert statement in SQL server

    Not using  triggers or complex views!


    Kindest Regards,

    Himabindu Vejella
    spaces.msn.com

  • No you can't.

    However, you can wrap both insert into the same transaction to achieve similar results.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply