0

I added database in sql server always on structure , and database still restoring in secondary replica.

How can I find out percentage of replication ? Is there any query etc?

Thanks.

jarlh
  • 42,561
  • 8
  • 45
  • 63

1 Answers1

0

See :

SELECT * FROM sys.dm_hadr_automatic_seeding

If you have start the replica with automatic seeding

SQLpro
  • 3,994
  • 1
  • 6
  • 14