How can I change the owner of an object?
You can change the owner of an object using...
the stored procedure sp_changeobjectowner.
Example:
USE test
GO
EXEC sp_changeobjectowner 'Products', 'Pippo'
GO
'Pippo' becomes l'owner dell'object "Products", in this case a table.
- Login to post comments
The use of the information shown here is at your risk.
Cyber Methexis disclaims any liability for malfunction and/or loss of data.
Tag cloud
downloads linux hardware software internet microsoft sistemi operativi networking open source apple sicurezza scripting tips and tricks scripts windows informatica

