timscronin
MIS
I have inherited a app that uses a stored proc which creates a temp table a select statement and then drops the table when done. I need the users to be granted the ability to create tables at the beginning of the stored proc, and drop this at the end of the sp. What would be the best approach to do this (no I can't go back to the developer and have them change) ,so I need to find a best solution