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

Get Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.

0

The option to trigger a purge of ghost/phantom resources that linger after deletion.

Per now, I can't create a mirrored database in fabric because I get the error  "The database cannot be mirrored to Fabric due to below error: The database has already been mirrored on another Fabric warehouse.". It's been about 24 hours since I deleted the mirrored database that causes the conflict. If I could trigger a cleanup manually it would be great.

Status: Completed

If the source is one of the SQL flavors (SQLDB, MI, SQL Server 2025), you can run exec sp_change_feed_disable_db on the impacted database to cleanup any left over metadata. Then try to setup mirroring again.

Comments
ajayjmsft
Microsoft Employee
Status changed to: Completed

If the source is one of the SQL flavors (SQLDB, MI, SQL Server 2025), you can run exec sp_change_feed_disable_db on the impacted database to cleanup any left over metadata. Then try to setup mirroring again.