Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
Worried about.bak backup Options · View
wsuch
#1 Posted : Friday, April 30, 2010 5:23:04 AM Quote
Rank: Newbie

Groups: Registered

Joined: 4/30/2010
Posts: 1
Location: Australia
Hi

I have .bak files being created for SQL Express 2005 but I am curious why the backup program does not backup the log files,I assume the full backup taken in .bak format has not committed the transaction logs to the database, I could be wrong as I dont know much about SQL and just worried data could be missing after a restore, thanks

Wayne
alex
#2 Posted : Friday, April 30, 2010 7:01:55 AM Quote
Rank: Administration

Groups: Registered

Joined: 8/10/2009
Posts: 143
By default our program creates a full backup.

http://msdn.microsoft.com/en-us/library/ms175477.aspx
"A full backup contains all the data in a specific database or set of filegroups or files, and also enough log to allow for recovering that data."

However, you can setup your job to create the differential backup or the transaction log backup. Please see this topic: http://sqlbackupandftp.com/forum/yaf_postst25_What-are-SqlBackupAndFTP-commandline-options.aspx
Guest
#3 Posted : Friday, April 30, 2010 8:01:09 AM Quote
Rank: Guest

Groups:

Joined: 8/10/2009
Posts: 725
thanks Alex, I am wondering why there is an option there to backup the logs then if the full backup does it anyway

Regards
Wayne
ruslan
#4 Posted : Wednesday, September 01, 2010 2:38:06 PM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
Log backups are more advanced topic than you probably need. In other words if you don't know what they are for, you shouldn't worry about them. Full backup will get you all the data up to that point in time. The simplest way to restore is to use One-Click SQL Restore
Quick Reply Show Quick Reply
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You can create polls in this forum.
You can vote in polls in this forum.