Microsoft SQL Server Management Studio says that RowVersion is invalid type

Viewed 1074

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:

enter image description here

I am on Windows 7 64bit, SQL Server 2014 Express, and Microsoft SQL Server Management Studio 17.1

1 Answers
Related