Time DataType in Sql Server 2005

后端 未结 3 710
别跟我提以往
别跟我提以往 2020-12-18 15:08

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 Ti

3条回答
  •  醉话见心
    2020-12-18 15:41

    • None. Out of the box.
    • Do it yourself using a CLR based custom type.
    • Live with it.

    For a timesheet I personally would prefer NOT to have a time field, but to store time as DateTime always - makes it easier in queries.

提交回复
热议问题