May 1, 2008 at 6:55 am
The person who manages the server that my database runs on backs up the disk each night. He feels that we don't need to run a Sql Server backup because the MDF and LDF files are part of his nightly backup. I don't know enough about Sql Server to know if he is wrong or right. Any insights would be appreciated.
Thanks
May 1, 2008 at 7:46 am
He's wrong. The mdf/ldf files are always open with the SQL Server service, so they aren't backed up by most programs. Even an open file backup program can get into trouble because the SQL files could be changing and so there could be integrity issues or performance issues.
Run a SQL Server backup (data) and log (if in full mode) to the local disk and then let him get those as part of the daily disk backup.
May 1, 2008 at 8:37 am
There is a possibility that they're using some kind of disk-level VDI based backup, and the possibility that they could be using an "agent" that backs up the database...
The OP needs to find out what software is being used and how it's being used to backup thier systems.
Your friendly High-Tech Janitor... 🙂
May 1, 2008 at 8:44 am
I'd still be wary, though find out what's happening. The Volume Shadow Service, VSS, is supposed to work with SQL, but people have reported issues with it.
Not sure how well the low level backups deal with the SQL access patterns.
May 1, 2008 at 8:47 am
I'm leary of third-party stuff myself and prefer to do native backups. And the person in charge, really should know how thier recovery process works (or should work).
Your friendly High-Tech Janitor... 🙂
May 1, 2008 at 8:55 am
- Only if he shuts down the sqlserver service, it is safe to perform a disk copy, unless you are using softwares like red-gate sqlbackup or veritas sqlbackup,.. .
-How does he sync multiple disk configurations (data/log files).
-Test the DRP frequently. take a new server and perform the disk restores. disconnect it from the network and start it up. See what it does.
Check your sqlserver data, ...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
May 1, 2008 at 11:00 am
Thanks to your help the person in charge of the server will start using Sql Server backups instead of disk backups.
Thanks
May 1, 2008 at 3:06 pm
Job well done ! :smooooth:
Now determine what kind of backups you want to take, what kind of recorvery timeframe you need,...
(also re-evaluating your db-recovery-settings (simple/bulk logged/full)
Read books online for backup and recovery options.
There is also another thread regarding "backup best practises"
http://www.sqlservercentral.com/Forums/Topic436850-357-1.aspx#bm493501
Maybe that can guide you a bit.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply