System errors

Two system errors can appear in the Save Incomplete dialog box when you exceed Microsoft® SQL Server limitations that are not controlled by SQL Server Enterprise Manager.

ODBC error text

[Microsoft][ODBC SQL Server Driver][SQL Server]Can't allocate space for object 'Syslogs' in database 'Guest' because the 'logsegment' segment 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.

Explanation

This error occurs because there is insufficient log space to complete the transaction.

Action
ODBC error text

[Microsoft][ODBC SQL Server Driver]Timeout expired.

Explanation

The timeout can occur when you're updating the database with any Transact-SQL changes.

Action

To increase the SQL Query Time-out value

  1. From the Tools menu, choose Options.
  2. In the left pane, click Data Tools, and then click Data View.
  3. Type a new value in the SQL query time-out box.
See Also
ALTER DATABASE remote query timeout Option
How to save a change script (Enterprise Manager) Saving a Change Script
Physical Database Files and Filegroups sp_configure

 

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.