Viewing 13 posts - 1 through 13 (of 13 total)
Jeff Moden (4/27/2014)
priestxandar (4/27/2014)
Thanks for trying to help me, i read those articles you send me, but i cant figure out how to use the info inside to help...
April 28, 2014 at 9:02 am
Hi Jeff,
Thanks for trying to help me, i read those articles you send me, but i cant figure out how to use the info inside to help my self. Dealing...
April 27, 2014 at 9:45 am
Thanks for the solution you provided to me, what i have realized is that when you unpivot the table i'm going to have duplicate values i need to omit them,...
April 26, 2014 at 5:24 pm
ScottPletcher (4/17/2014)
DECLARE @parameter int
SET @parameter = 2 --NULL=ALL; spec. value = that value
SELECT
col1ID,
CASE WHEN COUNT(DISTINCT Col2ID) = 1 AND
...
April 18, 2014 at 6:26 am
Bit column will be bit data type only need to return 0 or 1.
when you query the temp table you will notice that:
col1ID|col2ID
1 ...
April 17, 2014 at 7:52 am
Hello again,
I've stacked on another cursor which is far more complicated for me. I would like to know if is possible to be rewritten to set-based and also to iTVF.
here...
April 1, 2014 at 11:49 am
Luis Cazares (3/31/2014)
March 31, 2014 at 9:22 am
Luis Cazares (3/28/2014)
March 31, 2014 at 4:50 am
WayneS (3/27/2014)
Luis - thanks for linking to my article. However, I'm afraid that it doesn't do much for helping to learn how to remove cursors. For that task,...
March 28, 2014 at 5:26 pm
Its me again with another cursor (more difficult i think, at least for me 🙂 ) which i need to handle it to set-based, for any help, code suggestion I'll...
March 27, 2014 at 5:24 pm
@SSCrazy
Thanks for explanation this was extremely helpful, couldn't find and ask for better explanation, thanks again you are awesome bro, great example!
March 26, 2014 at 5:20 pm
Luis Cazares (3/25/2014)
Aditya,If you don't give an alias to the column, you don't need the nested REPLACEs. 😉
how do you mean ? can you explain a bit ?
March 26, 2014 at 4:25 am
Viewing 13 posts - 1 through 13 (of 13 total)