Welcome to Sign in | Help

Re: Fisier log foarte mare

  •  09-16-2008, 9:50 AM

    Re: Fisier log foarte mare

    ssandu:
    Este valabil si ptr SQL Server 2008 (nu mai are NO_LOG sau TRUNCATE_ONLY) ?
    Ce recomanzi ?
    DBCC SHRINKFILE nu merge decat daca recovery model e SIMPLE.

    Ai incercat ceea ce se recomanda aici ?

    Backup and restore

    BACKUP LOG WITH NO_LOG

    None. The transaction log is automatically truncated when the database is using the simple recovery model. If you must remove the log backup chain from a database, switch to the simple recovery model.

    Backup and restore

    BACKUP LOG WITH TRUNCATE_ONLY

    None. The transaction log is automatically truncated when the database is using the simple recovery model. If you must remove the log backup chain from a database, switch to the simple recovery model.


View Complete Thread
Powered by Community Server (Commercial Edition), by Telligent Systems