Is there a way when creating a tables through Microsoft SQL Server Management Studio, to specify a field as RowVersion rather than Timestamp?
This is what I get when I try to use rowversion as a type of a field:
I am on Windows 7 64bit, SQL Server 2014 Express, and Microsoft SQL Server Management Studio 17.1
