I Have a Sql Server 2014 Stored Procedure (SearchArticleByNumber) that I'm using for searching data and which works fine until Job schedule starts which job executes additional (five) stored procedures which inserts, update or delete data from tables that I'm using for searching data with SearchArticleByNumber procedure...
I can see in Sql Server Activity Monitor that exec of SearchArticleByNumber is blocked by process which correspondent with execution of Sql Server - Job...
When Job finish or I manually kill the process then everything is normal again...
Can some one help me how to resolve this issue...
Thank You in advance...