Results 1 to 3 of 3

Thread: filegroup is full "SQLState = 37000, NativeError = 1105"

  1. #1
    Join Date
    Nov 2005
    Posts
    1

    filegroup is full "SQLState = 37000, NativeError = 1105"

    hi ,
    i m loading huge data like more than 50,00,000 records using BCP utility after ends the process i received the following Error .

    SQLState = 37000, NativeError = 1105
    Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space
    for object 'BMIS112003' in database 'MY_DB2' because the 'SECONDRY' filegroup is full.

    Although I’ve created new filegroup ('SECONDRY' )in drive D:/ that have 10 GB of free Space , then i create table ('BMIS112003' ) using 'SECONDRY' filegroup.

    Primary Filegroup created in C:/ that have 1 GB free space.

    and all database setting is set as a default.

    any one can help me

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    How about your Log file? Does it have enought space?

  3. #3
    Join Date
    Sep 2002
    Posts
    5,938
    Did you let file in secondary filegroup auto grow? How big the file is now?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •