Microsoft SQL Server 2012, 2014, 2016, and 2019
Version:
2023.1
Last modified: May 17, 2023
Connection Type | ODBC, OLEDB (64-bit) |
Driver Details | Bulk write support is available for standard and in-database workflows. |
Type of Support | Read & Write, In-Database |
Validated On | Database version: 10, 11, 12, 13 |
Alteryx tools used to connect
Standard workflow processing
In-Database workflow processing
Connecting to SQL Server
Limitations
Database Version: 8.00
- Maximum Columns In Table: 1024
- Maximum Column Name Length: 128 characters
- Maximum Row Size: 8060 bytes ( does not include LOB size )
ODBC (Client Version: 6.01.7601.17514)
LOB data must all be at the end of the select. If user enters a SQL statement that doesn't have them at the end of the statement they get an error, "This ODBC driver requires that all BLOB fields be at the end of the select.". A "select * from table" will move all the LOBs to the end.
Limit for SQL Server for varchar(max)
There is a limit for SQL Server for varchar(max) of 16777216 characters (read and write). Data above this limit is truncated.