Viewing 15 posts - 571 through 585 (of 4,087 total)
There is no way that we can help you troubleshoot this with actual data to work with. I will say that it looks like you're over-complicating the two CTEs. I...
March 26, 2019 at 1:44 pm
March 26, 2019 at 10:48 am
Also, there is no purpose to writing UPPER(<some constant string> ), especially if the string doesn't contain alphabetic characters.
UPPER('%New%') is the same as '%NEW%'
UPPER('%Passwords%') is the same...
March 25, 2019 at 11:42 am
March 25, 2019 at 11:31 am
'ye' in this context is a misunderstanding of 'ðe', where 'ð' is...
March 25, 2019 at 10:52 am
There are several things I don't understand about how your trend line is working.
1) I don't understand why you've hard-coded values for the various trend lines and why...
March 25, 2019 at 10:41 am
I posted the outline of a solution in your other thread, and it does work. Here is the full solution given your test data.
WITH CTE...
March 25, 2019 at 8:02 am
March 22, 2019 at 12:37 pm
This is a general question about T-SQL statements
If I have a reasonably complex...
March 22, 2019 at 12:26 pm
March 22, 2019 at 12:23 pm
The guy complains that my solution doesn't use dynamic dates, even though I've clearly used the date variables that he set up in the sample. Can't see the forest...
March 22, 2019 at 12:12 pm
March 22, 2019 at 12:04 pm
March 22, 2019 at 10:35 am
Viewing 15 posts - 571 through 585 (of 4,087 total)