Is there a way that I can query all of the stored procedures and functions for LIKE '%ABC%' where "ABC" in this case is a unique string that all of our key procedures and functions have in their name - and then modify their permissions?
I am currently having to go through manually when we have new hires, which then become new database users, and it is a huge pain in the neck and I am sure there has to be an easier way than this - so the scripting way is the obvious first place I would look.
Thanks
I am currently having to go through manually when we have new hires, which then become new database users, and it is a huge pain in the neck and I am sure there has to be an easier way than this - so the scripting way is the obvious first place I would look.
Thanks