Viewing 15 posts - 1,336 through 1,350 (of 8,731 total)
Brandie Tarvin - Wednesday, April 26, 2017 11:38 AMI'm in the phonebook! I EXIST! I'm in the phonebook!
(or something like that)
I...
April 26, 2017 at 1:25 pm
April 26, 2017 at 9:38 am
April 26, 2017 at 9:28 am
Lynn Pettis - Wednesday, April 26, 2017 9:03 AMYou have to know who shot first, Han or Greedo.
It depends on the...
April 26, 2017 at 9:15 am
April 26, 2017 at 8:56 am
Better do things right from the beginning. Don't pivot to later unpivot and pivot again. Do a single pivot.
Here's an example:
SELECT CASE WHEN SSD.[CategoryID] =...
April 26, 2017 at 7:33 am
--Create Sample TableApril 26, 2017 at 7:23 am
this is...
April 26, 2017 at 7:07 am
Warnings were made, so here's a possibility.
SELECT SUBSTRING(FullName, CHARINDEX(' ', FullName) + 1, 8000) + ', '
+ LEFT(FullName, CHARINDEX(' ', FullName) -...
April 25, 2017 at 8:36 am
I want...
April 25, 2017 at 8:05 am
By the way, thank you for writing about this.
I actually had a conversation on the same subject with a co-worker today (and with another one some days ago)....
April 24, 2017 at 9:55 am
Viewing 15 posts - 1,336 through 1,350 (of 8,731 total)