Is JSON supported in SQL Server 2014?
Is JSON supported in SQL Server 2014? SQL Server 2014 does not support JSON, so you can use NVARCHAR(MAX) column to store JSON data. You will not be able to use any of the JSON T-SQL extensions. What SQL Server version supports JSON? SQL Server 2016 SQL Server 2016 is finally adding support for JSON, […]