Viewing 15 posts - 4,891 through 4,905 (of 13,872 total)
You know it's a Friday when a general office announcement e-mail is sent out and everyone hits Reply To All to send congratulations.
Humbug.
November 17, 2017 at 7:33 am
Thanks for all the replies gents.
The full flow of information is as follows :
1. Read...
November 17, 2017 at 6:50 am
November 17, 2017 at 5:46 am
If you are running in your...
November 17, 2017 at 5:40 am
November 16, 2017 at 1:16 pm
November 16, 2017 at 10:41 am
November 16, 2017 at 5:49 am
November 15, 2017 at 2:29 pm
November 15, 2017 at 2:18 pm
November 15, 2017 at 12:43 pm
These are all relatively the same. I've also tried the...
November 15, 2017 at 11:36 am
Luv SQL - Wednesday, November 15, 2017 8:13 AM... it seems to be a common problem with agent truncating text ...
Can you...
November 15, 2017 at 10:53 am
There is another possibility, something like this:WITH LatestSubscriptions
AS
(
SELECT
s.ClientID
, StartDate = MAX(s.StartDate)
, Enddate = MAX(s.EndDate)
FROM ...
November 15, 2017 at 10:51 am
November 14, 2017 at 2:20 pm
Viewing 15 posts - 4,891 through 4,905 (of 13,872 total)