Viewing 15 posts - 706 through 720 (of 26,490 total)
Using Lynn's code and replacing the code for the sample date with your actual table...
November 6, 2018 at 9:46 am
Not sure why microsoft make the checkbox...
November 6, 2018 at 9:42 am
Okay, here you go.
create table [dbo].[mytable]
(
[StartDate] date not null primary key
, [CalendarMonth] as datepart(month,[StartDate]) persisted
, [CalendarYear] as datepart(year,[StartDate])...
November 6, 2018 at 9:29 am
November 6, 2018 at 8:48 am
November 6, 2018 at 8:42 am
Monday Night Football is done. Doing some figuring in my head it looks like 1st through 5th place and 9th through 12th place remain the same. The only changes to...
November 5, 2018 at 9:25 pm
November 5, 2018 at 6:40 pm
Okay, from what I can see there is NO CHANGE in the 1st through 5th place positions this week. It also looks like we won't have anyone clinching playoff positions...
November 5, 2018 at 3:56 pm
November 5, 2018 at 3:34 pm
November 5, 2018 at 2:58 pm
Did some research and found out...
November 5, 2018 at 10:29 am
November 5, 2018 at 7:53 am
Viewing 15 posts - 706 through 720 (of 26,490 total)