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
 Import/Export (DTS) and Replication (2000)
 How to have subscriber create objects as dbo.

Author  Topic 

DBADave
Constraint Violating Yak Guru

366 Posts

Posted - 2003-01-17 : 16:22:43
I just completed creating a SQL Server 2000 Transactional Replication job between a server at my location, where I have SA privileges, to a subscription server at a location where I have db_owner rights (no SA). When replication runs, the objects get created on the subscriber as userid.object rather then dbo.object. How do I cause replication to create the objects as dbo.object?

Ex: Objects created as Database.DBAID.Table1 rather then Database.dbo.Table1

Dave
   

- Advertisement -