Questions tagged [sql-server-data-migration-assistant]
The sql-server-data-migration-assistant tag has no summary.
13 questions
1
vote
1
answer
27
views
Question about using trace files with DMA during SQL Server migration assessment
When using Data Migration Assistant (DMA) for a database migration assessment, there’s an option to provide trace files from the source server for further analysis.
I’m wondering — is there a real ...
2
votes
1
answer
91
views
Upgrading SQL Server 2008 SP3 to SQL Server 2022 Best Upgrade Path and Licensing Questions
I have a requirement to upgrade several SQL Server 2008 SP3 databases to a new environment on new servers running SQL Server 2022. As per Microsoft’s documentation, SQL Server 2008 cannot be upgraded ...
0
votes
0
answers
59
views
Data Migration Assistant does not show the results of the assessment
I'm planning a migration of some SQL Server Databases to Azure
I installed the Data Migration Assistant in one of the servers in order to start an assessment to gather all the compatibiliy issues of ...
1
vote
1
answer
272
views
Unable To Find Object Within SSMS Highlighted With Data Migration Assistant
There's a breaking change being highlighted in the Data Migration Assistant tool Syntax issue on the source server about the syntax of an object however I am unable to find this object.
I've searched ...
1
vote
1
answer
375
views
How to update all tables in specific schema in dev database from prod database in sql server?
I am trying to use Export data option to copy data from source to destination table wise, but it throws an error if there is any foreign key relationship, this error is because, if I selected a parent ...
0
votes
0
answers
59
views
Best practice - Migration between database in AzureSQL paas
I'm working on azure SQL paas platform.
Occasionally, I have to migrate data between databases.
As you know there you need to define login and user for cross query connection.
My question is:
What is ...
-1
votes
1
answer
215
views
Does the DMA tool support an online migration for on-prem source and on-prem target?
I a planning to use the DMA tool to make a test migration from an on-prem source sql server to an on-prem target sql target.
This test will be performed during less busy hours, but there will be users ...
-2
votes
1
answer
1k
views
What permission must the user have on source and target on-prem servers for DMA assessment and migrate to work correctly?
Link: https://learn.microsoft.com/en-us/sql/dma/dma-overview?view=sql-server-ver15
It doesn't say anything on what exact permissions need to be given to the user on the source and target on-prem sql ...
0
votes
4
answers
630
views
What are untrusted constraints and what action needs taken to rectify?
Link: https://learn.microsoft.com/en-us/sql/dma/dma-bestpractices?view=sql-server-ver15
Check for untrusted constraints on both the source database and the
target database before migrating data.
...
0
votes
1
answer
234
views
Does the DMA tool do absolutely no changes on the source sql server?
I am planning to use the DMA tool for migrating sql server 2016 to sql server 2019. Both on-prem.
I will be carrying out a test migration this weekend, followed by deleting the dbs and logins from the ...
-1
votes
1
answer
39
views
How to ensure that the source database cannot be modified when using the DMA's migrate option?
I am performing a database migration (onprem sql 2016 to onprem sql 2019) using the DMA tool.
The tool only supports one time migration in the above scenario. It does not support an ongoing continuous ...
-1
votes
1
answer
400
views
How to do minimum downtime migration using DMA?
I'm using DMA to migrate sql server from source server to target server (on-prem).
After completing the migrate (for example it takes 1 hours and finishes at 2.30PM), meanwhile the source db is in use....
-3
votes
1
answer
656
views
What is not supported by DMA (data migration assistant) for onprem to onprem SQL server migration?
I am using DMA with the intention to assess and migrate everything from an onprem sql server 2016 into an onprem sql server 2019.
It looks like DMA only allows migration of:
User databases, users and ...