Hey guys,
Quick question Re: Implementation of RowVersion.
I am looking to include it in my next database (Designing it now) and I am pondering 2 different ways:
- RowVersion row in all tables
- A separate RowVersion table which has the ID of the table as a foreign key and linked to it.
Anyone tried this? If so what pitfalls or pro's did you experience?
I will be using LINQ to access the data using C# 2008 and SQL Server 2008.
Thanks,
James