简体   繁体   中英

Zipping database in SQL Server 2005

I have a database of 1.10gb size in Microsoft SQL Server 2005 and when I zipped this database, the file that contains this database will produce the size only 80 Mb.

  1. what is the reason for reduce this large amount size?
  2. if there any mistake in data allocation in that database that is, static allocation

There was no any free technique available for SQL server 2005 backup compression, database administrator could do it by using 3rd party tools.

See this blog: http://sqlblogcasts.com/blogs/davidwimbush/archive/2009/09/24/backup-compression-on-sql-2005.aspx

& 3rd party tool – SQL safe lite, you can find related information @ http://www.idera.com/Products/SQL-toolbox/SQL-safe-lite/ I have not used this software so try it on your own risk.

Also this: http://www.loudsteve.com/2009/01/21/hack-together-backup-compression-in-sql-2005/

Please note that you must Shrink DB before backup and free unused allocated space.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM