SQLServer icon indicating copy to clipboard operation
SQLServer copied to clipboard

Results 3 SQLServer issues
Sort by recently updated
recently updated
newest added

Hello If the json starts with an array your script will fail Here's how to reproduce DECLARE @JsonData nvarchar(max) = '[{ "ois_id": 872326 }]', ....

the script is have an error: `Reason: SQL Error [137] [S0002]: Must declare the scalar variable "@RootTableName".` and ``` Error occurred during SQL query execution Reason: SQL Error [137] [S0002]:...