dbTalk Databases Forums  

Backup stratagy Overview

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss Backup stratagy Overview in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
David Hills
 
Posts: n/a

Default Backup stratagy Overview - 01-09-2009 , 05:16 AM






Good Morning

can some one point me in the direction of a good simple overview of back
stratagy
for sequal server. I'm running axapta, I run a full online backup
everynight, compress it, copy it to another server, reconnect just the mdb
file.

This works fine, but I would like to bring over the transcation file every x
minutes and apply it.

How and when does the transaction log get truncated, is it automatically
done for a full backup. we are actually doing two full backups of the data
base, will this work
or will I have incomplete transcation logs? because the second backup is not
copies across and restored because of day time band width restrictions?

Thnaks


David Hills




--
Thanks



David Hills

Reply With Quote
  #2  
Old   
Russell Fields
 
Posts: n/a

Default Re: Backup stratagy Overview - 01-09-2009 , 10:33 AM






David,

First, I would point you to the SQL Books Online, the documentation which is
pretty thorough:
http://technet.microsoft.com/en-us/l.../ms187048.aspx -- Overall topic
http://technet.microsoft.com/en-us/l...9(SQL.90).aspx --
Strategies

From your comments, you might find the Log Shipping topic interesting as
well, though maybe it is more than you want to do.
http://technet.microsoft.com/en-us/l...3(SQL.90).aspx

RLF

"David Hills" <DavidHills (AT) discussions (DOT) microsoft.com> wrote

Quote:
Good Morning

can some one point me in the direction of a good simple overview of back
stratagy
for sequal server. I'm running axapta, I run a full online backup
everynight, compress it, copy it to another server, reconnect just the mdb
file.

This works fine, but I would like to bring over the transcation file every
x
minutes and apply it.

How and when does the transaction log get truncated, is it automatically
done for a full backup. we are actually doing two full backups of the data
base, will this work
or will I have incomplete transcation logs? because the second backup is
not
copies across and restored because of day time band width restrictions?

Thnaks


David Hills




--
Thanks



David Hills


Reply With Quote
  #3  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Backup stratagy Overview - 01-09-2009 , 05:06 PM



David Hills (DavidHills (AT) discussions (DOT) microsoft.com) writes:
Quote:
How and when does the transaction log get truncated, is it automatically
done for a full backup. we are actually doing two full backups of the
data base, will this work or will I have incomplete transcation logs?
because the second backup is not copies across and restored because of
day time band width restrictions?
The transaction log is truncated when you back up the log. When you back
up the database, nothing happens to the log. (Well, records of the backup
is written to it.)

If you are in simple recovery, the log gets truncated every now in then.
You need to use the full recovery model to be able to ship your logs.

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.