Issue
One or more connectors are failing with the error:
Cannot create a row of size xxxxx which is greater than the allowable maximum row size of 8060.
Environment
Destination: SQL Server Warehouse
Resolution
To solve this error, you can either break the table into smaller parts where the row size is less than 8060 bytes or you can migrate your data to a warehouse that does not have this limitation.
Cause
SQL Server has a limit of 8060 bytes per row. See Bytes per row in Maximum Capacity Specifications for SQL Server.