Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
High precision date/time stamp in SQL Server 2005
Message
From
15/03/2011 13:45:14
 
 
To
15/03/2011 10:56:28
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
Microsoft SQL Server
Category:
Database design
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01503716
Message ID:
01503749
Views:
40
>I have bulk records that are getting imported into a SQL Server 2005 table. I need to be able to maintain the same order that they were imported. I was using a DateTime field and populating it to GETDATE(), but that wasn't precise enough.
>
>Any advice out there?

Rowversion - check 2005 docs if it is already a "relative timestamp" there -
as an incremental counter for the table it seems fitting for the way I interpret your UC.

HTH

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform