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.
| 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.Table1Dave |
|
|
|
|
|