I have a MS SQL Server Database which consists of several Tables, amongh some has owner as "dbo" and some has another owner like "xyz".
Is there any T-SQL that can change the owner [xyz] of the tables to "dbo".

And plz clarify the fact how a owner can be determined at the time of table creation.