Viewing post 1 (of 1 total)
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...
September 12, 2007 at 5:00 am
#733052