Hi, Paul.
Sorry for no describing my problem clear in previouse post.
We have prodcution database is currently used by internal users only and is
running at about 50% of its capacity . We are going to have a Web
application that will allow customers (we have 2 millians customers) to
logon to his/her account and review transaction hisotry or may change
account information. For performance concern, I need to create another
Server to handle Web application. But the transation history is in our
current Prodution database, and it is read only for customer. Our customer
can only update his/her account information in new database, and I will set
up a Transaction Replication to update this account information (this
information is relative small) from new database to our Production database.
My question is how should I update the transaction history from Production
db to new db? We are thinking about taking the backup file and restore it to
new database, or just use another Replication to migrate the big chank of
data to new database?
Thanks for your help.
Perayu
[quoted text, click to view] "Paul Ibison" <Paul.Ibison@Pygmalion.Com> wrote in message
news:e$4zxxDxFHA.3236@TK2MSFTNGP14.phx.gbl...
> Perayu,
> assuming you have access to the customer's sql server service over the
> network, I would expect transactional replication or log-shipping to be
> the most appropriate solution. Please take a look at this article:
>
http://www.replicationanswers.com/Standby.asp. > Cheers,
> Paul Ibison SQL Server MVP,
www.replicationanswers.com > (recommended sql server 2000 replication book:
>
http://www.nwsu.com/0974973602p.html)
>