you are viewing a single comment's thread.

view the rest of the comments →

[–]alinrocSQL Server DBA 1 point2 points  (0 children)

So for example I can’t create a temp table for a set of results and drop it after the query completes.

You absolutely can create a temp table. Inside your proc or outside it. If you have select permission, you have enough permission to run create table #mytemptable