Hi all,
I am calling a store procedure through my job. (This store procedure again calls below given three stored procedure)
EXEC [DMReportingNew].[dbo].Load_DMReport;
Exec [EPMReporting].[dbo].[EXECUTE_ALL_SP];
EXEC [DMReportingNew].[dbo].[EXECUTE_ALL_SP];
Suppose the outcome of job is failed because of execution error in third store procedure(Indicated in yellow color).
So the question is the two store procedure(Indicated in red color) execution changes will reflect in database table or no????????????????
Thanks in Advance,
Your help is appriciated
Rohit