Home
Up
Feedback
History
About
Tip of the day
Interesting sites
Contact Information
Services
News

Log File Appears Full

If this happens when backups appear to be working always check first that it's not due to SQL server getting "confused". Note that if you're running with trunc. db on checkpoint (dev machines as opposed to prod it's more likely to be replication)

This is a SQL 6.5 issue.

dbcc checktable(syslogs)

It should clear everything down. If not - then are you running replication, is it out of step?

Home ] Up ]

Send mail to Webmaster with questions or comments about this web site.
Copyright © 1999 Svek Computing Limited
Last modified: January 07, 2000