azure-data-factory

Azure Data Factory stored procedure activity times out


I have created a stored procedure activity. When I attempt to refresh the stored procedure name, it times out. However, it was working fine about 30 minutes ago.

enter image description here

Can anyone think of any reasons for this to suddenly happen?


Solution

  • You can give the below code to give the access to stored procedure.

    GRANT  EXECUTE  ON  <OBJECT::SCHEMA.storedprocedure> TO <ROLE/USER>;