changing a table''s owner

  • Hi everyone,

         Is it possible to change the owner of a DB table from the

         creater (the person who created the table) to dbo? If so how?

        Thanks for everyone being there to help.

        SQL 2000, SP4

       

  • sure, use the sp_changeobjectowner sp:

    EXEC sp_changeobjectowner 'table_name', 'dbo'

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply