Forum Discussion
Azure SQL Mirror Issue
- 1 year ago
Hi jadler,
Thank you for reaching out to the Microsoft Fabric Forum Community.
Are the queries suggested by dlauth33, running? If please raise a support ticket so one of the engineers can assist in rectifying the issue. Below is the link to raise the support ticket:
How to create a Fabric and Power BI Support ticket - Power BI | Microsoft LearnPlease refer to the document link below:
Troubleshoot Fabric Mirrored Databases - Microsoft Fabric | Microsoft Learn.
If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.
Thank you.
Awesome thanks for that, will get in touch with them. Seems crazy, but I guess this platform is still fairly new.
Here are a couple of queries you can run against the source db of the mirror that support will ask for.
SELECT * FROM sys.dm_change_feed_log_scan_sessions;
--if mirroring is actually stopped I think this table should be empty
SELECT * FROM sys.dm_change_feed_errors;