<?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: Backup of Branch Versioned Data - Is SQL Server backup enough? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1209816#M7862</link>
    <description>&lt;P&gt;Thanks for the great links George.&amp;nbsp; I think there is enough here to at least do a test of the process.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Sep 2022 12:32:55 GMT</pubDate>
    <dc:creator>NickKopczyk</dc:creator>
    <dc:date>2022-09-06T12:32:55Z</dc:date>
    <item>
      <title>Backup of Branch Versioned Data - Is SQL Server backup enough?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1137878#M7533</link>
      <description>&lt;P&gt;I'm using Branched Versioning.&amp;nbsp; I've learned that I cannot write SQL queries in SQL Server to query my base table directly (in hopes of replicating the results of a versioned view), but that didn't stop me from trying.&lt;/P&gt;&lt;P&gt;I did look at the SDE schema tables in SQL Server to see if I could figure out how the REST API could mine records from specific versions/queries.&amp;nbsp; Granted I didn't look for hours, but it didn't look to me that the SQL Database alone contained the data necessary to make the queries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;That leads me to believe that the datastore on the enterprise you published your service to is storing additional information about your branch versioned data.&amp;nbsp; &lt;STRONG&gt;Is backing up my branch versioned database using SQL Server alone enough to ensure data security, or do I need to backup my SQL Database and the Enterprise Datastore?&amp;nbsp; Any suggestions about best practices would be appreciated.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 15:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1137878#M7533</guid>
      <dc:creator>KimberlyGarbade</dc:creator>
      <dc:date>2022-01-27T15:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of Branch Versioned Data - Is SQL Server backup enough?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1205021#M7839</link>
      <description>&lt;P&gt;I also can't seem to locate any best practices for backup and restore workflows in branched versioning.&amp;nbsp; Any direction to a good resource would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 15:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1205021#M7839</guid>
      <dc:creator>NickKopczyk</dc:creator>
      <dc:date>2022-08-22T15:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of Branch Versioned Data - Is SQL Server backup enough?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1205058#M7845</link>
      <description>&lt;P&gt;Here is a link to using SQL with Branch Versioned data:&amp;nbsp;Utility Network Journey: Branch Versioning and SQL – &lt;A href="https://www.esri.com/arcgis-blog/products/utility-network/electric-gas/utility-network-sql/" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/utility-network/electric-gas/utility-network-sql/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I would guess that a full SQL backup would be needed to restore any data. The edits are stored in the base table, but there are some other tables that help "track" the versioning;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/geodatabase-system-tables-sqlserver.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/geodatabase-system-tables-sqlserver.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2022 16:33:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1205058#M7845</guid>
      <dc:creator>George_Thompson</dc:creator>
      <dc:date>2022-08-22T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of Branch Versioned Data - Is SQL Server backup enough?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1209816#M7862</link>
      <description>&lt;P&gt;Thanks for the great links George.&amp;nbsp; I think there is enough here to at least do a test of the process.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 12:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1209816#M7862</guid>
      <dc:creator>NickKopczyk</dc:creator>
      <dc:date>2022-09-06T12:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: Backup of Branch Versioned Data - Is SQL Server backup enough?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1236094#M8056</link>
      <description>&lt;P&gt;Here is the SQL query to get the unqiue records from branch versioned Geodatabase table e.g.-PIPELINEDEVICE&lt;/P&gt;&lt;P&gt;SELECT *&amp;nbsp;from [SDE].[PIPELINEDEVICE]&lt;BR /&gt;where GDB_ARCHIVE_OID IN (&lt;BR /&gt;SELECT GDB_ARCHIVE_OID&lt;BR /&gt;FROM (SELECT GDB_ARCHIVE_OID ,ROW_NUMBER() OVER (PARTITION BY OBJECTID ORDER BY GDB_FROM_DATE DESC) rn,GDB_IS_DELETE&lt;BR /&gt;FROM [SDE].[PIPELINEDEVICE] WHERE ((GDB_BRANCH_ID = 0 AND GDB_FROM_DATE &amp;gt;=&lt;BR /&gt;(select [ancestor_moment] from [dbo].[SDE_branches] where branch_id = 0)&lt;BR /&gt;))) MB_&lt;BR /&gt;WHERE rn = 1 AND GDB_IS_DELETE = 0)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 19:09:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/backup-of-branch-versioned-data-is-sql-server/m-p/1236094#M8056</guid>
      <dc:creator>VeerSingh2</dc:creator>
      <dc:date>2022-11-29T19:09:07Z</dc:date>
    </item>
  </channel>
</rss>

