Viewing 15 posts - 1 through 15 (of 17 total)
try this
;with data_cte
as (
SELECT
A.Custom2 as State,
Case
when A.Defecttype = 'BUG' then 1 else 0
end as BCNT,
Case
when A.Defecttype = 'ENHANCEMENT'...
June 23, 2017 at 6:08 am
Here is what my expected results are meant to look like for both sample clients
1
IDHAAndD |
June 22, 2017 at 11:33 am
Hi J Livingston,
Here is the revised script with the updated datetime values. he script is giving me error for the date conversion " conversion failed when converting date...
June 22, 2017 at 11:08 am
Hi Mark Cowne,
Thanks for the response, i have reviewed...
June 22, 2017 at 10:34 am
Hi J Livingston SQL, thanks for your response. the...
June 22, 2017 at 10:30 am
January 16, 2017 at 7:55 am
January 16, 2017 at 7:07 am
Arithmetic overflow error converting expression to...
January 16, 2017 at 6:10 am
January 16, 2017 at 5:23 am
Incidentally, if you provide your...
January 16, 2017 at 4:34 am
Incidentally, if you provide your...
January 16, 2017 at 4:33 am
Hi Ed,
Thanks for the tip. I have updated the script using Print, which showed me there was a missing ] at the end of my script afterthe last @PivotCols+ which...
June 1, 2015 at 6:54 am
Thanks Lynn,
The procedure works now after taking your advice and ending the begins.
best wishes
A
June 1, 2015 at 3:04 am
Hi again lynn,
the error message is
Msg 102, Level 15, State 1, Procedure ReferralsDynamicPivot, Line 53
Incorrect syntax near ';'.
......
Here is my attempt at convertring it to a proc
Thanks for your...
May 29, 2015 at 11:35 am
Viewing 15 posts - 1 through 15 (of 17 total)