Welcome to dbForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Replication or bcp or DTS?

 
   Database Forums (Home) -> General Discussions RSS
Next:  Bulk Converting Access 97 to Access 2000  
Author Message
Rohit




Joined: Jun 29, 2005
Posts: 9



(Msg. 1) Posted: Wed Jun 29, 2005 5:37 am
Post subject: Replication or bcp or DTS?

Hi,
I have 2 instances of databases in 2 different cities.Data entry / updations are going on at both the sides.At any point of time data in both the databases should be same.Currently every alternate day, i am performing update / insert / deletes on incremental basis on both the sides.
Can I implement replcation? What r the requisites I have to follow for replication?

I do not have permenant connectyvity but I need to connect using ISDN line to a remote location as and when required for doing synchrinisation of data.

Thanks in advance.

Regards
Rohit

 >> Stay informed about: Replication or bcp or DTS? 
Back to top
Login to vote
Erland Sommarskog2

External


Since: May 30, 2004
Posts: 1562



(Msg. 2) Posted: Wed Jun 29, 2005 6:55 pm
Post subject: Re: Replication or bcp or DTS? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Rohit (UseLinkToEmail@dbForumz.com) writes:
> I have 2 instances of databases in 2 different cities.Data entry /
> updations are going on at both the sides.At any point of time data in
> both the databases should be same.Currently every alternate day, i am
> performing update / insert / deletes on incremental basis on both the
> sides.
> Can I implement replcation? What r the requisites I have to follow for
> replication?
>
> I do not have permenant connectyvity but I need to connect using ISDN
> line to a remote location as and when required for doing
> synchrinisation of data.

I'm a little confused, since you say that at any point in time, the
contents of the databases should be the same. But then you talk about
not having permanent connectivity. Is that the connectivity between
the databases, or your own connectivity.

The gist of replication is that the I in ACID for transactions is
relaxed. That is, transactions should normally be Atomic, Consistent,
Immediate and D-something. With replication, you say that I does not
matter. A transaction can be replicated later at any time. This is good
if you have disconnected servers. For connected servers, replication
can still be acceptable, since the delay in most cases will not be
noticeable.

Since you need to send data in both directions, it looks as if you are
into merge replication. There are probably a bunch of requirements,
for instance the table must have GUID as keys. And then you need rules
to handle conflicts. (What if the same row is updated at both sites?)

My own knowledge only goes as far about this, so I would recommend you
to ask in microsoft.sqlserver.public.replication.
--
Erland Sommarskog, SQL Server MVP, esquel.DeleteThis@sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp

 >> Stay informed about: Replication or bcp or DTS? 
Back to top
Login to vote
Rohit




Joined: Jun 29, 2005
Posts: 9



(Msg. 3) Posted: Thu Jun 30, 2005 1:20 am
Post subject: Re: Replication or bcp or DTS? [Login to view extended thread Info.]

Thanks for your reply. probably I wrote it in a wrong way.
There is no permenant connectivity between the two locations. Whenever mself / management decides to Synch. the data I connect using ISDN connection , perform export / Import Using BCP at both the sides and then run SQL Script to push the incremental data inside the database.
Before going to the database it comes to a buffer database FROM text files.


regards
Rohit
 >> Stay informed about: Replication or bcp or DTS? 
Back to top
Login to vote
Erland Sommarskog2

External


Since: May 30, 2004
Posts: 1562



(Msg. 4) Posted: Sat Jul 02, 2005 12:55 pm
Post subject: Re: Re: Replication or bcp or DTS? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Rohit (UseLinkToEmail@dbForumz.com) writes:
> Thanks for your reply. probably I wrote it in a wrong way.
> There is no permenant connectivity between the two locations. Whenever
> mself / management decides to Synch. the data I connect using ISDN
> connection , perform export / Import Using BCP at both the sides and
> then run SQL Script to push the incremental data inside the database.
> Before going to the database it comes to a buffer database FROM text
> files.

OK. As I said, merge replication could be worth looking into. But I know
too little of merge replication as well as your application to say for
sure that it is a good idea.


--
Erland Sommarskog, SQL Server MVP, esquel DeleteThis @sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
 >> Stay informed about: Replication or bcp or DTS? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
REPLICATION - hi all i have three server each server have DB for replication EX Three DB's A B C A is replicated to B B is replicated to C in this case how am alter a column size in A,B and C for replicated article In publication properties in article its drop..

Table replication question - Hi, I'm using MS SQL server 2005. I have two identical databases - with one exception: they have different names (etc database1 and databse2), but their structure is completely same. Is it possible to replicate one table between those databases? ..

SQL 2005: Transactional Replication > Executing sp on subs.. - Hi, I am trying to set up a Updatable Subscriptions for Transactional Replication with SQL 2005 (queued updating). I have a stored procedure "SYS_spShellTest" which is replicated to the subscriber via the replication option "Execution of...

Concurrency in Transaction - hi gurus the scenario Frontend - MS Access (not yet decided whether MDB or ADP) Backend - MS SQL Server it is a conversion from MS Access backend to MS SQL Server Backend. Planning to create stored procedures for all the Inserts, Updates, Deletes and....

Configuring SQL MAIL - Hi All, My question is that can I configure SQL MAIL, if my EXCHANGE SERVER is on different domain and my SQL is running on different domain.Can anyone guide me for this because I googled a lot without any result. I am using SQL SERVER 2000..
   Database Forums (Home) -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]