I have recently upgraded my Azure SQL servers to v12 after the general availability in Europe. To my horror I have just discovered that I cannot import an exported database. The export itself seems to work fine, but importing it again using the new Azure portal (on the same server), consistently yields the error:
"The SELECT permission was denied on the object 'security_policies', database 'mssqlsystemresource', schema 'sys'."
I have also tried importing it using SSMS 2014 with CU5; also unsuccessful. I have further tried to import and export between SQL Azure v12 and a local SQL 2014 developer edition - every scenario fails.
Does anyone have a suggestion on how to get a bacpac imported into SQL Azure v12? I have been unable to figure out whether this is a general issue, as I cannot find much information on this error. I did find a link with the exact same error, although no viable solution is presented: http://www.designlimbo.com/?p=381
This is quite an important feature for me, and as such, I did do extensive testing before executing the upgrade. Before the upgrade my import/export tests on a v12 server were all successful. This was around february 1.