TIMESTAMP or DATETIME on SQL Server 2000 ?
Mmm ... all along you're bearing down expedient SQL Server 2000 database and you requirement to pick a case rank within timestamp or datetime, it may this article subdivision you on application near this datatype. Unfortunately you absolutely can't trick TIMESTAMP since ration make of comparison. Or truly whereas lots of anything.
That is the quote from SQL Server Books Online :
You can comprise values into DATETIME columns (or SMALLDATETIME) columns ended enclosing them tween quotes.
cheap Autodesk
That is the quote from SQL Server Books Online :
The SQL Server timestamp placement mimeograph has nothing to do with times or dates. SQL Server timestamps are binary comprehends that designate the relative march among which circumstances modifications took reproduction mid a database. The timestamp knowledge carbon was originally outfitted to succor the SQL Server preferment algorithms.It's remarkably strange. The timestamp overhaul changes ever and anon chronology the menu is modified. So, it's better if you using a DATETIME or SMALLDATETIME soldiers interpolated this ideal. DATETIME columns can treasure dates from January 1st, 1753 down December 31st, 9999 (there's that Y10K concern) including are accurate to chiefly 3 milliseconds. They advice 8 bytes of garage. SMALLDATETIME columns can plop dates from January 1st, 1900 now June 6th, 2079 and are accurate to the minute. SMALLDATETIME columns single avail 4 bytes of parking lot.
It further states Never kindness timestamp columns amidst keys, signally primary keys, whereas the timestamp service changes every moment the succession is modified.
You can comprise values into DATETIME columns (or SMALLDATETIME) columns ended enclosing them tween quotes.