【发布时间】:2016-03-08 03:05:33
【问题描述】:
我正在尝试使用 bcp 实用程序将一个大文本文件 (40GB) 导入 sql 数据库,但我不断收到此错误:
1000 rows sent to SQL Server. Total sent: 9162000
SQLState = 37000, NativeError = 1105
Error = [Microsoft][SQL Server Native Client 11.0][SQL Server]Could not allocate space for object 'dbo.CLAIMS_CAS_ALL_2004_UPDATED_20101002_HUMANA' in database 'Claims' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
BCP copy in failed
这是在批量处理 1000 个帐户之后。我将自动增长设置为 50%,但我仍然有这个错误。接下来我能做什么?
【问题讨论】: