<?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: SDE - Relocating Database to New Instance in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231861#M8012</link>
    <description>&lt;P&gt;You need to open SSMS then open a new Query Window and use the example to create the logins on your new SQL Server Instance then remap the users inside your database to match the logins, only then you will be able to create a geodatabase connection file in ArcCatalog / Pro that connects fine. I hope this clarifies.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 17:26:08 GMT</pubDate>
    <dc:creator>MarceloMarques</dc:creator>
    <dc:date>2022-11-15T17:26:08Z</dc:date>
    <item>
      <title>SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231847#M8008</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I recently created a post entitled "SDE - Enterprise Geodatabase Location to New Server" and Marcelo Marques was extremely gracious and provided some key documentation to aid me in my quest.&amp;nbsp; However, I have hit another snag in my journey.&lt;/P&gt;&lt;P&gt;One of the links provided talked about creating a backup of the database and restoring it to a new SQL server instance.&amp;nbsp; I was successful in creating a backup of my database on my old server (gisserver2) using SSMS (14).&amp;nbsp; This backup file was copied over to our new server (gisserver03).&amp;nbsp; I then used SSMS (18) to restore this database on the new server.&amp;nbsp; I then clicked "Add Database Connection" in ArcCatalog 10.8.2 and completed the Database Connection dialog box as seen in the attached.&amp;nbsp; I at first used gisserver03 as the Instance, but of course, the authentication is still running through my old server and it worked fine with those old server credentials.&lt;/P&gt;&lt;P&gt;Can the Instance be modified somehow to our new server (gisserver03) AND still keep the same credentials for User name and password that were applied to the old server (gisserver2)?&amp;nbsp; This server will soon be retired so connectivity will eventually be broken.&lt;/P&gt;&lt;P&gt;On our new server we are using SQL Server Management Studio v18.12.1, ArcGIS Server 10.9.1, ArcGIS Data Store 10.9.1, ArcGIS Web Adaptor 10.9.1, and employ ArcGIS Server Manager.&amp;nbsp; I am not using ArcGIS Pro for this manipulation.&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:11:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231847#M8008</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-15T17:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231856#M8009</link>
      <description>&lt;P&gt;You need to open SSMS then open a new Query Window and use the example below to create the logins on your new SQL Server Instance then remap the users inside your database to match the logins, only then you will be able to create a geodatabase connection file in ArcCatalog / Pro that connects fine. I hope this clarifies.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;USE master&lt;BR /&gt;GO&lt;BR /&gt;--topo&lt;BR /&gt;CREATE LOGIN topo WITH PASSWORD = '****', DEFAULT_DATABASE=[topo1],DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF&lt;BR /&gt;GO&lt;BR /&gt;--sde_topo1&lt;BR /&gt;CREATE LOGIN sde_topo1 WITH PASSWORD = '****', DEFAULT_DATABASE=[topo1],DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;USE topo1&lt;BR /&gt;GO&lt;BR /&gt;ALTER USER sde with LOGIN=sde_topo1&lt;BR /&gt;go&lt;BR /&gt;ALTER USER topo with LOGIN=topo&lt;BR /&gt;go&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:27:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231856#M8009</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-15T17:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231858#M8010</link>
      <description>&lt;P&gt;Hello Marcelo!&lt;/P&gt;&lt;P&gt;Also...one more thing...unfortunately I am not a programmer and I wouldn't even know where to begin.&lt;/P&gt;&lt;P&gt;Sorry for being such a novice.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231858#M8010</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-15T17:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231860#M8011</link>
      <description>&lt;P&gt;&lt;A href="https://support.esri.com/en/technical-article/000008079" target="_self"&gt;How To: Re-synch SQL Server logins or users after restoring a database from backup&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll need to create the required logins at the Instance level, before you Re-synch..&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231860#M8011</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2022-11-15T17:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231861#M8012</link>
      <description>&lt;P&gt;You need to open SSMS then open a new Query Window and use the example to create the logins on your new SQL Server Instance then remap the users inside your database to match the logins, only then you will be able to create a geodatabase connection file in ArcCatalog / Pro that connects fine. I hope this clarifies.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231861#M8012</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-15T17:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231867#M8013</link>
      <description>&lt;P&gt;Marcelo,&lt;/P&gt;&lt;P&gt;I've opened a new query window in SSMS as shown in the attached screen capture.&amp;nbsp; The sturgis01 database is what I would like to work on first.&lt;/P&gt;&lt;P&gt;Can you tell me what specific locations in your query that I need to modify to fit my scenario?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231867#M8013</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-15T17:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231873#M8014</link>
      <description>&lt;P&gt;1. you need to identify all the users and logins in your old database&lt;/P&gt;&lt;P&gt;SSMS open the old database, then open the properties of each user, and record the user name and the login name that the user is mapped.&lt;/P&gt;&lt;P&gt;2. then open SSMS connect to the new SQL Server Instance, open a Query Windows and use the example I gave you above to modify the script, for more information read the esri support article.&lt;BR /&gt;&lt;A href="https://support.esri.com/en/technical-article/000008079" target="_self" rel="nofollow noopener noreferrer"&gt;How To: Re-synch SQL Server logins or users after restoring a database from backup&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:49:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231873#M8014</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-15T17:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231877#M8015</link>
      <description>&lt;P&gt;Okay.&amp;nbsp; Let me see if I can work my way through that process.&amp;nbsp; I wanted to make sure I reached out to thank you for helping me on this before getting started.&lt;/P&gt;&lt;P&gt;Thanks, Marcelo.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 17:57:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231877#M8015</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-15T17:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231885#M8016</link>
      <description>&lt;P&gt;Okay.&amp;nbsp; For step 1...some clarification...since I did not create this database...&lt;/P&gt;&lt;P&gt;Hopefully this is the correct location I should be looking...I believe these are the "user names" but I'm not sure where to locate the "login names"?&lt;/P&gt;&lt;P&gt;Please see screenshot...&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231885#M8016</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-15T18:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231891#M8017</link>
      <description>&lt;P&gt;see example below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarceloMarques_0-1668536893658.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/56028i3A1BAB45011FFA71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarceloMarques_0-1668536893658.png" alt="MarceloMarques_0-1668536893658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231891#M8017</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-15T18:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231907#M8018</link>
      <description>&lt;P&gt;Okay.&amp;nbsp; Step 1 is complete.&amp;nbsp; For the most part, except for one instance, the user name matches the login name.&lt;/P&gt;&lt;P&gt;As for Step 2, I don't even know where to begin.&amp;nbsp; The instructional link that you and Asrujit so graciously provided is way over my head.&amp;nbsp; Perhaps if I had some "real" examples I could correlate to my own findings.&amp;nbsp; For instance...my first has a user name of "BASE" with a login name of "BASE"...where does that go in the query?&amp;nbsp; Also if I could understand where in the process we are changing the database from referencing the older server to our new one that might help as well...very lost...apologies for not knowing more on this subject.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 19:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231907#M8018</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-15T19:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231909#M8019</link>
      <description>&lt;P&gt;see example below, change the text &lt;STRONG&gt;&amp;lt;db_name&amp;gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&amp;lt;user_name&amp;gt;&lt;/STRONG&gt; and &lt;STRONG&gt;&amp;lt;user_login&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;USE master&lt;BR /&gt;GO&lt;BR /&gt;--&lt;STRONG&gt;&amp;lt;db_name&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;CREATE LOGIN &lt;STRONG&gt;&amp;lt;login_name&amp;gt;&lt;/STRONG&gt; WITH PASSWORD = '****', DEFAULT_DATABASE=[&lt;STRONG&gt;&amp;lt;db_name&amp;gt;&lt;/STRONG&gt;],DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF&lt;BR /&gt;GO&lt;BR /&gt;--sde&lt;BR /&gt;CREATE LOGIN sde WITH PASSWORD = '****', DEFAULT_DATABASE=[&lt;STRONG&gt;&amp;lt;db_name&amp;gt;&lt;/STRONG&gt;],DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=OFF&lt;BR /&gt;GO&lt;/P&gt;&lt;P&gt;USE &lt;STRONG&gt;&amp;lt;db_name&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;GO&lt;BR /&gt;ALTER USER sde with LOGIN=sde&lt;BR /&gt;go&lt;BR /&gt;ALTER USER &lt;STRONG&gt;&amp;lt;user_name&amp;gt;&lt;/STRONG&gt; with LOGIN=&lt;STRONG&gt;&amp;lt;user_login&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;go&lt;/P&gt;&lt;P&gt;Note: if you do not have a sde user that is the owner to the geodatabase repository and instead the sde repository tables are owned by dbo then skip the part that creates the sde login and remaps the sde user to the sde login.&lt;/P&gt;&lt;P&gt;Read more here: &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/manage-sql-server/comparison-geodatabase-owners-sqlserver.htm" target="_blank" rel="noopener"&gt;A comparison of geodatabase owners in SQL Server—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then, do not forget to change the SQL Server Compatibility Version to "SQL Server 2019".&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/databases/view-or-change-the-compatibility-level-of-a-database?view=sql-server-ver16" target="_blank"&gt;View or change the compatibility level of a database - SQL Server | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope this clarifies now.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 19:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1231909#M8019</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-15T19:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232155#M8020</link>
      <description>&lt;P&gt;I was about to send you some questions regarding the query but this came up.&lt;/P&gt;&lt;P&gt;Not quite sure what is going on, but today I am showing "SQL user without login" on each of my Users.&amp;nbsp; Please see screen capture.&lt;/P&gt;&lt;P&gt;If you recall yesterday I had checked each of my Users and they had identical logins to the User Name except for one.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 12:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232155#M8020</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-16T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232253#M8021</link>
      <description>&lt;P&gt;"SQL user without login" means that your SQL Server database is configured with contained users, read more in the link below, if you have contained users then is not necessary to configure SQL Server Logins.&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/relational-databases/databases/contained-databases?view=sql-server-ver16" target="_blank" rel="noopener"&gt;Contained Databases - SQL Server | Microsoft Learn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;Note: if you are still not able to connect to the database from a remote client then read the link below.&lt;BR /&gt;&lt;A href="https://social.technet.microsoft.com/wiki/contents/articles/1533.how-to-enable-remote-connections-on-sql-server.aspx#:~:text=%20To%20enable%20port%201433%20on%20Windows%20Vista,SQL%20Server%20Port.%206%20Click%20OK.%20See%20More." target="_blank" rel="noopener"&gt;How to Enable Remote Connections on SQL Server - TechNet Articles - United States (English) - TechNet Wiki (microsoft.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Remarks: seems that your enterprise geodatabase in SQL Server was not configured with best practices and has a mix of different user authentication methods (login and contained), and that you will need to determine why your database was setup like that, normally we use one or the other, the contained users make it easy to move the database because is not necessary to remap the users to logins.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232253#M8021</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-16T16:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232279#M8022</link>
      <description>&lt;P&gt;I'm slowly finding out the history of this database and it is not encouraging and would explain many of the issue I am having with rationalizing the structure.&lt;/P&gt;&lt;P&gt;On a separate note but still connected.&amp;nbsp; I was experimenting on our new server and came across the following.&amp;nbsp; Please see attached.&amp;nbsp; Instead of using database authentication I used windows authentication and my restored databases came up as selections (sturgis01 and Raster).&amp;nbsp; They were both able to be added as database connections using Catalog.&amp;nbsp; Everything is there and available referencing the new server.&amp;nbsp; Do you see any inherent red flags that I should be concerned with if I used that authentication?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 17:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232279#M8022</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-16T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232313#M8023</link>
      <description>&lt;P&gt;you can connect with windows authentication probably because your domain login is sysadmin in the SQL Server instance, the recommendation, you shall not add other logins as sysadmin, why? security of course, you could add other domain logins to the SQL Server Logins and then add those same logins as users in the database and grant select, insert, update, delete on the data owner tables to those users, this will improve security, see the point? security is very important ortherwise your database will be exposed to unauthorized access and SQL injections if you are deploying ArcGIS Server Services. I hope this clarifies.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 17:55:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232313#M8023</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-16T17:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232324#M8024</link>
      <description>&lt;P&gt;Understood.&amp;nbsp; I'm going to create a new database from scratch.&amp;nbsp; With all the issues with this one not following best practices in its creation is not an ideal situation going forward.&amp;nbsp; I'll retrieve the data and import them into a new structure.&lt;/P&gt;&lt;P&gt;That being said...do you have any recommended links that you can pass along that will guide me through the creation process using best practices?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 18:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232324#M8024</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-16T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232355#M8027</link>
      <description>&lt;P&gt;Follow the Enterprise Geodatabase for SQL Server best practices and guides books that I wrote and maintain.&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&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 Databases Best Practices&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1. read the "Production Mapping" guidebook for SQL Server, there is the Pro version and the ArcMap version&lt;BR /&gt;2. download the database template script for SQL Server, you can customize it to meet you needs.&lt;/P&gt;&lt;P&gt;Notes: the guidebooks and database templates are for advanced SQL Server Administrators &amp;amp; Geodatabase Administrators, if you do not have the proper training those will be very difficult to understand. I do not provide any support for the database template scripts and guidebooks, those are free best practices, and you got what is there, no free consulting of course, to get more help Esri Professional Services can be reached to provide assistance through a billable engagement.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 18:47:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232355#M8027</guid>
      <dc:creator>MarceloMarques</dc:creator>
      <dc:date>2022-11-16T18:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: SDE - Relocating Database to New Instance</title>
      <link>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232358#M8028</link>
      <description>&lt;P&gt;Thank you for all your time and effort, Marcelo!&amp;nbsp; Truly appreciated.&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 18:48:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/sde-relocating-database-to-new-instance/m-p/1232358#M8028</guid>
      <dc:creator>JD1016</dc:creator>
      <dc:date>2022-11-16T18:48:58Z</dc:date>
    </item>
  </channel>
</rss>

