使用UpdateBatch报 内存不足,求教啊!

解决方案 »

  1.   

    ---手动配置内存选项
    sp_configure'show advanced options',1
    go
    reconfigure
    go
    sp_configure 'min server memory' --服务器最小内存
    sp_configure 'max server memory' --服务器最大内存
    sp_configure 'index create memory'--创建索引占用的内存
    sp_configure 'min  memory per query'--每次查询占用的最小内存
      

  2.   

    ADO还是ADO.NET?报错是在程序端还是在SQL Server端?没有详细说明,别人怎么帮你?
      

  3.   

    ado,错误是操作数据库返回的,用的是VC,在数据库本机也是一样的,