Viewing 15 posts - 391 through 405 (of 1,246 total)
March 7, 2018 at 4:47 pm
The really easy thing would be simply join the modern era and just use email address like every other website built in the last 10 years.
Nothing will make...
March 7, 2018 at 2:41 pm
Just for the fun of it...
IF OBJECT_ID('tempdb..#TestData', 'U') IS NOT NULL
BEGIN DROP TABLE #TestData; END;
CREATE TABLE #TestData (
SomeDate DATE NOT NULL...
March 7, 2018 at 12:45 pm
Neil Burton - Wednesday, March 7, 2018 7:38 AMBacon
Pork Chop
March 7, 2018 at 7:58 am
March 6, 2018 at 10:26 am
Looks like you found the sad & pathetic limitations of using the pivot operator... The "old school" cross tab method handles this sort of thing without batting an eye...
March 6, 2018 at 9:29 am
March 2, 2018 at 12:57 pm
March 1, 2018 at 8:10 pm
February 28, 2018 at 12:39 pm
February 27, 2018 at 10:05 am
Viewing 15 posts - 391 through 405 (of 1,246 total)