Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 TIME - DATA TYPE IN SQL SERVER

Author  Topic 

dzina
Starting Member

4 Posts

Posted - 2005-08-10 : 12:02:59
Hi! I'va tried to find but I wasn't successful... I have a column in my database which I want it to be in minutes.seconds.cents of second... Is it possible to define this data type in sql server?
Thanks for any precious reply!

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2005-08-10 : 12:09:21
there are only datetime and smalldatetime datatypes for any date or time value
datetime has the accuracy of one three-hundredth of a second = 3.33 milliseconds
so that sould be ok for you.

Go with the flow & have fun! Else fight the flow
Go to Top of Page
   

- Advertisement -