You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-server/migrate/guides/sql-server-to-sql-server-upgrade-guide.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,12 +138,18 @@ Review the compatibility issues discovered with DMA tool.
138
138
139
139
Preserve backup logs, maintenance plans, and other automated tasks, including jobs by creating a backup of the system [database msdb.](/../../../relational-databases/backup-restore/back-up-and-restore-of-system-databases-sql-server.md)
140
140
141
+
Additional considerations maybe needed based on the complexity of your data and environment.
142
+
141
143
View [linked servers](/../../../relational-databases/linked-servers/linked-servers-database-engine.md) by using SQL Server Management Studio. In the Object Explorer, right-click server objects to expand list
[Migrate system objects using scripts wizard](/../../ssms/scripting/generate-and-publish-scripts-wizard.md)
150
+
151
+
[Mirrored backup media sets](https://docs.microsoft.com/en-us/sql/relational-databases/backup-restore/mirrored-backup-media-sets-sql-server.md)
152
+
147
153
### Migrate schema and data
148
154
149
155
After assessing your databases, the next step is to begin the process of migrating the schema and database by using DMA.
@@ -247,11 +253,7 @@ To use DEA for database migration testing, complete the following steps.
247
253
248
254
## Next steps
249
255
250
-
For more information about these issues and specific steps to mitigate them, see the[Post-migration Validation and Optimization Guide](../../../relational-databases/
For more information about these issues, specific steps to mitigate them, and after the migration see the [Post-migration Validation and Optimization Guide](../../../relational-databases/post-migration-validation-and-optimization-guide.md).
255
257
256
258
For a matrix of Microsoft and third-party services and tools that are available to assist you
257
259
with various database and data migration scenarios and specialty tasks, see [Services and tools for data migration](/azure/dms/dms-tools-matrix).
0 commit comments