Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obtaining a higher precision in timestamp
Message
 
 
To
21/03/2014 11:34:19
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01597037
Message ID:
01597043
Views:
45
>>Yes, check DATETIME2 type in BOL
>
>Ok, I see that one goes up to 1/1000000th of a second. I am impressed.
>
>However, when I update a record, from VB.NET, it does not seem to be handle to go further than 1/1000th of a second. Is this supported at VB.NET? I am also interested to hear about performance issue as to know if this is a good. Then, would it be better to simply update our tables to use that type now?

I suspect it should work from VB.NET fine, you need to run Google search for this. If you want to have high precision of datetime values, then of course, updating datetime to datetime2(7) sounds like a good plan.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform