Data Migration of Domain Seperated Data from one instance to another instance.Summary<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } span { font-size: 12pt; font-family: Lato; color: var(--now-color--text-primary, #000000); } h2 { font-size: 24pt; font-family: Lato; color: var(--now-color--text-primary, black); } h3 { font-size: 18pt; font-family: Lato; color: var(--now-color--text-primary, black); } h4 { font-size: 14pt; font-family: Lato; color: var(--now-color--text-primary, black); } a { font-size: 12pt; font-family: Lato; color: var(--now-color--link-primary, #00718F); } a:hover { font-size: 12pt; color: var(--now-color--link-primary, #024F69); } a:target { font-size: 12pt; color: var(--now-color--link-primary, #032D42); } a:visited { font-size: 12pt; color: var(--now-color--link-primary, #00718f); } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } There are questions on Data migrating (specific data - Domain Separated) from one instance to another instance. 1. Is there any process or tool which can move the Domain Separated data - Please review the below documentation on Domain Migration Tool https://www.servicenow.com/docs/r/platform-security/tenant-domain-migration-tool.html?section=tenant-domain-migration-tool 2. Can we move the complete data of one instance to another instance without changing the data on the target instance? - This can be achieved by Clone, Where clone will copy the data of Source instance and at the same time preserves the target instance data when added in preservers.- Support will not have scope for the identification of the tables as they cannot determine how many tables are affected as a whole.