Saturday, January 9, 2010

How to change the Author of table using a t-sql

How to change the Author of table using a t-sql


sp_changeobjectowner @objname = 'username.tablename' , @newowner = 'dbo'

No comments:

Post a Comment