KrisSimonis
Programmer
Is there any way to change the default way SQL server determines the week of the year?
From what I've read in the help files, the first week of any year is defined as being the week in which Jan 1st is in. However I want to determine the week of year by the ISO standard ( Week 1 = the first week which has at least 4 days in this year ). Is there any way to do this easily?
( not resorting to user functions/stored procedures if possible )
Kris Simonis
OGD Software
From what I've read in the help files, the first week of any year is defined as being the week in which Jan 1st is in. However I want to determine the week of year by the ISO standard ( Week 1 = the first week which has at least 4 days in this year ). Is there any way to do this easily?
( not resorting to user functions/stored procedures if possible )
Kris Simonis
OGD Software