Viewing 15 posts - 166 through 180 (of 2,458 total)
One thing to note - Technically the correct answer would include WHERE [value] <> ''
... otherwise the result set for
declare @A varchar(100) =...
December 11, 2017 at 12:46 pm
Nice question. Cool trick, well done. I learned something new today.
December 11, 2017 at 12:39 pm
First, above all else... People who create (n)varchar(max) "Notes" columns need a high-five. In the face. With a chair. But I digress.
I don't have a full solution yet...
December 5, 2017 at 3:23 pm
I know that this is an old question bumped back up to the front of the line but I agree that it's an important one.
My two cents. With...
December 4, 2017 at 3:07 pm
You can absolutely be successful in the world of databases without a degree. The level of demand right now is crazy (at least where I live) and it's just going to...
November 30, 2017 at 8:51 pm
I have to do this from often enough that I actually created a snippet. This code searches through all routines (stored procs, functions, triggers) for whatever your are...
November 21, 2017 at 9:40 am
November 20, 2017 at 7:11 pm
November 20, 2017 at 8:22 am
Great article, very helpful. Well done Wayne, 5 stars!
November 20, 2017 at 7:52 am
It's currently a heap with a NC Primary Key, but I feel...
November 14, 2017 at 4:36 pm
November 7, 2017 at 8:51 pm
November 2, 2017 at 6:32 pm
Viewing 15 posts - 166 through 180 (of 2,458 total)