I have an asp.net app that is creating threads. In my main asp.net thread I
can access the database with user name/password. In my threads I create from
my main thread I get an "Execute permission denied on object
'p1StroredProc'".
My created thread has less rights than my main thread. Can I open up the
stored procs access rights to everyone such as "Grant execute to SP1 to all"?
Thanks,
maa