﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2012 / SQL 2012 - General  / Row Versioning / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 18 May 2013 21:43:43 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Row Versioning</title><link>http://www.sqlservercentral.com/Forums/Topic1421542-2799-1.aspx</link><description>You decide if you need row versioning on a table or not, its there to tell you when a row has changed, hence the timestamp hash changes.  Its not an audit of what it was to what it is, for that you need CDC or custom auditing.</description><pubDate>Tue, 19 Feb 2013 04:52:12 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: Row Versioning</title><link>http://www.sqlservercentral.com/Forums/Topic1421542-2799-1.aspx</link><description>Thank you very much for you reply....So which is recommended Row Versioning in sql? how to decide it...?</description><pubDate>Tue, 19 Feb 2013 04:49:05 GMT</pubDate><dc:creator>ratheesh4sql</dc:creator></item><item><title>RE: Row Versioning</title><link>http://www.sqlservercentral.com/Forums/Topic1421542-2799-1.aspx</link><description>Row Versioning?  You mean adding a timestamp column to the table which changes when rows are updated etc?  - No there is no way to know the old data.  You could look at using CDC or implimenting triggers but could cause you more problems.The difference between the two DB level snapshots is that 1 keeps the row version alive until the oldest session no longer needs it, the other keeps it alive until the oldest transaction no longer needs it.  IIRC[url]http://msdn.microsoft.com/en-us/library/ms189050%28v=sql.105%29.aspx[/url]</description><pubDate>Tue, 19 Feb 2013 04:35:20 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>Row Versioning</title><link>http://www.sqlservercentral.com/Forums/Topic1421542-2799-1.aspx</link><description>Hi,Using SQL Row Versioning is there is any possibility to get the history of row data from the updated table.And also can any one tell me what is difference of Read committed isolation and Snapshot isolation level row version in simple words, ;-)</description><pubDate>Tue, 19 Feb 2013 04:25:53 GMT</pubDate><dc:creator>ratheesh4sql</dc:creator></item></channel></rss>