I'm using Azure SQL DB automated export feature. Everything worked like a charm, but recently it started failing:
Automated SQL Export failed for XXX:XXX at 8/2/2015 4:11:22 AM. The temporary database copy was made, but this copy could not be exported to the .bacpac file.
I've checked "Import/Export History" of my Azure SQL Server and saw following error details:
Error encountered during the service operation. Indexing for document type .xml is not supported on Microsoft Azure SQL Database v12.
I have no idea what it is. Probably it's something linked with FTS feature that I'm using, but I've done nothing to my database since my last successful automated exports, so I guess this must be some Azure issue.
- Do you know how to fix this?
- Do you know if it affects backups made by default by Azure SQL DB service?