﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / Backups  / send data in small size by backup is possible / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 14:12:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>Larger files should be sent electronically by (S)FTP(S), or if you must, put on a web site.Alternately, burn them to a CD, DVD, BD, or write to an external hard drive/tape an mail them - for very large files, the hard drive or tape is the only reasonable choice.If there's anything sensitive or confidential, make sure to encrypt according to your industry/country's rules/laws.</description><pubDate>Mon, 04 Mar 2013 10:31:13 GMT</pubDate><dc:creator>Nadrek</dc:creator></item><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>Hi guys i thanks all very much but what i need is to request about some thingare these files all full backup or differential backup.and can i make restore one by one</description><pubDate>Mon, 04 Mar 2013 05:18:34 GMT</pubDate><dc:creator>ahmed_elbarbary.2010</dc:creator></item><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>Backup contains only used pages (If it is full backup). No use of shrinking the database.If it is a differential backup, it contains all pages changed since last Full backup.So sometimes if your transaction is heavy, you can consider full backup itself.As Lynn mentioned consider striping the backup .[code="sql"]Backup database databasename to disk='c:\backup\filename1.bak',disk='c:\backup\filename2.bak',disk='c:\backup\filename3.bak'[/code]Remember you will need all of these backup files to do a successfull restore.</description><pubDate>Sun, 03 Mar 2013 22:21:38 GMT</pubDate><dc:creator>joeroshan</dc:creator></item><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>Can i do shrink to database to minimize size if possibleplease help me</description><pubDate>Sun, 03 Mar 2013 21:31:56 GMT</pubDate><dc:creator>ahmed_elbarbary.2010</dc:creator></item><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>Of course, if none of that works, FedEx and a swing-set of disks works wonders.  In a previous job, I was able to get a portable hard disk on site using FedEx long before the file could be zipped, emailed, and unzipped at the other end.  The disk can easily be locked by at least one password to protect the content and is actually less potentially at risk of interception than an email.  Since a lot of companies have to keep all sent email virtually forever, it's also easier on the email hardware and backups, to boot.</description><pubDate>Sun, 03 Mar 2013 16:44:21 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>You can trying stripping the backups to multiple files and email those separately.  You could also look at encrypting the zip file and using something like SkyDrive to server as an intermediary step in move the files between sites.</description><pubDate>Sun, 03 Mar 2013 13:56:11 GMT</pubDate><dc:creator>Lynn Pettis</dc:creator></item><item><title>RE: send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>You could split the backups to multiple files which would make smaller files.  Although it does take a while, you can also zip the files which will give you about 80% compression.  Be advised that the normal zip tools in windows won't handle files that big.  You might want to try 7Zip or spend 60 bucks on WinZip Pro both of which come with command line versions.</description><pubDate>Sun, 03 Mar 2013 11:55:57 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>send data in small size by backup is possible</title><link>http://www.sqlservercentral.com/Forums/Topic1425942-357-1.aspx</link><description>I have 2 branches database A,B same structure and objects different only in data i must take backup every day.but i face problem Differential backup is big and when i compress also is big  so that when i send him by email it will not accept because it is big how i send it small size as possibleNotessql server 2005 in two brancheswe cannot make replication because the two branches are not connected online(location in dessert and slow disconnected more time)email only available can i send transaction that make every day to all databaseby backup(in small size)when i take full backup from database it is 1.5 g.b and differential is 800 mb</description><pubDate>Sun, 03 Mar 2013 07:07:24 GMT</pubDate><dc:creator>ahmed_elbarbary.2010</dc:creator></item></channel></rss>