Viewing 7 posts - 1 through 7 (of 7 total)
To clarify, by 'contrary ascii code', I meant not respecting the ASCII binary values, which is demonstrated by my code snippet so does yours. Thanks for the confirmation!
November 21, 2014 at 7:02 am
Thanks GSquared,
Timestamp field will be around, right?
create table Test (
ID int identity primary key,
rowversion Timestamp, -- Is this how it should be used in...
June 4, 2008 at 12:17 pm
Thanks GSquared!
The document talks about "timestamp syntax for rowversion data type" being deprecated. Can you enlighten me as to what timestamp syntax is?
June 4, 2008 at 9:46 am
Thanks Steve, K. for the comments/suggestions.
Is there any danger of of varchar or char data type being dropped in future releases of MSSQL as image, ntext and text types are?
June 4, 2008 at 8:23 am
Thanks Jo for link as well as list. Truely appreciate it!
October 17, 2005 at 2:52 pm
Joe,
Thanks for the reply!
Is there any article anywhere that warns about pitfalls that are not documented in books online?
Or a best practice in SQL database programing?
October 17, 2005 at 10:51 am
Viewing 7 posts - 1 through 7 (of 7 total)