all groups > sql server programming > december 2004 >
You're in the

sql server programming

group:

Copy records from one database to another remote database


Re: Copy records from one database to another remote database Stephen Dybing [MSFT]
12/25/2004 7:32:09 PM
sql server programming:
Have you investigated Replication yet? I think it's made to order for what
you're trying to do. I'm certainly no replication expert, but there is
another newsgroup dedicated to it, microsoft.public.sqlserver.replication.
You'll find many an expert over there. Good luck!

--
Sincerely,
Stephen Dybing

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to the newsgroups only, thanks.
[quoted text, click to view]

Copy records from one database to another remote database Carlos
12/25/2004 9:40:20 PM
Hi,

I have two servers, each one has Database "Clients".

Database # 1 is connected to a web application and it updates database # 1
every day. I need to syncronize database # 2 in a remote server with all
data in DB # 1.

I have tried different softwares that allow me to compare data and sync. but
I have to do it by hand, I need a solution to do it automatically over
night.

What are my options ?

Thanks for the help !

C.

RE: Copy records from one database to another remote database mark baekdal
12/26/2004 2:27:02 AM
Hello Carlos.

If replication doesn't suit your requirements you could try DB Ghost
(www.dbghost.com) as it can run on the command line you should be able to
easily set it up and schedule it to run when you want it to.

[quoted text, click to view]
Re: Copy records from one database to another remote database Carlos
12/26/2004 11:58:20 AM
Thanks a lot !

C


[quoted text, click to view]

AddThis Social Bookmark Button