I want to create a calendar date table in SQL Server for 2002 to 2011, which would minimally contain all of the dates for each year, along with whether each date is a week day or week-end day.
Any ideas on where I can find such data online? (or elsewhere)? How can I import or generate such a table?