Activity overview
Latest activity by idprdigital19
Formatted JSON Statement Causes Error
I am getting some errors when I format code using SQL Prompt 7.3.0.775 on SQL 2016 using the JSON FOR syntax. Here is some example code:This code works:DROP TABLE IF EXISTS #Test
CREATE TABLE #Test...