PreviousNext

Importing JSON Collections into SQL Server

by bill-s, 2018-05-15T04:27:10.475Z

It is fairly easy to Import JSON collections of documents into SQL Server if there is an underlying ‘explicit’ table schema available to them. If each of the documents have different schemas, then you have little chance. Fortunately, schema-less data collections are rare.

Read More