Additional SQL Server features and topics not covered by specific categories
Hi @Seeya Xi-MSFT ,
Thanks for your answer.
See, the use case I am facing is not that I want to skip headers on a file but the fact that a set of files are created without headers at all, then since CREATE EXTERNAL TABLE syntax requires a list of columns and based on documentation for that instruction, I cannot get to create an external table for such files even if a use an external file format.
I have tried to bypass that by using numbers for column names -synapse openrowset likewise-, empty strings,etc. It hasn't worked so far.
So I got doubtful, is that even possible? Is the only use case covered by polybase that of files having headers?