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
 SQL Server Development (2000)
 Replicate SQL Server 2000

Author  Topic 

urfriend
Starting Member

4 Posts

Posted - 2011-04-13 : 04:57:30
I have database that I would like to replicate to another server, My database have some tables(have primary key) and tables without primary key, so I use 2 kind of replication (Transactional and Snapsot) to replicate entire of database.
Transactional replication run very good.
Snapshot replication run ok, but : I want the change data update to replicate server imdiately after I change anything on resource database. Now , when I change data on resouce database , It does not update to replicate database imidiately.
I make replicate by Wizard.
Sorry for my poor english !!!

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-04-13 : 12:32:43
Why can't you add primary keys to every table?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page

urfriend
Starting Member

4 Posts

Posted - 2011-04-13 : 21:20:39
I am not people who created the database, I don't have privilege to change the structure of database (althought I would like to add primary key to every table, may you tell me which case that a table doesn't have primary key, are there any case that we should make table without primary key ?)
Thank you so much !
Go to Top of Page
   

- Advertisement -