Time DataType in Sql Server 2005

Posted by MadBoy on Stack Overflow See other posts from Stack Overflow or by MadBoy
Published on 2010-03-22T09:49:33Z Indexed on 2010/03/22 9:51 UTC
Read the original article Hit count: 408

I've created small database under SQL Server 2008. Now i wanted to move it to SQL Server 2005 and it doesn't work since it doesn't have Time datatype. What option do I have to store only time in SQL Server 2005. I've written small TimeSheet application which needs to write hours and minutes mostly in format like 05:30:00 (hh:mm:ss) but ss is optional.

© Stack Overflow or respective owner

Related posts about sql-server-2008

Related posts about sql-server-2005