Forum Discussion
BACPAC import fails in Fabric SQL DB when Full‑Text objects exist – is it expected?
- 5 months ago
Hi Aparnaa_MS,
Thank you for reaching out to Microsoft Fabric Community.
Yes, this is expected behaviour. Fabric sql database does not currently support Full-Text indexing. When a BACPAC contains Full-Text objects, the import fails because unsupported schema elements cannot be created.
The recommended approach is to remove Full-Text indexes prior to exporting the BACPAC. After removing them, then the import into fabric sql db should succeed.
Please refer below document:
https://learn.microsoft.com/en-us/fabric/database/sql/limitations
Thanks and regards,
Anjan Kumar Chippa
Hi Aparnaa_MS,
Thank you for reaching out to Microsoft Fabric Community.
Yes, this is expected behaviour. Fabric sql database does not currently support Full-Text indexing. When a BACPAC contains Full-Text objects, the import fails because unsupported schema elements cannot be created.
The recommended approach is to remove Full-Text indexes prior to exporting the BACPAC. After removing them, then the import into fabric sql db should succeed.
Please refer below document:
https://learn.microsoft.com/en-us/fabric/database/sql/limitations
Thanks and regards,
Anjan Kumar Chippa
Hi,
yes thank you for the response, it cleared up some topics