<?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: Dev sql geodatabase to replace Prod sql geodatabase in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481476#M9078</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;! This is exactly what I needed and there were a few steps I was missing. To address a few of your items:&lt;/P&gt;&lt;P&gt;Yes, my new&amp;nbsp;&lt;SPAN&gt;DEV DBNAME going to Prod is 3.1 arcsde repository, I used Pro 3.1.5 to create it. So I can rename the geodatabase after moving it, Thank goodness! One of the best enhancements yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I won't be able to delete&amp;nbsp;all child versions of sde.default from current Prod DBNAME. I know because I tested&amp;nbsp; a copy in the dev environment. There are some weird left over replica versions from offline collector app from 2019 and it errors when I try to delete them. Hopefully this won't matter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The current Prod DBNAME uses SDE user repository, however, SDE user also owns all of the data. I used an Operating System authentication database connection to publish the current feature/map services (signed in as me). The ArcGIS Server service account is a domain user in the AD group assigned the gis_dataeditor role in SQL. Do you think I'll have to republish the feature/map services in this scenario? Our ArcGIS Server is 11.1 so the&amp;nbsp;Pro 3.3 Update Data Source Tool won't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 30 May 2024 18:43:19 GMT</pubDate>
    <dc:creator>AndreaB_</dc:creator>
    <dc:date>2024-05-30T18:43:19Z</dc:date>
    <item>
      <title>Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481234#M9072</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a new sql geodatabase in my dev environment that has the schema, users, permissions etc set up according to best practices. I now need to replace my prod sql geodatabase with this dev sql geodatabase. I need to get the dev geodatabase to prod and get the data from prod into the dev. I have a rough outline of the steps I think I need to take.&lt;/P&gt;&lt;P&gt;1) Can you review the steps please and give any advice and feedback? I'll put steps below.&lt;/P&gt;&lt;P&gt;2) I'm using Traditional Versioning. When I copy/paste the data into the new Prod from old Prod - do I have to worry about data loss from data in the versioned tables? We won't be able to get to an end state count = 1 in the compress_log.&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;Create a backup of Prod sql db DBNAME&lt;/P&gt;&lt;P&gt;Stop editing in Prod sql db DBNAME, stop ArcGIS Server map and feature services, disconnect users, run through rec/post/delete versions/compress.&lt;/P&gt;&lt;P&gt;Rename Prod sql db DBNAME to DBNAME_ProdOld&lt;/P&gt;&lt;P&gt;backup a copy of dev sql db to Prod, restore it to the DBNAME. Recreate logins, remap data users to logins&lt;/P&gt;&lt;P&gt;Delete all data and tables from DBNAME using ArcGIS Pro&lt;/P&gt;&lt;P&gt;one at a time, copy/paste all feature classes and tables into new Prod DBNAME from DBNAME_ProdOld – using the data owner connection.&lt;/P&gt;&lt;P&gt;Create the relationship classes.&lt;/P&gt;&lt;P&gt;Register the correct feature classes as Versioned&lt;/P&gt;&lt;P&gt;Add Editor Tracking and fields to versioned feature classes&lt;/P&gt;&lt;P&gt;Analyze, rebuild indexes, compress, analyze, rebuild indexes.&lt;/P&gt;&lt;P&gt;Create the 'Working' version&lt;/P&gt;&lt;P&gt;Create geodatabase connection files in ArcGIS Pro as sde user, data owner user, editor, and viewer users to test the geodatabase.&lt;/P&gt;&lt;P&gt;Restart all ArcGIS Server map and feature services&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:34:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481234#M9072</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-05-30T15:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481246#M9073</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/727623"&gt;@AndreaB_&lt;/a&gt;&amp;nbsp;- yes, the steps you listed sounds good, I see what you are trying to do, copy the new Geodatabase that has the new structure into the Production server, delete the data and then reload the data from the old Prod database into the new one.&lt;BR /&gt;&lt;BR /&gt;To move the database using a database backup.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/how-to-move-a-sql-server-enterprise-geodatabase/ba-p/1233540" target="_blank" rel="noopener"&gt;How to Move the SQL Server Enterprise Geodatabase with a database backup&lt;/A&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;For more white papers see the Frequent Asked Question under my main blog page below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351" target="_blank" rel="noopener"&gt;Mapping and Charting Solutions (MCS) Enterprise Da... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:49:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481246#M9073</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-05-30T15:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481249#M9074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thanks! Yes, I definitely read through that already and will be following that. Some of my steps I wrote were inspired from your document.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But my questions still remain as they aren't addressed in your documents, from what I can tell. Because I'm doing more than just moving it. And I also have versioning.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 15:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481249#M9074</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-05-30T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481380#M9075</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/727623"&gt;@AndreaB_&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;DEVELOPMENT:&amp;nbsp;&lt;BR /&gt;1. backup sql server database in the dev server DBNAME, this is the new geodatabase with the new structure.&lt;/P&gt;&lt;P&gt;2. restore a backup of DBNAME in the dev server with a new name DBNAME_2&lt;BR /&gt;&lt;BR /&gt;if the arcsde repository is pro 3.x or later then this will not break the geodatabase.&lt;/P&gt;&lt;P&gt;3.create new geodatabase connection files for DEV DBNAME_2&lt;/P&gt;&lt;P&gt;4. drop the data from the data owner on DEV DBNAME - featureclasses, tables, featuredatasets&lt;/P&gt;&lt;P&gt;5. delete all geodatabase domains on DEV DBNAME&lt;/P&gt;&lt;P&gt;6. delete all geodatabase versions&amp;nbsp; on DEV DBNAME - traditional version or branch version&lt;/P&gt;&lt;P&gt;7. execute a sde compress on DEV DBNAME - if using traditional version&lt;/P&gt;&lt;P&gt;8. gather new statistics, rebuild indexes for DEV DBNAME&lt;/P&gt;&lt;P&gt;9. create a sqlserver database backup of DEV DBNAME&lt;BR /&gt;&lt;BR /&gt;PRODUCTION:&lt;BR /&gt;&lt;BR /&gt;1. create a sqlserver database backup for DBNAME&lt;/P&gt;&lt;P&gt;2. reconcile and post all version child of sde.default - traditional version&lt;/P&gt;&lt;P&gt;3. delete all versions child of sde.default&lt;/P&gt;&lt;P&gt;4. execute sde compress 3 x&lt;/P&gt;&lt;P&gt;5. gather new statistics, rebuild indexes, gather new statistics again&lt;/P&gt;&lt;P&gt;6. create a sqlserver database backup for DBNAME&lt;/P&gt;&lt;P&gt;7. rename DBNAME to DBNAME_OLD&lt;/P&gt;&lt;P&gt;must disconnect all users and stop all arcgis server services&lt;/P&gt;&lt;P&gt;8. create new geodatabase connection files&lt;/P&gt;&lt;P&gt;9. restore backup of the DEV DBNAME (empty geodatabase) into the PROD server&lt;/P&gt;&lt;P&gt;10. create new geodatabase connection files for the NEW PROD DBNAME&lt;/P&gt;&lt;P&gt;11. Pro export xml document schema-only from PROD DBNAME_OLD&lt;/P&gt;&lt;P&gt;12. Pro import xml document schema-only into NEW PROD DBNAME&lt;/P&gt;&lt;P&gt;13. Pro Append Data GP Tool to load data from PROD DBNAME_OLD into NEW PROD DBNAME&lt;/P&gt;&lt;P&gt;note: this is the best method to load data for very large datasets than using copy/paste of featureclass and tables&lt;/P&gt;&lt;P&gt;14. After data load in the NEW PROD DBNAME&lt;/P&gt;&lt;P&gt;a. gather new statistics&lt;/P&gt;&lt;P&gt;b. rebuild indexes&lt;/P&gt;&lt;P&gt;c. rebuild spatial indexes&lt;/P&gt;&lt;P&gt;d. recreate relationship classes&lt;/P&gt;&lt;P&gt;e. recreate topology, geometry network, utility network, etc.&lt;/P&gt;&lt;P&gt;f. enable editor tracking&lt;/P&gt;&lt;P&gt;g. enable geodatabase archiving&lt;/P&gt;&lt;P&gt;h. register as versioned - traditional or branch&lt;/P&gt;&lt;P&gt;i. update statistics&lt;/P&gt;&lt;P&gt;j. update roles permission for editor and viewer user&lt;/P&gt;&lt;P&gt;15. take a sqlserver backup of the NEW PROD DBNAME&lt;/P&gt;&lt;P&gt;16. restart ArcGIS Server services&lt;BR /&gt;&lt;BR /&gt;17. Use ArcGIS Pro 3.3 Update Data Source Tool to update the data source of the ArcGIS Server Services.&lt;BR /&gt;&lt;BR /&gt;If the tool does not work for some reason, then you will need to republish the services.&lt;BR /&gt;&lt;BR /&gt;if the old geodabase has DBO arcsde repository then all featureclasses and tables are DBO owner, and the ArcGIS Server services reference the data as DBO.&lt;/P&gt;&lt;P&gt;Thus, it is necessary to use the Pro 3.3 Update Data Source Tool once the new geodatabase has SDE user repository and a data owner user and editor and viewer users.&lt;/P&gt;&lt;P&gt;Please, read my database connection best practices below to decide which user you shall use to publish or to change the data source of the ArcGIS Services.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/t5/mapping-and-charting-enterprise-databases/mapping-and-charting-solutions-mcs-enterprise/ba-p/893351#toc-hId--1336696408" target="_blank" rel="nofollow noopener noreferrer"&gt;Database Connections Best Practices&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Depending on the ArcGIS Server version that you are using the Pro 3.3 Update Data Source Tool might not work, your ArcGIS Server must be 11.2 / 11.3&amp;nbsp; for this to work. Hence be prepared to have to republish all your services in the worst-case scenario.&lt;/P&gt;&lt;P&gt;I hope this clarifies.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481380#M9075</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-05-30T17:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481427#M9076</link>
      <description>&lt;P&gt;IMHO, copy/paste of each feature class is the road to ruin, because all versions need to be deleted and the&lt;BR /&gt;entire instance compressed first, or all data in An/Dn tables will be lost.&lt;/P&gt;&lt;P&gt;If you move the data in the database using database tools, you move the versioning as well (the backup needs to span the geodatabase tables -- sde.sde/gdb_* and all the schemas which own tables managed in the geodatabase), and you don't need to have a versioning fire sale (Crazy Vince says all data must &lt;EM&gt;go&lt;/EM&gt;!).&lt;/P&gt;&lt;P&gt;The single biggest issue here is that you can't change the name of the database after restore (that messes up the registry).&lt;/P&gt;&lt;P&gt;If the table schemas have changed in dev, you need a much more detailed migration plan.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481427#M9076</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2024-05-30T17:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481431#M9077</link>
      <description>&lt;P&gt;if the geodatabase repository is upgraded with Pro 3.x or later then the SQL Server database can be renamed and that does not break the arcsde repository anymore, and the SQL Server geodatabase continues to work fine. This is a new feature enhancement that was introduced that many customers have requested.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 17:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481431#M9077</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-05-30T17:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481476#M9078</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;! This is exactly what I needed and there were a few steps I was missing. To address a few of your items:&lt;/P&gt;&lt;P&gt;Yes, my new&amp;nbsp;&lt;SPAN&gt;DEV DBNAME going to Prod is 3.1 arcsde repository, I used Pro 3.1.5 to create it. So I can rename the geodatabase after moving it, Thank goodness! One of the best enhancements yet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I won't be able to delete&amp;nbsp;all child versions of sde.default from current Prod DBNAME. I know because I tested&amp;nbsp; a copy in the dev environment. There are some weird left over replica versions from offline collector app from 2019 and it errors when I try to delete them. Hopefully this won't matter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The current Prod DBNAME uses SDE user repository, however, SDE user also owns all of the data. I used an Operating System authentication database connection to publish the current feature/map services (signed in as me). The ArcGIS Server service account is a domain user in the AD group assigned the gis_dataeditor role in SQL. Do you think I'll have to republish the feature/map services in this scenario? Our ArcGIS Server is 11.1 so the&amp;nbsp;Pro 3.3 Update Data Source Tool won't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 18:43:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481476#M9078</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-05-30T18:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481515#M9079</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;"I won't be able to delete&amp;nbsp;all child versions of sde.default from current Prod DBNAME. I know because I tested&amp;nbsp; a copy in the dev environment. There are some weird left over replica versions from offline collector app from 2019 and it errors when I try to delete them. Hopefully this won't matter."&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;[Marcelo]: unregister the replicas and you will be able to delete the versions that reference the replicas.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"The current Prod DBNAME uses SDE user repository, however, SDE user also owns all of the data. I used an Operating System authentication database connection to publish the current feature/map services (signed in as me). The ArcGIS Server service account is a domain user in the AD group assigned the gis_dataeditor role in SQL. Do you think I'll have to republish the feature/map services in this scenario? Our ArcGIS Server is 11.1 so the&amp;nbsp;Pro 3.3 Update Data Source Tool won't work."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;[Marcelo]: do not load data with the sde user, this is a very bad practice, the sde user is the arcsde repository owner and the sde user shall be used only for geodatabase administrative tasks, such as the sde compress. The data needs to be loaded with a data owner user. The ArcGIS Server windows service is running under a Domain User and the Domain User was added to the database and granted the "gis_editor" role, good this is the right thing to do for permissions and security. You can give it a try with the ArcGIS Pro 3.2 /3.3 Update Data Source Tool and see if that changes the data source of your services. The Update Data Source Tool was enhanced at Pro 3.2 to be able to update the data source of services, hence the Pro 3.1 Update Data Source will not work, if you use the Pro 3.2 / 3.3 Update Data Source Tool there is a change it might not work because your ArcGIS Server is 11.1, hence the changes are that you might need to republish the services. If you were using Pro 3.2 / ArcGIS Server 11.2 or Pro 3.3 / ArcGIS Server 11.3 then there is a higher change the Pro 3.2 / 3.3 Update Data Source Tool would work.&lt;/P&gt;&lt;P&gt;I hope this helps.&amp;nbsp; &amp;nbsp;: )&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 19:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481515#M9079</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-05-30T19:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481615#M9081</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;unregister the replicas and you will be able to delete the versions that reference the replicas." --- I tried this on the dev copy and it worked perfectly! thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I'll be trying all of these steps in the future. Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 21:47:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1481615#M9081</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-05-30T21:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483566#M9084</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'm working through the steps and for #&lt;SPAN&gt;7 "rename DBNAME to DBNAME_OLD" in Production - this could be an issue because the Prod geodatabase is a very old Esri arcsde version 10 repository. So once I rename it, it will break in GIS. Right? And then I won't be able to connect to it in Pro to get the data out using the Append tool.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 20:16:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483566#M9084</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-06-03T20:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483590#M9085</link>
      <description>&lt;P&gt;yes, it will break the geodatabase if you rename the database because in that geodatabase the arcsde repository is version 10, and if you rename the database, you will not be able to connect to it. The ability to rename the SQL Server database was introduced in Pro 3.0, this means the arcsde repository must be pro 3.0 or higher for you to be able to rename the SQL Server database.&lt;BR /&gt;&lt;BR /&gt;Tip, create the new production geodatabase with a different name, e.g. DBNAME_NEW, that one will be arcsde repo pro 3.x then you will be able to rename the SQL Server database later, then reload the data, when done take a good backup of the old production DBNAME, drop the DBNAME database in production and then rename the new production DBNAME_NEW to DBNAME ( old production name).&lt;BR /&gt;!!! Ecco la soluzione!!!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 20:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483590#M9085</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-06-03T20:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483626#M9086</link>
      <description>&lt;P&gt;Yup, I was afraid of that. So do you think this workflow would work in Prod?:&lt;/P&gt;&lt;P&gt;restore backup of the DEV &lt;SPAN&gt;DBNAME (empty geodatabase version 11.1) into the PROD server&amp;nbsp;&lt;/SPAN&gt;naming it DBNAME_NEW,&lt;/P&gt;&lt;P&gt;Import xml Workspace Document schema-only into DBNAME_NEW from previous export of xml.&lt;/P&gt;&lt;P&gt;load the data into DBNAME_NEW from Prod DBNAME (version 10) using the Append tool&amp;nbsp;&lt;/P&gt;&lt;P&gt;rename the old Prod database to DBNAME_OLD (version 10, breaking it)&lt;/P&gt;&lt;P&gt;rename the new database to DBNAME (this is the version 11.1)? I'm not as familiar with SQL Server - Is this a rename using SQL Server management studio?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 21:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483626#M9086</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-06-03T21:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483638#M9087</link>
      <description>&lt;P&gt;Looks good, yes you can rename the SQL Server database using SQL Server Management Studio, right click the database and choose "rename" in the drop down menu.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 21:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1483638#M9087</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-06-03T21:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1485655#M9090</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am looking into the Update Data Sources&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/projects/update-data-sources.htm#:~:text=Alternatively%2C%20right%2Dclick%20the%20map,paths%20to%20their%20data%20source." target="_blank" rel="noopener"&gt;Tool&lt;/A&gt;&amp;nbsp;and I'm not entirely sure that tool will update anything with the Map Services - it says&amp;nbsp;&lt;/P&gt;&lt;P&gt;"There are limitations to updating data source paths from a catalog view. The following layer types and workspaces are not supported using this method:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Map service layers"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Have you been able to test this tool?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 20:31:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1485655#M9090</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-06-05T20:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1485664#M9091</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/727623"&gt;@AndreaB_&lt;/a&gt;&amp;nbsp;- yes, the Update Data Source Tool was enhanced at Pro 3.2 to work with Feature Services, etc. If you run into any issues then please open a ticket with Esri Technical Support and let them know, this will help to improve the tool if it is still not working as expected with Map Services, Feature Services, etc.&lt;BR /&gt;&lt;BR /&gt;If the tool does not work at all then the only alternative is to republish the services.&lt;BR /&gt;&lt;BR /&gt;My word of advice before you republish the ArcGIS Server services, make sure the SQL Server Instance is the "default" instance and not a named instance, the default instance allows to connect using only the server hostname, next do not use the hostname in the geodatabase connection files, instead create a DNS Alias that resolves to the production database server, I always set my database servers with a static ip address, hence make the DNS Alias to resolve to the static ip address of the production database server, then create the geodatabase connection files using the DNS Alias. This allows later for more flexibility if you have to move the databases from Server A to Server B in the future, like when we need to upgrade to a new Windows OS and a new version of SQL Server, then the migration is simple, just need to remap the DNS Alias to the static ip address of Server B, and the ArcGIS Server Services will continue to work.&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 20:55:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1485664#M9091</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2024-06-05T20:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dev sql geodatabase to replace Prod sql geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1487415#M9092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/7880"&gt;@MarceloMarques&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I just wanted to follow up on the Update Data Sources Tool at version 3.3. I had a call with Esri Tech support today and they confirmed that this tool does not work with Feature Services. That would be wonderful if it did. I will plan to republish my feature services by using the "overwrite" option.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 19:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/dev-sql-geodatabase-to-replace-prod-sql/m-p/1487415#M9092</guid>
      <dc:creator>AndreaB_</dc:creator>
      <dc:date>2024-06-07T19:15:39Z</dc:date>
    </item>
  </channel>
</rss>

