Re: Table owner is not dbo.

From: Heinz Deubler (HeinzDeubler_at_discussions.microsoft.com)
Date: 01/14/05


Date: Fri, 14 Jan 2005 07:17:05 -0800

That is it, that you very much.

Heinz

"Kestutis Adomavicius" wrote:

> For every publication article you can set destination object owner. By
> default it is not specified, which means that it will be dbo. As owner of
> objects on publisher is not dbo, you should specify the same owner for
> destination objects. That can be done in article properties when setting up
> replication.
>
> --
> Regards,
> Kestutis Adomavicius
> Consultant
> UAB "Baltic Software Solutions"
>
>
> "Heinz Deubler" <HeinzDeubler@discussions.microsoft.com> wrote in message
> news:CFD6893A-B2ED-4277-816C-3EE8F425CB6B@microsoft.com...
> > I am trying to replicate a database where the table owner is not [dbo] but
> > [docsadm]. When I replicat the database to the subscriber all the tables
> are
> > duplicated where one set of tables has [dbo] as owner and the another set
> of
> > tables has [docsadm] as owner.
> > I tried to set the flag 'keep the existing table unchanged' but then I get
> > the following error 'Connot created an index on 'APPS', because this tabel
> > does not exist.
> >
> > Thanks
> > Heinz
>
>
>



Relevant Pages

  • Re: Problems adding an article to an existing merge replication if owner is not dbo
    ... "Kestutis Adomavicius" schreef in bericht ... I had multiple problems with merge replication of objects not owned by dbo. ... I created a new table on the publication database the owner of the new table ...
    (microsoft.public.sqlserver.replication)
  • Re: Developer design Best Practices
    ... The database owner login is a special case and is not specified like a ... You can execute sp_changedbowner to specify the owner or ... > and then I move them, and the owner is dbo. ... > There is NO DBO User in our dev database!! ...
    (microsoft.public.sqlserver.server)
  • Re: Different ownership of objects for same user
    ... dbo.xxx, whereas when you created the other one, you did not specify the ... owner -- create object xxx. ... > I logged into enterprise manager as user 'UA' and created a table via ... I saw the owner- dbo. ...
    (microsoft.public.sqlserver.programming)
  • Re: Table owner is not dbo.
    ... For every publication article you can set destination object owner. ... which means that it will be dbo. ... objects on publisher is not dbo, you should specify the same owner for ...
    (microsoft.public.sqlserver.replication)
  • Re: conflicting object names in sql server 2000
    ... The owner of the object will depend on the user ... On the local database server when it does the select * from ... she must specify the owner: ...
    (microsoft.public.sqlserver.server)