Question : How can I change the owner of a table or view

I have tried everything I know but I cannot change the ownership to DBO. These tables were created by a user who uploaded from a access database
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
Tables and views are as such
 
ABCDE\bbetorn.dates 
ABCDE\bbetorn.Customers
ABCDE\bbetorn.orders
 
The ABCDE is the domain
The bbetorn is the (user network sign on id)
Open in New Window Select All

Answer : How can I change the owner of a table or view

ALTER SCHEMA dbo TRANSFER [ABCDE\bbetourn].[dates]
Random Solutions  
 
programming4us programming4us