<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Create And Restore Incremental backup to SQL Server in StoreEver Tape Storage</title>
    <link>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405927#M54795</link>
    <description>UP :)</description>
    <pubDate>Tue, 28 Apr 2009 07:24:08 GMT</pubDate>
    <dc:creator>MARCELLIN</dc:creator>
    <dc:date>2009-04-28T07:24:08Z</dc:date>
    <item>
      <title>Create And Restore Incremental backup to SQL Server</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405924#M54792</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I've an evaluation version of Data Protector Express.&lt;BR /&gt;&lt;BR /&gt;I try to backup and restore a database, who have one table, schema of this table is (uniqueidentifier, nchar(10));&lt;BR /&gt;&lt;BR /&gt;I did &lt;BR /&gt;- 1 full backup&lt;BR /&gt;- 1 incremental backup after inserting data on the table&lt;BR /&gt;&lt;BR /&gt;If I delete datas of the table, I'm able to restore full backup (1mo for 4 rows saying data protector during restoration), but restoration of incremental backup don't restore the two new lines. Data Protector said this rows make 81Ko).&lt;BR /&gt;&lt;BR /&gt;Working with more rows on the table, log during backup grows to 145Ko. So the backup seems to be good.&lt;BR /&gt;&lt;BR /&gt;I got this error on the rapport : &lt;BR /&gt;&lt;BR /&gt;Error 3076 : Echec de la fermeture SQL (trad : Fail on closing SQL)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Some informations about backup&lt;BR /&gt;Version Indicator of incremental backup : 411&lt;BR /&gt;Version Indicator of full backup : 111&lt;BR /&gt;&lt;BR /&gt;Before each restore, i set offline the database : &lt;BR /&gt;&lt;BR /&gt;ALTER DATABASE [Toto1] SET SINGLE_USER WITH ROLLBACK IMMEDIATE&lt;BR /&gt;GO&lt;BR /&gt;ALTER DATABASE [Toto1] SET OFFLINE WITH&lt;BR /&gt;ROLLBACK IMMEDIATE&lt;BR /&gt;GO&lt;BR /&gt;ALTER DATABASE [Toto1] SET MULTI_USER&lt;BR /&gt;GO&lt;BR /&gt;&lt;BR /&gt;And after restore I set Online (Data Protector did it but i prefer to be sure).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from Data Protector Support and News Forum to Tape Backup (Small and Medium Business).&lt;BR /&gt;-HP Forum Moderator&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2013 03:42:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405924#M54792</guid>
      <dc:creator>MARCELLIN</dc:creator>
      <dc:date>2013-10-28T03:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create And Restore Incremental backup to SQL Server</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405925#M54793</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;Apply the latest patches, and check it againg.Also take differential backup instead of increamenatal, i-e is incr 1&lt;BR /&gt;&lt;BR /&gt;Shardha</description>
      <pubDate>Thu, 23 Apr 2009 03:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405925#M54793</guid>
      <dc:creator>Shardha</dc:creator>
      <dc:date>2009-04-23T03:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create And Restore Incremental backup to SQL Server</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405926#M54794</link>
      <description>I've the version 4.00 sp1 (version 43064), there is no patch or fix for.&lt;BR /&gt;&lt;BR /&gt;For differential backup, documention says, page 288, that there is no difference between incremental et differentials jobs for sql server databases. Incremental and differential backup up only transaction logs.&lt;BR /&gt;&lt;BR /&gt;I tried a differential, but it did a complete, saying differential is not supported...&lt;BR /&gt;&lt;BR /&gt;I found the directory /logs/, I understand one error : i should set offline the database for complete restore, but for incremental database should be online.&lt;BR /&gt;&lt;BR /&gt;New error : &lt;BR /&gt;&lt;BR /&gt;23/04/2009 11.03.33 SQL: Write failure (0)&lt;BR /&gt;23/04/2009 11.03.33 SQL: load database cmd failed: [4294967295]&lt;BR /&gt;23/04/2009 11.03.33 SQL: STATE - [4] Native error: [3117] Message: [[Microsoft][ODBC SQL Server Driver][SQL Server]The log or differential backup cannot be restored because no files are ready to rollforward.]&lt;BR /&gt;23/04/2009 11.03.33 SQL: STATE - [4] Native error: [3013] Message: [[Microsoft][ODBC SQL Server Driver][SQL Server]RESTORE LOG is terminating abnormally.]&lt;BR /&gt;23/04/2009 11.03.38 SQL: Failure on restore results (1)&lt;BR /&gt;&lt;BR /&gt;Internet says, that on SQL Server, NOREcovery Version must be set in T-SQL, but there is nothing like it on data protector express...&lt;BR /&gt;&lt;BR /&gt;So, what can I do ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2009 10:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405926#M54794</guid>
      <dc:creator>MARCELLIN</dc:creator>
      <dc:date>2009-04-23T10:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create And Restore Incremental backup to SQL Server</title>
      <link>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405927#M54795</link>
      <description>UP :)</description>
      <pubDate>Tue, 28 Apr 2009 07:24:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/storeever-tape-storage/create-and-restore-incremental-backup-to-sql-server/m-p/4405927#M54795</guid>
      <dc:creator>MARCELLIN</dc:creator>
      <dc:date>2009-04-28T07:24:08Z</dc:date>
    </item>
  </channel>
</rss>

