I'd like to see some code for finding ISO Weeks
I have a stored proc here at work that runs the fairly standard Microsoft example of how to get an ISO weeks with lots of DatePart goodness and multiple lines...
Lets see who can make the:
Shortest line count, any language (not counting function declaration)
Shortest character count, any language (not counting function declaration)
Most efficient SQL Proc that may end up replacing the one we have now since I don't have the time to play with it myself
Information on ISO Weeks:
-T
I have a stored proc here at work that runs the fairly standard Microsoft example of how to get an ISO weeks with lots of DatePart goodness and multiple lines...
Lets see who can make the:
Shortest line count, any language (not counting function declaration)
Shortest character count, any language (not counting function declaration)
Most efficient SQL Proc that may end up replacing the one we have now since I don't have the time to play with it myself
Information on ISO Weeks:
-T