Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Anonymous
Not applicable

Mirrored Azure SQL Database

I have set up a staging area on an Azure SQL Server where tables are refreshed every night/morning by first being emptied and then refilled with new data. I have created a Mirrored Azure SQL database connection in Fabric for these tables. The connection works perfectly the first time, but the next day I encounter the following error message (screenshot attached).

It seems that the mirror is not being re-established after the tables are refreshed. Could anyone provide insights on why this might be happening and what steps I can take to resolve this issue?

Thank you in advance for your assistance!

 

John_Pigge_0-1744183587354.png

 

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

We are performing a truncate on the table, but this issue still persists. I have now created a pipeline that turns the mirror off and on again every morning. This works well.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

We are performing a truncate on the table, but this issue still persists. I have now created a pipeline that turns the mirror off and on again every morning. This works well.

nilendraFabric
Super User
Super User

Hello @Anonymous 

When the tables in your Azure SQL Database are emptied and refilled, they may be dropped and recreated. This can disrupt the mirroring process because the mirrored database in Fabric may lose track of the original tables

 

Ensure that tables are not being dropped and recreated during the refresh process. Instead of dropping tables, truncate them using TRUNCATE TABLE to preserve their schema and metadata, which helps maintain mirroring continuity

Helpful resources

Announcements
April Fabric Update Carousel

Fabric Monthly Update - April 2026

Check out the April 2026 Fabric update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.