Home Forums SQL Server 2005 T-SQL (SS2K5) Insert data into single table from multiple tables RE: Insert data into single table from multiple tables

  • habib_nub (6/25/2008)


    i want to insert multiple data into multiple tables column

    You need to include a wee bit more info about what you want to do than that. Otherwise, the answer is simply "Make a SELECT to select the multiple data that you want and use it in one or more INSERTs to insert into multiple tables column."

    You might take a peek at the link in my signature and you might want to make you're own thread instead of piggy backing on someone else's post...

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)