Azure blob to Azure SQL Database: Cannot bulk load because the file “xxxx.csv” could not be opened. Operating system error code 5(Access is denied.)
问题 I am trying to bulk load in azure sql database some data in an azure blob storage. The file content is: customer,age,gender 'C1093826151','4','M' 'C352968107','2','M' 'C2054744914','4','F' the file is in a container called silver . in the silver container I have the File1.fmt which content is: 14.0 3 1 SQLCHAR 0 7 "," 1 customer "" 2 SQLCHAR 0 100 "," 2 age SQL_Latin1_General_CP1_CI_AS 3 SQLCHAR 0 100 "\r\n" 3 gender SQL_Latin1_General_CP1_CI_AS I have the extra line add the end of the fmt