Does anyone know how to change the ownership on stored procedures? I found a script but it changes all objects in the database and I cannot have that. I need certains stored procs to be changed and I cannot seem to figure it out.
If not.....
How does one rewrite the create script to specify the owner?
All my procedures are written in the script as such...
CREATE procedure spName
AS
What would I need to change.
Thanks for help in advance
If not.....
How does one rewrite the create script to specify the owner?
All my procedures are written in the script as such...
CREATE procedure spName
AS
What would I need to change.
Thanks for help in advance