﻿<?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 2005 / Backups  / Database recovery after truncate command / 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>Wed, 22 May 2013 11:41:15 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>Find the most recent backup prior to the truncate.Restore the database temporarily with a different name, such as "ProductionDB_20130115Backup" to identify what it is. Copy the table from ProductionDB_20130115Backup to ProductionDB. When you are confident you no longer need the restored database, delete ProductionDB_20130115Backup.Better than nothing I would think.</description><pubDate>Thu, 14 Feb 2013 07:08:36 GMT</pubDate><dc:creator>homebrew01</dc:creator></item><item><title>RE: Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>[quote][b]prettsons (2/13/2013)[/b][hr]If you don't have backup then you can also try [url=http://www.stellarinfo.com/sql-recovery.htm]third party SQL Database Recovery Software[/url] to repair your database. First try software demo version.[/quote]Except that the database wasn't damaged.</description><pubDate>Wed, 13 Feb 2013 23:17:28 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>RE: Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>If you don't have backup then you can also try [url=http://www.stellarinfo.com/sql-recovery.htm]third party SQL Database Recovery Software[/url] to repair your database. First try software demo version.</description><pubDate>Wed, 13 Feb 2013 20:57:38 GMT</pubDate><dc:creator>prettsons</dc:creator></item><item><title>RE: Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>Then the only way would be to restore the database from backup.</description><pubDate>Fri, 08 Feb 2013 03:33:36 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>@GilaTruncate command was not in transaction.</description><pubDate>Fri, 08 Feb 2013 02:57:36 GMT</pubDate><dc:creator>chetanr.jain</dc:creator></item><item><title>RE: Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>Unless the truncate was run in a transaction that has not yet been committed or there's a recent backup to restore, that data is not coming back.</description><pubDate>Fri, 08 Feb 2013 02:53:19 GMT</pubDate><dc:creator>GilaMonster</dc:creator></item><item><title>Database recovery after truncate command</title><link>http://www.sqlservercentral.com/Forums/Topic1417542-357-1.aspx</link><description>Hello Friends,I got a query from one of my team member’s friend. Here is the scenario :SQL server Version : SQL 2005Database Recovery Model : SimpleIssue : Jr. DBA has run a truncate command on a table having 1 mn rows (confused on similar naming convention between production / dev) . After knowing the mistake, he requested for data recovery.Unfortunately, the database is quite old, 2 Weeks back.Any Ideas ??Thanks, Chetan</description><pubDate>Fri, 08 Feb 2013 02:45:36 GMT</pubDate><dc:creator>chetanr.jain</dc:creator></item></channel></rss>