Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Truncate Logs and Error 1105
Message
From
04/06/1999 08:09:31
 
 
To
03/06/1999 16:16:30
Raymond Humphrys
Michigan Department of Community Health
Bath, Michigan, United States
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00226218
Message ID:
00226426
Views:
27
If the error is that you're out of space in the transaction log you can truncate the log using:

DUMP TRANSACTION databasename WITH NO_LOG -- SQL 6.5/7.0

Or

BACKUP TRANSACTION databasename WITH NO_LOG -- SQL 7.0 Only

If no space is being freed, check to see if there's an open transaction:

DBCC OPENTRAN(databasename)

You will not be able to truncate the log past an open transaction.

HTH

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform