Viewing 15 posts - 241 through 255 (of 842 total)
March 19, 2019 at 7:30 am
New week, new results. I ran the SQL on our Dev and Prod servers. At this point the 'DateFromParts2' is my winner. I'll start with that and see what happens.
February 25, 2019 at 1:54 pm
February 25, 2019 at 11:02 am
February 25, 2019 at 9:25 am
We get 10 paid holidays and a little over 4 weeks of PTO. But the PTO includes your sick time for the year, no banking that, you can carry over...
February 25, 2019 at 7:47 am
ScottPletcher - Friday, February 22, 2019 12:14 PMHmm, wouldn't someone born on 12-22-1953 also be 65 today?
You are correct on the...
February 25, 2019 at 7:35 am
Just getting back to working with this, so I thought I would test this out again.
My first run on our Prod server had these results:
I then ran it...
February 22, 2019 at 2:33 pm
February 22, 2019 at 12:10 pm
February 22, 2019 at 12:04 pm
Wouldn't it be more like this?
WHERE Birthdate >= DATEADD(YY, -65, CAST(GETDATE() AS DATE))
AND Birthdate <= DATEADD(YY, -12, CAST(GETDATE() AS DATE))
February 22, 2019 at 10:32 am
Viewing 15 posts - 241 through 255 (of 842 total)