fila a JSON en SQL Server

SELECT * 
FROM MyTable  
FOR JSON PATH, WITHOUT_ARRAY_WRAPPER
Tiny Coders