DP-300 · Question #403
You have an Azure subscription that contains two Azure SQL managed instances named SQLMI1 and SQLMI2. SQLMI1 hosts a database named DB1. You initiate a copy operation of DB1 to SQLMI2. You need to…
The correct answer is C. sys.dm_hadr_physical_seeding_stats. sys.dm_hadr_physical_seeding_stats (Transact-SQL) On the primary replica, query sys.dm_hadr_physical_seeding_stats DMV to see the physical statistics for each seeding process that is currently running. Note: Seeding is the process of populating a database with initial data…
Question
Options
- Asys.dm_continuous_copy_status
- Bsys.dm_database_replica_states
- Csys.dm_hadr_physical_seeding_stats
- Dsys.dm_db_mirroring_connections
How the community answered
(32 responses)- A6% (2)
- B9% (3)
- C81% (26)
- D3% (1)
Explanation
sys.dm_hadr_physical_seeding_stats (Transact-SQL) On the primary replica, query sys.dm_hadr_physical_seeding_stats DMV to see the physical statistics for each seeding process that is currently running. Note: Seeding is the process of populating a database with initial data, typically used to provide sample or default records for testing and development purposes. You can use this to create "reproducible environments" for local development, staging, and production. https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management- views/sys-dm-database-replica-states-azure-sql-database https://learn.microsoft.com/en-us/sql/relational-databases/system-dynamic-management- views/sys-dm-hadr-physical-seeding-stats
Topics
Community Discussion
No community discussion yet for this question.