Error SQL71501 on exporting Azure SQL Database
问题 I'm getting a strange error when exporting an Azure SQL Database. Exports had been working fine until some recent schema changes, but it's now giving me Error SQL71501. The database is V12, Compatibility Level 130 (although the master database is still Compatibility Level 120). The problem seems to be caused by a new table-valued function, which uses the built in STRING_SPLIT function. There were already stored procedures using STRING_SPLIT and they don't seem to have affected the export, but