all groups > sql server replication > june 2005 >
You're in the

sql server replication

group:

Setting up a disaster recovery server


Re: Setting up a disaster recovery server Matt
6/29/2005 12:00:00 AM
sql server replication: thats the best way...

http://www.sql-server-performance.com/sql_server_log_shipping.asp

[quoted text, click to view]

Setting up a disaster recovery server !!bogus
6/29/2005 7:50:14 AM
Hi,

I am setting up a disaster recovery server and I need to configure it so
that databases on the main server get copied every few days. I thought of
doing an export with DTS and then saving the package and set it to run on
the specified dates, but the problem is I would have to remember to do this
for each new database that is created.

Is replication the solution?

I tried to use replication, but it doesn't seem to work for me. It creates
some tables, but none of those tables look like my original tables. Actually
the whole database structure is different.

Is there an example of how to do this step by step. May be i am expecting
the wrong results. I did transactional replication (just to see how it
works).

--
Thank you
Please post only

Re: Setting up a disaster recovery server !!bogus
7/20/2005 11:52:12 PM
Would I have to do all those steps for every database I create? Or is it
possible to apply those steps for all databases (like in the "Maintenance
plans"). I am particularly concerned about databases that would be created
in the future and possibly get forgotten to be backed up.

--
Thank you
Please post only
[quoted text, click to view]

Re: Setting up a disaster recovery server Hilary Cotter
7/21/2005 6:11:33 AM
its something you would have to do on a database by database basis.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

Re: Setting up a disaster recovery server !!bogus
7/23/2005 1:33:24 AM
In that case, I think (at least in my situation) the easiest thing would be
to mount the databases files (mdf, ldf) that I manually backup on another
computer and tapes to the new server. It is an easy two step process.

--
Thank you
Please post only
[quoted text, click to view]

AddThis Social Bookmark Button