We would like to see our tables contain a RowVersion column. Can you please suggest how we would add that column? Is it just like adding any other type of column, or is anything special required for adding a RowVersion type of column?
ALTER TABLE <table name> ADD <columnName> ROWVERSION;
Nothing special
Gail Shaw Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci) SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply