Hi
I am trying to setup a transactioal replication from 2 servers to 2.
I already have a table that has an owner that is not dbo (lets say user1)
Whenever i setup the replication if i tell it to create schema and data, it
create dbo.table on the detsination. If i chose to not create (the
destination has data and schema) it fails with missing stored procedure.
In one instance when i told it to create schema, it game me an error saying
the table does not exist (when the user1.table actually existed)
I know this can be done, i just can not figure out how, help?
Anis - 27 Feb 2007 19:39 GMT
That problem is resolved, I figured it out, it was pretty simple actually.
However i am running into other issues that i am going to create a different
post for.
> Hi
>
[quoted text clipped - 7 lines]
>
> I know this can be done, i just can not figure out how, help?