Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Passing a Table to a Stored Procedure

    In the article foolwing sample is used:

       10 INSERT INTO @Items (ItemNumber, Qty)

       11     SELECT '11000', 100 UNION ALL

       12     SELECT '22000', 200 UNION ALL

       13     SELECT '33000', 300

       14 

     

    As a small remark: I think we...

Viewing post 1 (of 1 total)