﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / Does SQLSERVER2008 offer Object level recovery / 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>Tue, 18 Jun 2013 21:28:30 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>Maybe SQL12 will steal flashback :o Dird</description><pubDate>Thu, 23 May 2013 02:41:00 GMT</pubDate><dc:creator>Dird</dc:creator></item><item><title>RE: Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>[quote][b]AmarettoSlim (5/22/2013)[/b][hr]Can someone explain why SQL Server doesn't support object level recovery in a native manner?[/quote]Because doing so would allow a native restore to result in a transactionally inconsistent database (imagine restoring the Client table and Invoices tables but not the Sales table, could mean that afterwards a client has an invoice for items that are not recorded as sold.</description><pubDate>Wed, 22 May 2013 15:04:57 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>[quote][b]AmarettoSlim (5/22/2013)[/b][hr]Resurrecting this thread with a question I have...Can someone explain why SQL Server doesn't support object level recovery in a native manner?How do 3rd party vendors make this possible?I'm just looking for general knowledge here.Thanks![/quote]the 3rd part apps read the transaction log and/or full backup, and compare it to your current object(s);from there the 3rd party application can produce the appropriate insert/update/delete statements based on comparing the two objects), sometimes by creating a script based on the log changes, sometimes based on just comparing values.While technically no different than you restoring a backup, and comparing two tables yourself, and generating the appropriate scripts based on your own analysis, such third party tools can save you [b]enormous [/b]amounts of time you'd spend on analysis and scripting out the changes, assuming you have a backup strategy in place before the data gets stepped on and needs to be restored.</description><pubDate>Wed, 22 May 2013 13:57:11 GMT</pubDate><dc:creator>Lowell</dc:creator></item><item><title>RE: Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>Resurrecting this thread with a question I have...Can someone explain why SQL Server doesn't support object level recovery in a native manner?How do 3rd party vendors make this possible?I'm just looking for general knowledge here.Thanks!</description><pubDate>Wed, 22 May 2013 12:25:26 GMT</pubDate><dc:creator>AmarettoSlim</dc:creator></item><item><title>RE: Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>Hi,Thanks for the info</description><pubDate>Tue, 29 Sep 2009 06:24:41 GMT</pubDate><dc:creator>ebenraja</dc:creator></item><item><title>RE: Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>Third party tools are normally used, Object level restores are not supported in sql server yet.</description><pubDate>Thu, 24 Sep 2009 04:54:44 GMT</pubDate><dc:creator>Silverfox</dc:creator></item><item><title>Does SQLSERVER2008 offer Object level recovery</title><link>http://www.sqlservercentral.com/Forums/Topic793155-146-1.aspx</link><description>Friends,I have been using a third party toll that offers excellent object level recovery from the compressed backup file, whereby individual tables can easily be restored from the latest available backup file.I can find that by default SQL2008 itself offers compression technique which is actually more better than the current tool am using. But any idea if SQL2008 offers the same object level recovery technique or any alternate method by which the tables can be restored easily from the backup file without creating temporary databases and transferring db through SSIS.ThanksEben</description><pubDate>Thu, 24 Sep 2009 04:30:25 GMT</pubDate><dc:creator>ebenraja</dc:creator></item></channel></rss>