I\'m trying to export a SQL Azure database to a .bacpac file using the Azure portal. The administrator username on my database contains a *>
.bacpac
*>
Got it. I can add the user to the db_owner role and then the export proceeds without error.
db_owner
EXEC sp_addrolemember 'db_owner', 'gu6t6rdb'