Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tech_1
Posting Yak Master
129 Posts |
Posted - 2010-10-25 : 11:45:56
|
when updating rows in a query, is there also a way that for each row that is being updated, to insert a record into another table containing say a field (an FK ID) to use for the insertion? |
|
pk_bohra
Master Smack Fu Yak Hacker
1182 Posts |
Posted - 2010-10-25 : 12:33:03
|
Have a look of Output operator. |
 |
|
tech_1
Posting Yak Master
129 Posts |
Posted - 2010-10-26 : 00:43:07
|
sorry? can you explain much more information than that? I dont think an output parameter/operator will help here. |
 |
|
pk_bohra
Master Smack Fu Yak Hacker
1182 Posts |
|
|
|
|