This statement gives me the number of the current week
starting from the 1st of january
select datepart(week,getdate())
I would like the calculation to be done starting from 1st november
.
Is there a way I can accomplish this?
I know the date first method can pick the day the week starts etc.