Re: [DotNetDevelopment] Bulk Insert JSON data into SQL Server

2011-12-12 Thread Stephen Russell
On Sun, Dec 11, 2011 at 2:27 AM, Santosh V wrote: > >  Is it possible to insert JSON data to SQL Server directly using stored > procedure? > > Somthing like for XML we are using sp_xml_preparedocument and openxml. For > JSON ??? -- No you will have to write the parser to transform jso

[DotNetDevelopment] Bulk Insert JSON data into SQL Server

2011-12-12 Thread Santosh V
Is it possible to insert JSON data to SQL Server directly using stored procedure? Somthing like for XML we are using sp_xml_preparedocument and openxml. For JSON ??? Thanks, -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET