SQL backup questions
From: pohkeat (pohkeat_at_hotmail.com)
Date: 04/19/04
- Next message: Steve Lin: "Re: a database restore technique question..."
- Previous message: Tom Moreau: "Re: a database restore technique question..."
- Next in thread: Geoff N. Hiten: "Re: SQL backup questions"
- Reply: Geoff N. Hiten: "Re: SQL backup questions"
- Reply: John Bell: "Re: SQL backup questions"
- Reply: Tibor Karaszi: "Re: SQL backup questions"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 00:27:04 +0800
got a list of backup questions re SQL2000 (on W2K Svr), any advice,comments
welcome
1) Backing & restore a DB on another svr will not include logins, scheduled
jobs, is there anything else ?
2) Copy DB however will include the whole lot ?
3) If so , for the purpose of easier restore can we scheduled running COPY
DB wizard every night, instead of a SQL backup job ? is it b'coz COPY DB
will produce a larger file compared to SQL bak file ?
4) If a DB is set toFULL recovery model, a common problem is it will result
in really huge ldf file. must we live with it or is there a workaround ,
other then setting it to SIMPLE model. Once a FULL backup is made, can we
safely truncate the ldf so as to shrink the log file.
5) Does this Backup Strategey make sense : Full DB Bckup nightly, and hourly
LDF backup. Consider the DB is of fairly critical nature. Reason why I dun
use differential back up nightly is because I realized there is no drastic
difference in the bak file size between Differential and Full Backup.
TIA
pk
- Next message: Steve Lin: "Re: a database restore technique question..."
- Previous message: Tom Moreau: "Re: a database restore technique question..."
- Next in thread: Geoff N. Hiten: "Re: SQL backup questions"
- Reply: Geoff N. Hiten: "Re: SQL backup questions"
- Reply: John Bell: "Re: SQL backup questions"
- Reply: Tibor Karaszi: "Re: SQL backup questions"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|