Viewing 15 posts - 781 through 795 (of 4,087 total)
SELECT
...
November 27, 2018 at 8:16 am
I believe that this will give you what you want. You can use either BINARY or CHAR as the intermediary data type. BINARY is usually simpler, because you don't have...
November 21, 2018 at 7:53 am
I have a requirement, how to call power point template in SSRS.
Any...
November 19, 2018 at 12:28 pm
You will learn a lot more by doing your own homework rather than getting others to do it for you.
Drew
November 15, 2018 at 8:40 am
REALLY?!?! Maybe it's because it's Friday.
I'm having trouble logging into a system. I wrote to the admin and told them I was having trouble logging in, mentioned that...
November 9, 2018 at 1:09 pm
hopefully this makes sense. i have 2 tables, a and b, and i am seeing...
November 9, 2018 at 12:47 pm
You haven't given enough information for anyone to come up with a reasonable solution. In fact, it looks like your "Good data" isn't so good. Based on the emails, I suspect...
November 9, 2018 at 12:01 pm
November 7, 2018 at 12:45 pm
November 6, 2018 at 12:25 pm
November 6, 2018 at 11:49 am
November 6, 2018 at 9:45 am
Using Lynn's code and replacing the code for the sample date with your actual table field.
SELECT *
, datepart(year,dateadd(month,11,StartDate)) as [FiscalYear]
, datepart(quarter,dateadd(month,11,StartDate)) as...
November 6, 2018 at 9:38 am
Viewing 15 posts - 781 through 795 (of 4,087 total)