Answer
Oct 20, 2006 - 01:04 PM
I found out that I have to run this stored procedure in the SQL Query Analyzer:
EXEC sp_changeobjectowner 'CurrentOwner.TableName', 'newOwner'
EXEC sp_changeobjectowner 'CurrentOwner.TableName', 'newOwner'
Add New Comment