Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have a database in sql server 2008

this data base is connected by an application that add and remove and edit records on its tables


i want for each change on this database the same change happen to another database which is similar to this one on another sql server 2008 on another server

some one told me i can do it using the replication feature in sql server 2008

can any one tell me how to do this?
Posted

 
Share this answer
 
Comments
amir tarek 30-May-12 9:21am    
i read it before but i want to know how can i make this work in the sql server
 
Share this answer
 
Comments
amir tarek 31-May-12 7:35am    
i have a problem

i succeeded to create transaction replication when using the subscriber and the publisher on the same computer

when i tried to make a subscriber as another server i want to put its ip as the subscriber server

it is error SQL Server replication requires the actual server name to make a connection to the server.

i tried to make new alias and use it but the same error happened what can i do:?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900