Results 1 to 3 of 3

Thread: Easy SQL question

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613

    Easy SQL question

    When trying to access my 'Insurance' table in ASP I have the following error:

    Error Type:
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space for object 'Insurance' in database 'Customer' because the 'PRIMARY' filegroup is full.

    What does it mean? Running out of space or something?

    Thanks.

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    Either you have run out of diskspace or you have set a maximum size for the customer database and you've exceeded it.

    Try getting rid of some stuff off the drive if it's full or in Properties of the database increase the size.

    later
    b

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    It works.

    Thanks.

Posting Permissions

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



Click Here to Expand Forum to Full Width