Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
EricSmith
Starting Member
3 Posts |
Posted - 2010-04-22 : 11:38:20
|
I have a SQL Server 2008 database that I want to nightly backup to another SQL Server 2008 Express database.What is the best way to do this? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
EricSmith
Starting Member
3 Posts |
Posted - 2010-04-26 : 07:08:57
|
I found a better way, using replication in SQL Server 2008. It works brilliantly! |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
EricSmith
Starting Member
3 Posts |
Posted - 2010-04-26 : 12:18:46
|
Well, you can setup replication to run on nightly basis (once per day) with minimal effort so I believe that is exactly what I asked for in my original post? |
 |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|