I\'m trying to change the owner of a table:
sp_changeobjectowner \'OWNER.TABLENAME\', \'dbo\'
But when executing I get the error message:
Your statement is correct:
EXEC sp_changeobjectowner '.', ''
If the error happend, try to check who is the current owner of the table:
EXEC sp_table_privileges ''