Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Testing an application from replication

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-12-17 : 08:26:48
Albert writes "how can I test my application from a replicated server?"

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-12-17 : 12:21:44
Well, connect your application to the replicated database and test away! And what do you mean replicated server? Is the application on the database server that receives the replicated data? Or are we even talking about sql replication?

But this might help:

Modify some data in the published database. Connect your application to the replicated database. Check to see if the replicated data made it into the subscribing database. If not, then you've got a problem or at least a delay.

Tara
Go to Top of Page
   

- Advertisement -