Azure Database Support Blog
1 MIN READ
Azure SQL DW - column name is case sensitive with hash distribution
Yochanan_Rachamim
Mar 14, 2019Microsoft
First published on MSDN on Sep 13, 2016
Symptoms:
When using PolyBase bulk operation to load data into Azure SQL DW (Data Warehouse) and using the HASH distribution
you may receive this error message:
Resolution:
make sure you use the same case for column names for the HASH function because this implementation is case sensitive
e.g [ColumnName] cannot be [columnname]
Symptoms:
When using PolyBase bulk operation to load data into Azure SQL DW (Data Warehouse) and using the HASH distribution
you may receive this error message:
[OLE DB Destination [471]]: The source and target columns must be in the same order in the INSERT BULK statement
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80004005 Description: "The source and target columns must be in the same order in the INSERT BULK statement.".
Resolution:
make sure you use the same case for column names for the HASH function because this implementation is case sensitive
e.g [ColumnName] cannot be [columnname]
Published Mar 14, 2019
Version 1.0Yochanan_Rachamim
Microsoft
Joined November 27, 2018
Azure Database Support Blog
Follow this blog board to get notified when there's new activity