RE: MSDE Backup
- From: v-xuwen@xxxxxxxxxxxxxxxxxxxx (Vincent Xu [MSFT])
- Date: Fri, 08 Sep 2006 02:39:30 GMT
Hi George,
Thanks for your reply.
If you perform full backup regularly, you can just restore the latest
backup when disaster occurs.
The transaction log is a serial record of all the transactions that have
been performed against the database since the transaction log was last
backed up. With transaction log backups, you can recover the database to a
specific point in time (for example, prior to entering unwanted data), or
to the point of failure. Check following article:
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adminsql/a
d_bkprst_565v.asp>
How to: Create a Transaction Log Backup (Transact-SQL)
<http://msdn2.microsoft.com/en-us/library/ms191284.aspx>
How to: Restore to the Point of Failure (Transact-SQL)
<http://msdn2.microsoft.com/en-us/library/ms175093.aspx>
How to: Restore to a Point in Time (Transact-SQL)
<http://msdn2.microsoft.com/en-us/library/ms179451.aspx>
Hope this helps.
Best regards,
Vincent Xu
Microsoft Online Partner Support
======================================================
Get Secure! - www.microsoft.com/security
======================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no rights.
======================================================
--------------------
<georgedschneider@xxxxxxxxxxxxxx>Thread-Topic: MSDE Backup
thread-index: AcbSfNWAJnvm5GkIQvK0wHCuX55O/A==
X-WBNR-Posting-Host: 209.244.152.162
From: =?Utf-8?B?R2VvcmdlIFNjaG5laWRlcg==?=
<FCE32450-9693-49F2-98C7-2222BA72F41A@xxxxxxxxxxxxx>References: <292CCC9A-3562-403B-A2CB-1D0679A05929@xxxxxxxxxxxxx>
<shd1e2h0GHA.4532@xxxxxxxxxxxxxxxxxxxxx>
theSubject: RE: MSDE Backup
Date: Thu, 7 Sep 2006 05:55:02 -0700
Lines: 88
Message-ID: <F97FE4D3-2927-457A-995B-AAC3B7CC90F9@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.sqlserver.msde
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.msde:23865
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.sqlserver.msde
will running the backup in this manner produce a recoverable version of
disasterdatabses. Would I also have to restore the transaction logs in a
modescenario and if so how would I back them up.
"Vincent Xu [MSFT]" wrote:
Hi George,
Thanks for posting.
The two secnarios you encounter are both normal.
1. It is not just "copy" the database, so the file size is not fixed.
2. Yes, transaction log can only be backed up in bulk-logged recovery
soor Full recovery mode.
To understand simple recovery mode, please refer to following article:
<http://msdn2.microsoft.com/en-us/library/ms191164.aspx>
Hope this helps.
Best regards,
Vincent Xu
Microsoft Online Partner Support
======================================================
Get Secure! - www.microsoft.com/security
======================================================
When responding to posts, please "Reply to Group" via your newsreader
rights.that others
may learn and benefit from this issue.
======================================================
This posting is provided "AS IS" with no warranties,and confers no
is======================================================
--------------------
<georgedschneider@xxxxxxxxxxxxxx>Thread-Topic: MSDE Backup
thread-index: AcbR770ttkEoYR5JQJawFgx3SHKBjA==
X-WBNR-Posting-Host: 209.244.152.162
From: =?Utf-8?B?R2VvcmdlIFNjaG5laWRlcg==?=
References: <292CCC9A-3562-403B-A2CB-1D0679A05929@xxxxxxxxxxxxx>
Subject: RE: MSDE Backup
Date: Wed, 6 Sep 2006 13:05:02 -0700
Lines: 14
Message-ID: <FCE32450-9693-49F2-98C7-2222BA72F41A@xxxxxxxxxxxxx>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
Newsgroups: microsoft.public.sqlserver.msde
Path: TK2MSFTNGXA01.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.msde:23863
NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
X-Tomcat-NG: microsoft.public.sqlserver.msde
Also when I run osql -E -n -Q "Backup Log DB1to
disk='c:\gbackup\db1_log.trn'" I get an error stating that backup log
not
changesupported while the recovery model is simple. use backup database or
followingthe recovery model using alter databse. What is this all about.
"George Schneider" wrote:
I'm trying to backup up my MSDE database called db1. I run the
smallercommand from a command promt.
osql -E -n -Q "Backup Database db1 to disk='c:\backup\db1.bak'"
The command completed successfuly. I notice that the BAK file is
than the mdf file. Is this normal?
.
- References:
- RE: MSDE Backup
- From: Vincent Xu [MSFT]
- RE: MSDE Backup
- From: George Schneider
- RE: MSDE Backup
- Prev by Date: RE: MSDE Backup
- Next by Date: MSDE and DTS
- Previous by thread: RE: MSDE Backup
- Next by thread: MSDE and DTS
- Index(es):
Relevant Pages
|
Loading