0
I am using data flow to copy large data to sql azure database.
I recieved an error
Operation on target Data flow1 failed: {"StatusCode":"DFExecutorUserError","Message":"Job
failed due to reason: at Sink 'xxxx':
shaded.msdataflow.com.microsoft.sqlserver.jdbc.SQLServerException: The database 'tempdb' has
reached its size quota. Partition or delete data, drop indexes, or consult the documentation
for possible resolutions.","Details":"at Sink 'xxx':
shaded.msdataflow.com.microsoft.sqlserver.jdbc.SQLServerException: The database 'tempdb' has
reached its size quota. Partition or delete data, drop indexes, or consult the documentation
for possible resolutions."}
To resolve, i tried creating a different schema in the data flow setting and unchecked "Use tempdb" option and provided with schema name of schema i created.
I continue to get the same error with not much information available about solving this
