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.
| Author |
Topic |
|
php95saj
Starting Member
43 Posts |
Posted - 2002-07-25 : 05:23:44
|
| I want to use data replication facility of SQL server 200. I was wondering if anyone out there can adivse of any pitfalls from their experience. I would want to use trnasactional replication on sql 2000. TIA |
|
|
VyasKN
SQL Server MVP & SQLTeam MVY
313 Posts |
Posted - 2002-07-25 : 07:30:25
|
| That's a very open ended question. I use transactional replication in my production environment, to create a reporting database. And it works well for me.You can lookup Microsoft KB for specific bugs and problems.--HTH,Vyashttp://vyaskn.tripod.com |
 |
|
|
php95saj
Starting Member
43 Posts |
Posted - 2002-07-25 : 08:04:07
|
| Well, I want to set up replication on two servers across the network. But I cannot find any documentation on the web that will help me step by step guide. Something that explains what steps I need to take.TIA |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-07-25 : 09:09:22
|
| Look in SQL Server Books Online, it was installed on your hard drive along with SQL Server. There's TONS of information on replication. |
 |
|
|
|
|
|