Viewing 15 posts - 106 through 120 (of 241 total)
I'll venture that the 'OR' clause in the join statement is the issue here. You're looking for values that are either NULL (at one end of the index range) or...
September 28, 2011 at 10:13 am
Great question. The referenced article has a really good overview of how this all hangs together, too. Definitely learned something today!
September 28, 2011 at 9:38 am
Good question - without the reversed order of the variables in the assignment of values, which was clearly designed to put a 'gotcha' into the mix. However, as many have...
September 27, 2011 at 9:48 am
Sad part is, she'll probably bust her backside and actually deliver the product by tomorrow, then be frustrated when it actually takes 3 weeks for the contract to be available...
September 8, 2011 at 9:18 am
Birthdays (as opposed to birth dates) are a surprisingly difficult data item to work with because they represent a point on a line (from January 1 through December 31) rather...
August 31, 2011 at 2:15 pm
kramaswamy (8/29/2011)
August 29, 2011 at 4:33 pm
Since your working with what is essentially just text anyway, just continue treating it as text and do the following:
SELECT MAX(RIGHT(FourCharDate,2) + LEFT(FourCharDate,2)) FROM #TestValues
Result (from your sample data) is...
August 29, 2011 at 11:56 am
Revenant (8/16/2011)
SQLRNNR (8/16/2011)
jjankiewicz (8/16/2011)
OintmentFly
Unzipped
awkward!
August 16, 2011 at 10:06 am
Like others here, I live on acreage with lots of animals, gardens and trees, few neighbors. For 12 years I worked mostly out of my home office (50 foot commute),...
August 11, 2011 at 9:05 am
Great question. Definitely learned something from this one.
August 10, 2011 at 9:41 am
Ninja's_RGR'us (7/20/2011)
Rob Schripsema (7/20/2011)
Toreador (7/20/2011)
But I then thought that was silly, and I was being...
July 20, 2011 at 10:26 am
Toreador (7/20/2011)
But I then thought that was silly, and I was being unfair on the...
July 20, 2011 at 9:35 am
parthi-1705 (5/26/2011)
hi this can be done like this also, no need of where condition to be joined with main table (TABLEDUPLICATE) .You can just delete CTE which will reflect in...
May 26, 2011 at 3:11 pm
Viewing 15 posts - 106 through 120 (of 241 total)