Viewing 4 posts - 1 through 5 (of 5 total)
Guys,
Both examples work great! Thank you very much for the quick response.
L
March 29, 2017 at 1:52 pm
Guys,
I've just tested the logic below for @Begin_Period = 201701 and got "201700" for @Last_Period. I was expecting 201612 instead. Any suggestions? Thanks
DECLARE @Begin_Period int;
DECLARE...
March 29, 2017 at 12:40 pm
Thanks Scott and Sg! That's what I was looking for. Des, I tried to use your solution before but came across the issue covered by the CASE statement Scott and...
March 29, 2017 at 12:24 pm
Viewing 4 posts - 1 through 5 (of 5 total)