Hi,
I have to change the owner of an object to dbo. The process I'm following for it is
sp_changeobjectowner , 'test','dbo'
but I'm not able to do so and getting error
Object test does not exist or is not a valid object for this operation.
I'm logging in as SA and still getting this error. What is wrong that I'm doing.