Procedure or function 'SP_DELETE_DESIGN_PARAMETERS' expects parameter '@DESIGN_ID', which was not supplied.
CREATE PROCEDURE SP_DELETE_DESIGN_PARAMETERS @DESIGN_ID INT AS BEGIN Delete From Design_Parameters where Design_ID = @DESIGN_ID END exec SP_DELETE_DESIGN_PARAMETERS
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)