Is there any way that I could sincronize two sql database wich base on two
different machines?
Thanks
Dara
IF its a one time shot and you need the system tables as
well, I would back up the database, create a shell
database on the new server, script the logins and database
users from the old server, run it in the new server's
shell database, and then restore the backup there.
you could also use DTS to copy server objects to do this,
or snapshot replication.
If you need the databases to be always in sync, consider
transactional replicaiton.
>.
>
I like to have transaction syncronize, what is the best way I should do it
since the database has to syncronize online throught the internet.
Dara
"Hilary Cotter" <hil...@att.net> wrote in message
news:063101c30f0c$c9528b00$a501...@phx.gbl...