<?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: MS-SQL Compressed Backups Support in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2422216#M9680</link>
    <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 11:07:30 GMT</pubDate>
    <dc:creator>SushilKumar</dc:creator>
    <dc:date>2024-02-22T11:07:30Z</dc:date>
    <item>
      <title>MS-SQL Compressed Backups Support</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2421408#M9618</link>
      <description>&lt;P&gt;I seem to remember a few years ago that Replicate was able to support MS-SQL backup logs that were backed up with Compression.&amp;nbsp; However, I can't find any reference now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm starting a new transactional task and am using Native SQL local tlog backups.&amp;nbsp; Is native backup log compression still supported?&amp;nbsp; If so, is there anything I need to set in the connection manager?&amp;nbsp; Can I set it mid-stream? For example, if I begin backing up databases with compression now, and another task needs to go back to look at old log backups that were not compressed, will there be an issue?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 20:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2421408#M9618</guid>
      <dc:creator>PGN</dc:creator>
      <dc:date>2024-02-20T20:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: MS-SQL Compressed Backups Support</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2421786#M9641</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108119"&gt;@PGN&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If it's native format compression it should be fine as I remember. You may try to run below query in SSMS to verify the compresed TLOG file, if it works then Replicate would work too.&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt; select * from&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sys.fn_dump_dblog ('', NULL,NULL, 1,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'&lt;EM&gt;put the fully qualified name of the log here&lt;/EM&gt;',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 14:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2421786#M9641</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-02-21T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: MS-SQL Compressed Backups Support</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2421825#M9645</link>
      <description>&lt;P&gt;Yes, Replicate supports alternate backup (and compression) options for SQLserver sources.&lt;/P&gt;
&lt;P&gt;Carefully read the Replicate Userguide -&lt;/P&gt;
&lt;P&gt;"&lt;STRONG&gt;Alternate backup folder&lt;/STRONG&gt;: The location of the backup logs when using a third-party utility to back up&lt;BR /&gt;the transaction logs (i.e. instead of Microsoft SQL Server’s own backup mechanism). You can run the&lt;BR /&gt;backup utility yourself or you can &lt;STRONG&gt;configure Qlik Replicate to run it as described in Backup file&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;preprocessing command below&lt;/STRONG&gt;. "&lt;/P&gt;
&lt;P&gt;Search for: "Select virtual backup device types"&lt;/P&gt;
&lt;P&gt;and: "Backup folder preprocessing command"&lt;/P&gt;
&lt;P&gt;You may want to engage Qlik professional services for further help with this, or perhaps an other forum reader has hands-on experiences to share.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2024 15:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2421825#M9645</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2024-02-21T15:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: MS-SQL Compressed Backups Support</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2422216#M9680</link>
      <description>&lt;P&gt;Hello team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If our response has been helpful, please consider clicking "Accept as Solution". This will assist other users in easily finding the answer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 11:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/MS-SQL-Compressed-Backups-Support/m-p/2422216#M9680</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-02-22T11:07:30Z</dc:date>
    </item>
  </channel>
</rss>

