Viewing 7 posts - 1 through 7 (of 7 total)
Thanks!
November 8, 2010 at 12:59 pm
I figured out where OUTPUT goes but it doesn't help on the production database.
update ACS set ACS.Contract_Start_Date = zzp.start output inserted.Alarm_Account
FROM table1...
February 24, 2010 at 4:21 pm
Where would an output clause fit into this query? BOL is, as usual, 99% incomprehensible. I want to output ACS.Alarm_Account into table3 ?
(table3 does not yet exist, I'm...
February 24, 2010 at 3:50 pm
Thanks... is there a join type that will support a one-to-many update, if only to mark the occurrences in the original file as rejects? So far google searches haven't...
February 24, 2010 at 1:26 pm
THANKS for looking at it and... I mis-spoke. My spreadsheet has 569 rows... saw the 0 as a 9. Yes, there's a 1-to-many relation between table1 and table2....
February 24, 2010 at 11:50 am
We're doing pretty much the same thing here - it just depends on what the user of the information will accept. On my first pass through this I also...
August 18, 2009 at 10:22 am
THANKS! 😀
That got me almost there. The result was still dropping rows where the employee number didn't exist in the table that inner joined SY_Employee. It occurred...
April 14, 2009 at 11:53 am
Viewing 7 posts - 1 through 7 (of 7 total)