Viewing 15 posts - 16 through 30 (of 96 total)
Ron Cicotte (2/27/2015)
February 27, 2015 at 7:24 pm
Perhaps a more detailed explanation will make things more clear.
I'm selecting records from a table (PARENT) and inserting them into the same table but with a new PK (and one...
February 9, 2015 at 11:51 am
venoym - The OUTPUT clause was first introduced in MS SQL Server 2005.
venoym and Sean - Please re-read the only bold font sentence in my last post and the sentence...
February 9, 2015 at 9:10 am
Thanks Kevin and Sean for the informative links. After reading them I'm actually less concerned about using MERGE for copy forward operations.
I apologize for not posting sample code for...
February 6, 2015 at 5:20 pm
Thanks for the reply Kevin.
"Buggy" and "issues" are vague terms, but I get the picture. Also, I'm OK just taking your word for it on the triggers! My goal...
February 6, 2015 at 2:14 pm
@SSC Thanks for reposting this article. I missed it when it came out over a year ago!
@ Jeff Moden - I know this was long ago, but back then...
February 6, 2015 at 11:14 am
Jeff Moden (1/23/2014)
January 23, 2014 at 4:12 pm
Great article! Exellent choice on where to draw the line on its scope.
Also, sometimes it's just as valuable to learn what can't be done as it is to learn...
January 23, 2014 at 10:57 am
Tavis Reddick (1/9/2014)
One import error I think we may have experienced occasionally with a data import is the insertion of a row with a primary key which duplicates one already...
January 9, 2014 at 9:12 am
rstone (12/9/2013)
On...
December 9, 2013 at 12:23 pm
GeorgeCopeland (12/8/2013)
December 9, 2013 at 10:25 am
thisisfutile (11/12/2013)
I remember learning that lesson too. Before I knew I could add it to the ON clause, I always solved this type of query with
WHERECourseCompleted.CourseId IS NULL
AND ISNULL(CourseCompleted.DateComplete,'12/31/2012')...
November 12, 2013 at 5:37 pm
I'm starting to feel bad here ...
Hey deroby, don't feel bad. I'm betting many readers would've made the same comment if you hadn't beat them to it! You're...
November 12, 2013 at 3:44 pm
brymen (11/12/2013)
November 12, 2013 at 8:20 am
Thanks for this nice piece of code! I encountered a need for this not that long ago.
I tried it on our older development SQL 2005 server (9.00.4060.00) and ran...
November 6, 2013 at 9:57 am
Viewing 15 posts - 16 through 30 (of 96 total)