I’m working on an SQL Azure Database.
I would like to add a rowversion column to a table in my database but i can’t find the type “rowversion”!
is it the “timestamp” type ? if so ! i have read that the timestamp is deprecated.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are the same thing. Rowversion is the “later” version – timestamp is deprecated because it doesn’t match the standard SQL spec for timestamp.
If you don’t have rowversion in your database, use timestamp.
http://msdn.microsoft.com/en-us/library/ms182776.aspx