Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

BUG: Deploy Database to Microsoft Azure SQL Database fails with SQL Management Studio 18

$
0
0

Hi all,

I'm trying to deploy my local database to Azure SQL and it fails in SQL Management Studio 18, giving the following error:

One or more unsupported elements were found in the schema used as part of a data package.
Error SQL46010: Procedure: [dbo].[netRemoteSiteLoad] contains a statement that is not supported on Microsoft Azure SQL Database v12. The specific error is: Incorrect syntax near Url.
Error SQL46010: Procedure: [dbo].[netRemoteSiteList] contains a statement that is not supported on Microsoft Azure SQL Database v12. The specific error is: Incorrect syntax near Url.
Error SQL46010: Procedure: [dbo].[netRemoteSiteSave] contains a statement that is not supported on Microsoft Azure SQL Database v12. The specific error is: Incorrect syntax near Url.
(Microsoft.SqlServer.Dac)

I noticed it happens also if I simply try to export the database to a .bacpac file. Is there anything in the database structure which is not compatible with the new software? I wouldn't like to downgrade my SQL Server Management Studio version just for this error and I'm wondering if there is any action I cat take to make it work in the meanwhile.

Thanks in advance


Viewing all articles
Browse latest Browse all 9076

Trending Articles