Hello there,
I have a database with about 200 tables and 50.000 records.
Since I can't use SQL Replication tool for my particular purposes, I had to develop a custom tool (on MS .NET 2.0 Framework) to do the job.
My custom tool takes about 30mins to finish synchonizing the database. I think this number is considerable long.
So, anyone used to do such things on similar database using SQL Server Replication please tell me the time should be taken for SQL Replication tool.
Thanks a ton.