SQL Server memory-optimized tables store and manage data entirely in memory (RAM) instead of traditional disk-based storage.
When synchronizing a database that contains memory-optimized objects:
ALTER, DROP, or CREATE DDL statements.To safely synchronize databases with memory-optimized objects using dbForge Studio for SQL Server:
Note
Back up the target database before synchronization.
1. Open the New Schema Comparison wizard.
2. On the Source and Target page, specify the source and target databases and server connections.
3. Click Compare.
4. In the Schema Comparison document, select the memory-optimized objects for synchronization.
5. At the top of the document, click
to open the Schema Synchronization Wizard.
6. Navigate to the Options page.
7. Under the Transactions section, clear the Use a single transaction checkbox.
8. Click Synchronize.
1. Return to the Schema Comparison document.
2. Select the remaining objects for synchronization.
3. At the top of the document, click
to open the Schema Synchronization Wizard.
4. Navigate to the Options page.
5. Under the Transactions section, select the Use a single transaction checkbox.
6. Click Synchronize.