Viewing 15 posts - 31 through 45 (of 285 total)
August 6, 2018 at 1:41 pm
Here is a solution that works.
WITH C1 AS
(
SELECT *, MAX(ISNULL(HoldEndDate, '9999-12-31')) OVER(PARTITION BY...
August 6, 2018 at 12:43 pm
August 1, 2018 at 12:56 pm
June 29, 2018 at 2:33 pm
June 29, 2018 at 1:24 pm
May 24, 2018 at 10:36 am
ZZartin - Wednesday, April 18, 2018 9:52 AMWell technically you can also just use sequential first/last names 😛Firstname1, Lastname1
Firstname2, Lastname2
Firstname3, Lastname3
.
.
.
Lol...this...
April 18, 2018 at 10:09 am
April 10, 2018 at 9:30 am
Viewing 15 posts - 31 through 45 (of 285 total)