Answer the question
In order to leave comments, you need to log in
What is database compatibility level in SQL Server, how dangerous is it to change?
I wanted to use OPENJSON on MS SQL Server 2016, but I can't find it. It turned out that I needed compatibility level under 130.
I looked in sys.databases - on the database I need it costs 100. 130 is only for service databases.
How dangerous is it to change this compatibility level from 100 to 130 ?
Answer the question
In order to leave comments, you need to log in
How dangerous is it to change this compatibility level from 100 to 130?No down compatibility. That is, there will be no possibility to change back.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question