I am using SS Mgmt Studio 2005 against a 2000 db. I write stored procs and the sys admin wants me to add code at the bottom of the proc, giving EXEC rights to user/role "public" so that he doesn't have to do this manually. I can find code for SS2005:
GRANT EXEC ON TransHistoryAccount20091016_pr TO public
but I can't find anything similar on SS2000. Anyone have a solution? Thanks!