Forum Replies Created

Viewing 11 posts - 331 through 342 (of 342 total)

  • RE: SQL 2K - Database differential restore problems from Backup Device

    To restore a differential backup, the database itself must be in a RESTORING state i.e. the restore operations before this must have restored the database with the NORECOVERY or STANDBY...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: An internal consistency error occurred.

    > What is PSS

    Microsoft Product Support Services.   See here for details.

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: zipping backup logs and files

    Zipping backup file(s) can sometimes be inconvenient because you need additional space for the zip files, both during the backup and restore process.  Some compression applications require additional workspace while compressing...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: Multiple backup devices/parallel backup

    SQL Server 2005 will support mirrored backups.  In the meantime, you can try our product, MiniSQLBackup, that can perform mirrored backups now.  In addition, the files are compressed and can...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: Using OSQL to call a Job which backups a Database

    Not sure what else your job might have been set up to do, but if it's only to backup the database, granting the user the db_backupoperator database role on the...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: creating new backup device on network drive

    Most of the time, it's a permission error.  Is your SQL Server service started using the Local System account or a windows user account?  To use a network drive, it needs...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: Transaction log will not shrink

    Have you tried using DBCC SHRINKFILE with a target size instead of TRUNCATEONLY?

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: system database backup

    From Books Online:

    'Only a full database backup can be performed on the master database.'.

    You can change the recovery model for the msdb database, but whether a full recovery model is...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: Use Detach and Attach for Backup and Deployment?

    Thus far, we have never encountered any errors when moving between SQL2K versions i.e. from Developer Edition to Std, to Enterprise, and vice-versa.  But then again, our databases do not use...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: Use Detach and Attach for Backup and Deployment?

    It is very important that you remember to detach the database before copying the mdf and ldf files to another server.  It is a common mistake to just stop the...

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

  • RE: SQL Server backups vs SQL LiteSpeed

    Give MiniSQLBackup a spin, at http://http://www.yohz.com.

    Regards

    Peter Yeoh

    yohz Software

    SQL BAK Explorer - read SQL Server backup file details without SQL Server.
    Supports backup files created with SQL Server 2005 up to SQL Server 2017.

Viewing 11 posts - 331 through 342 (of 342 total)