SQLScholar
Programmer
Hey all,
I currently have a SQL 2000 DB on another site, which is in continual use for business.
We have just had a VPN put in so that we can have a DB here so that the staff here can do some accounts stuff, and others can deal with business.
My question - what replication type??
The DB is quite large (50000 rows on the main table, 5 other main tables with 20,000 each).
If i chose transactional (so that we actually updated the remote server with the VB prog) then we have the problem of it probably running quite slow - but then locking is a problem. But it if the link goes down, so does our ability to add/ammend data.
If i chose merge, then there is a small possibility of 2 people changing the same record - and then we end up with data problems. And if the line does go down (possibily with no-one noticing for a few minutes) then there is the distinct possibility that we will have 2 people access the same record before they sinc.
Any ideas much welcome.
Dan
----------------------------------------
There are 2 types of computer, the prototype and the obsolete!!
I currently have a SQL 2000 DB on another site, which is in continual use for business.
We have just had a VPN put in so that we can have a DB here so that the staff here can do some accounts stuff, and others can deal with business.
My question - what replication type??
The DB is quite large (50000 rows on the main table, 5 other main tables with 20,000 each).
If i chose transactional (so that we actually updated the remote server with the VB prog) then we have the problem of it probably running quite slow - but then locking is a problem. But it if the link goes down, so does our ability to add/ammend data.
If i chose merge, then there is a small possibility of 2 people changing the same record - and then we end up with data problems. And if the line does go down (possibily with no-one noticing for a few minutes) then there is the distinct possibility that we will have 2 people access the same record before they sinc.
Any ideas much welcome.
Dan
----------------------------------------
There are 2 types of computer, the prototype and the obsolete!!