I have a .bacpac file exported from SQL Server 2008. While I'm trying to import the same in my Azure SQL Server using latest SSMS, I'm thrown the below error at a specific Table.
===================================
Data plan execution failed with message One or more errors occurred. (Microsoft.SqlServer.Dac)
One or more errors occurred. (mscorlib)
===================================
One or more errors occurred.
One or more errors occurred.
The given key was not present in the dictionary. (mscorlib)
===================================
Can somebody please help me on this?
Many Thanks, Suhail