Use a calendar table:
SELECT WeekNo
FROM Calendar
WHERE Dt = '20080204';
--
David Portas
You can pre-calculate your week number (just mark the Fiscal Year Start Date
week as 1 and then increase every 7 days), then querying will be very
simple.
HTH,
Plamen Ratchev
http://www.SQLStudio.com