Press "Enter" to skip to content

Fast JSON Data Load in Pre-2025 SQL Server

Brent Ozar loads some data:

To demo what I mean, I’m going to take the Users table from the Stack Overflow database, and I’m going to pretend that we’re only storing the Id column, and the rest of the columns are JSON, stored in a UserAttributes column. Let’s create a new Users_JSON table to simulate it:

Read on and stay tuned for the way that SQL Server 2025 changes this.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.