MSSQL Compressed Backup 1.0 Released

I’ve just released version 1.0 of MSSQL Compressed Backup.  This is a command line utility that allows you to backup or restore your SQL Server 2005 databases to/from compressed files such as zip, bzip2, or gzip.

http://mssqlcompressed.sourceforge.net/

About Clay Lenhart

I am a DBA/Technical Architect for Latitude Group and love technology.
This entry was posted in MSSQL Compressed Backup and tagged , . Bookmark the permalink.

5 Responses to MSSQL Compressed Backup 1.0 Released

  1. Peter says:

    Hi Clay,

    Very nice utility.
    Is it somehow possible to state multiple databases to backup? each to a seperate file?

    I know I can batch it, but will it take advantage of “virtual device”? meaning, creating it once and backing up all dbs from there?

    I have too little knowledge how this “virtual device” works, so I am afraid that multiple repeated calls to msbp may not be efficent?

    Thanks,
    Peter

  2. Pingback: Recent Links Tagged With "mssql" - JabberTags

  3. Clay Lenhart says:

    Currently it isn’t possible to store multiple databases in the same virtual device. Interesting idea, though if the sole reason is for efficiency, I wouldn’t worry about it. It takes so little time to create a virtual device, like milliseconds.

    The new version (1.1) prints when it starts to back up. You can use this to see how long the setup phase takes (including creating the virtual device) as compared to the backup phase.

  4. David says:

    Hi Clay,

    Is it possible to backup a database in a named instance?

    Thanks
    David

  5. Clay Lenhart says:

    David,
    Definitely. The parameter is “instancename”. For example:
    msbp.exe restore “local(path=c:\model.bak)” “db(database=model;instancename=sqlexpress;)”

    You can read all the gory details here:

    http://mssqlcompressed.sourceforge.net/doc_plugins_db.shtml

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>