Knowledge check

Completed

Choose the best response for each of the questions. Then select Check your answers.

Check your knowledge

1.

Approximately how long would the data transfer component of a fully optimized very large database (VLDB) migration to Azure take, if the database size is 30 TB?

2.

In a very large database migration, commonly four export R3load servers are used. Typically, what is export server 1 dedicated to?

3.

When optimizing the source system for a very large database export, which solution should be used to run R3load processes?

4.

When migrating a very large database, what is the benefit of creating multiple clones of the source database and exporting in parallel?

5.

Given the following SQL statement for migrations: select session_id, request_id, start_time, status, command, wait_type, wait_resource, wait_time, last_wait_type, blocking_session_id from sys.dm_exec_requests where session_id >49 orderby wait_time desc; During the runtime of the database import, when and how often should the SQL statement be run?