Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

JSON parsing – performance comparison

$
0
0
One of the first questions that people asked once we announced JSON support in SQL Server 2016 was “Would it be slow ... set @s = PATINDEX('%ProductName%', @json) -- set @s = SUBSTRING(@json, 10, 10) -- set @s = SUBSTRING(@json, CHARINDEX('ProductName ...

Viewing all articles
Browse latest Browse all 989

Trending Articles