Question: Step 3: Create Stored Procedure to Process Project Delays You will create the SQL Script to create procedures to insert/ update data and process a


Step 3: Create Stored Procedure to Process Project Delays You will create the SQL Script to create procedures to insert/ update data and process a project delay SP_ProcessProjectDelay: Given a project Id, this procedure finds if any max end date of any activity withinthe project is after the project ?'s projected end date. If this happens, the procedure will calculate how many days it is late (use DATEDIFF) and fines the project $1050 for each day late it is late
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
