Results 1 to 3 of 3

Thread: segment log error

  1. #1
    chris Guest

    segment log error


    I am getting this error in SQL 6.5:

    Error: [Microsoft][ODBC SQL Server Driver][SQL Server]. Can’t allocate space for object ‘Syslogs’ in database ‘ER’ because the ‘logsegment’ is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment.

    Should I increase the size? Its already 350 MB. I would like to start over with a new transaction log. Can I do this?

  2. #2
    Ray Miao Guest

    segment log error (reply)

    Did you dump log periodically? If not, did you set 'truncate log on checkpoint'? Try dump log and 'dbcc checktable (syslogs)'. If not work, have to expand log.


    ------------
    chris at 9/28/00 3:58:46 PM


    I am getting this error in SQL 6.5:

    Error: [Microsoft][ODBC SQL Server Driver][SQL Server]. Can’t allocate space for object ‘Syslogs’ in database ‘ER’ because the ‘logsegment’ is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment.

    Should I increase the size? Its already 350 MB. I would like to start over with a new transaction log. Can I do this?

  3. #3
    chris Guest

    segment log error (reply)

    I have it set to truncate log on checkpoint. Does this mean I need to expand the log?


    ------------
    Ray Miao at 9/28/00 4:45:03 PM

    Did you dump log periodically? If not, did you set 'truncate log on checkpoint'? Try dump log and 'dbcc checktable (syslogs)'. If not work, have to expand log.

    ------------
    chris at 9/28/00 3:58:46 PM


    I am getting this error in SQL 6.5:

    Error: [Microsoft][ODBC SQL Server Driver][SQL Server]. Can’t allocate space for object ‘Syslogs’ in database ‘ER’ because the ‘logsegment’ is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment.

    Should I increase the size? Its already 350 MB. I would like to start over with a new transaction log. Can I do this?

Posting Permissions

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