Viewing 3 posts - 1 through 3 (of 3 total)
Ken, totally makes sense. I'll pass this info off to our Junior Devs.
Thanks for the expedited reply
November 17, 2016 at 7:56 am
#1913093
Thanks for this great article, It just so happens i had been training up our Junior developers on using the output clause on a merge statement so this adds extra...
November 17, 2016 at 4:41 am
#1913015
for anyone interested this is a part of the solution that i can share
DECLARE @t TABLE (id INT IDENTITY PRIMARY KEY,tbl_name VARCHAR(100))
DECLARE @id INT,
...
September 17, 2014 at 3:07 am
#1745977