BULK INSERT YourTable FROM 'C:\YourJSONFile.json' WITH ( DATA_SOURCE = 'MyJsonFile', FORMAT = 'JSON' );