What is the best way to store a date without a year in SQL database?

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-20T12:29:47Z Indexed on 2010/04/20 12:33 UTC
Read the original article Hit count: 126

Filed under:
|
|

I am building an app that has a daily quote that should be stored in the database. Each quote is assigned with a day of the year, including one for Feb 29th. Since the quote only cares about the day not the year should I still use smalldatetime type? Please let me know your opinions, thanks!!

© Stack Overflow or respective owner

Related posts about sql

Related posts about .NET