Forum Discussion
jigarjadav89
Jun 08, 2022Copper Contributor
External table Always insert in a new file, is there any way to write to same file?
I have a external table in SQL Server which points to CSV files in folder of Azure blob storage, I enabled polybase export and trying to insert data using insert query. It works but it always creates...
jigarjadav89
Jun 13, 2022Copper Contributor
Ronen_Ariely, Thanks for the response, It was one of our plan to do append through other app, we planned using ssis, but this looks a good solution, we will try this.
Ronen_Ariely
Jun 14, 2022MVP
You are most welcome 🙂