Hi I tried to follow the MSDN tutorials below for enabling SQL Server for replication:
Preparing the Server for Replication
http://msdn.microsoft.com/en-us/library/aa337475.aspx
Replicating Data Between Continuously Connected Servers
http://msdn.microsoft.com/en-us/library/aa337437.aspx
The database I wanted to replicate from was AdventureWorks2012.
Unfortunately what I created didn't work
During the process various things was created on the server
For example the publication: AdvWorksProductTrans, which is residing in folder "Local Publications".
Also the database "ProductReplica" was created.
Now I would like to work through the tutorial again or try another tutorial, my problem is that
I am stuck with these Replication related objects which prevents me from trying again.
For example when I Right-click the Replication folder now I can't see "Configure Distribution." Which is probably because of already created replication objects
What shall I do to clean the server for these Replication related objects, so I can try anew?
Preparing the Server for Replication
http://msdn.microsoft.com/en-us/library/aa337475.aspx
Replicating Data Between Continuously Connected Servers
http://msdn.microsoft.com/en-us/library/aa337437.aspx
The database I wanted to replicate from was AdventureWorks2012.
Unfortunately what I created didn't work
During the process various things was created on the server
For example the publication: AdvWorksProductTrans, which is residing in folder "Local Publications".
Also the database "ProductReplica" was created.
Now I would like to work through the tutorial again or try another tutorial, my problem is that
I am stuck with these Replication related objects which prevents me from trying again.
For example when I Right-click the Replication folder now I can't see "Configure Distribution." Which is probably because of already created replication objects
What shall I do to clean the server for these Replication related objects, so I can try anew?