<div dir="ltr">I use AGS Server Studio as well.  This is how I do it and make sure the permissions are okay:<div><br></div><div>DROP FUNCTION sp_exec_summary(datetime,datetime,integer,lvarchar);<br></div><div><br></div><div><div>CREATE FUNCTION sp_exec_summary (</div><div><span class="" style="white-space:pre">                                       </span>p_startTime DATETIME YEAR TO FRACTION(3),</div><div><span class="" style="white-space:pre">                                  </span>p_endTime DATETIME YEAR TO FRACTION(3),</div><div><span class="" style="white-space:pre">                                    </span>p_sortBy INT DEFAULT 0,</div><div><span class="" style="white-space:pre">                                    </span>p_appNameList LVARCHAR(4000) DEFAULT 'NULL' )</div></div><div>END FUNCTION;</div><div><br></div><div>grant execute on function sp_exec_summary(datetime,datetime,integer,lvarchar) to 'public';<br></div><div><br></div><div><br></div><div>AGS Server Studio tries to add 'uccxhruser' in front of the stored procedure names.  I just get rid of those to make sure it's accessible to everything.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 7, 2016 at 6:06 PM, Bill Talley <span dir="ltr"><<a href="mailto:btalley@gmail.com" target="_blank">btalley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<div><br></div><div>Has anyone imported custom stored procedures into the db_cra for use in CUIC?  I'm having an issue getting a new stored proc loaded using either RazorSQL or AGS Server Studio.  From what I've read, I need to execute the stored proc; however, when I do that I get an error that uccxhruser doesn't have permission to execute the stored proc.  It seems I can't apply permissions to the uccxhruser account on the stored proc until the stored proc is loaded.   Would anyone have any tips on how I can go about getting the stored proc loaded to the database?</div><div><br></div><div>Hopefully this makes sense to someone ;-)</div><div><br></div><div>TIA,</div><div>Bill</div></div>
<br>_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" rel="noreferrer" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
<br></blockquote></div><br></div>