Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
Are tables locked during backup or can applications continue to write to tables? Options · View
Transistor
#1 Posted : Tuesday, February 08, 2011 10:38:54 AM Quote
Rank: Newbie

Groups: Registered

Joined: 2/8/2011
Posts: 2
Location: Ireland
Hi.
I hope to use SqlBackupAndFTP on a PC controlling an industrial process. I am concerned that backup will lock the DB/tables for periods of time - short or long? - and that the machine application will try to write to the DB, timeout and error or crash.

Can you comment on this? Does SqlBackupAndFTP lock the tables during backup? If not, how are changes during backup handled?

Many thanks.
ruslan
#2 Posted : Tuesday, February 08, 2011 10:50:22 AM Quote
Rank: Administration

Groups: Administrators

Joined: 8/10/2009
Posts: 368
Since SQLBackupAndFTP just runs BACKUP DATABASE command, take it from MSDN (http://msdn.microsoft.com/en-us/library/ms175477.aspx):
Quote:
Performing a backup operation has minimal effect on transactions that are running; therefore, backup operations can be run during regular operations. During a backup operation, SQL Server copies the data directly from the database files to the backup devices. The data is not changed, and transactions that are running during the backup are never delayed. Therefore, you can perform a SQL Server backup with minimal effect on production workloads.

Transistor
#3 Posted : Tuesday, February 08, 2011 12:26:29 PM Quote
Rank: Newbie

Groups: Registered

Joined: 2/8/2011
Posts: 2
Location: Ireland
Thanks for the quick response. We'll give it a try. (Paid version of course!)
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.