I need to store a c# variable of data type timestamp into the SQL Server 2005 database. An example of how the variable value looks is as follows,
00:00:01.500000 0
It represents the hours:mins:seco nds
Once i store a series of these values into the sql table, then i need to make a SUM of all these values. What would be the best datatype to use for this value. Please help me in this regard.
00:00:01.500000 0
It represents the hours:mins:seco nds
Once i store a series of these values into the sql table, then i need to make a SUM of all these values. What would be the best datatype to use for this value. Please help me in this regard.
Comment