Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,704 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm using Azure databricks for data analysis and have data going into a gen2 datalake storage account which then gets moved to another using the 'write once' mode on the output.
What I'm seeing is that data in the second account seems to be duplicating (all columns are the same) when I'm only using a simple query to move the data e.g. 'SELECT * into your_output From your_input'
What could be the cause of this? is it the write mode or something else?