I've exported an Azure SQL Database using the Azure Portal into a .bacpac file.
Using SQL Server Management Studio 17.9.1, I run the "import data-tier application" wizard and select the .bacpac file. It won't import successfully:
One error message states:
So it looks like he is complaining that the "IntegerIdList" User-defined Table Type is not present (or he can't find it). But it is available in the source database:
Is there a way to import this bacpac file into an existing database? That way I can create this Table Type before I run this wizard.