I want to store times in a database table but only need to store the hours and minutes. I know I could just use DATETIME and ignore the other components of the date, but wha
since you didn't mention it bit if you are on SQL Server 2008 you can use the time datatype otherwise use minutes since midnight