Skip to content

Instantly share code, notes, and snippets.

View DeepInTheCode's full-sized avatar

David Young DeepInTheCode

View GitHub Profile
Verifying I am +deepinthecode on my passcard. https://onename.com/deepinthecode
@DeepInTheCode
DeepInTheCode / GetJSON.sql
Created May 30, 2013 19:53
SQL table to JSON Object
/****** Object: StoredProcedure [dbo].[GetJSON] Script Date: 5/28/2013 4:31:01 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE procedure [dbo].[GetJSON]
(
@table_name varchar(50),