How to parse json data in SQL Server 2012?
问题 I am using SQL Server 2012.I have been assigned a task where one of my column ( JsonText ) of table Sample contains json data. I want to pass parse that data and insert into columns of another table ( Test ). I searched on net 'openjson' is supported in SQL Server 2016. How to do in SQL Server 2012? Table1 : Sample Id JsonText Active JsonText webaddress?{'data':'{"PId": "XXXX","Status": "YES","Name":"XXX","Address":"XXXX","MobileNumber":"xxx"}'} I am intrested only 'PID,Address,MobileNumber'