【发布时间】:2021-08-23 15:34:24
【问题描述】:
我正在使用数据流将大数据复制到sql azure数据库。
我收到一个错误
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."}
为了解决这个问题,我尝试在数据流设置中创建不同的架构,并取消选中“使用 tempdb”选项,并提供我创建的架构的架构名称。
我继续收到相同的错误,但没有太多关于解决此问题的信息。
【问题讨论】:
标签: azure-sql-database azure-data-factory-2