SQL compatibility level and azure

1

It turns out that in azure I have a Database that I want to back up on my local computer, and I want to generate a .bacpac file, but it gives me the following error.

already try

ALTER DATABASE name_db SET COMPATIBILITY_LEVEL = 130
GO

help please

    
asked by Juan Pablo Gomez Monsalve 03.01.2018 в 03:43
source

0 answers