Universal command-line interface for SQL databases
-
Updated
Apr 30, 2021 - Go
Microsoft's SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
I have a seed file with 14 columns and 152 lines. It fails with the error message:
Note: 14 columns x 152 rows = 2.128 cells
This looks like that the seed files are not batched when they are imported so they fail when they are too big.
I think dbt should create batches for li