【问题标题】:BCP Copy Error for Large Text File大文本文件的 BCP 复制错误
【发布时间】: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%,但我仍然有这个错误。接下来我能做什么?

【问题讨论】:

    标签: sql bcp


    【解决方案1】:

    安装 SQL Server 的磁盘似乎空间不足。 可能的解决方法是增加磁盘空间。

    【讨论】:

    • 我的硬盘还剩 292GB。也许更改数据库的大小分配可能会有所帮助。
    猜你喜欢
    • 1970-01-01
    • 2020-02-02
    • 2017-01-20
    • 2014-04-10
    • 2021-05-29
    • 1970-01-01
    • 1970-01-01
    • 2020-08-27
    • 1970-01-01
    相关资源
    最近更新 更多