SQL Server 2008 - Best Backup solution -


I am installing SQL Server 2008 server on a production server, what is the best way to back up this data ? Should I use replication and then backup server? Should I just use a simple command line script and export the data? Which repetition method should I use?

The server is going to be pretty load, so I need an effective method.

I have access to many computers, which I can use. To run a full backup using

sqlcmd , there is a very simple (yet good solution) (formerly osql ) locally, then on a network Copy the back file to NAS or other stores. It is sub-optimal in the case of network / disc usage, but it is very safe because each backup is free and it is given that this process is very simple, it is very strong.

In addition, it also works in Express editions.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -