SoftadminGuide.Generate_Delete_Sql

Type: Stored procedure

Creates the procedure for a "Delete" menuitem.

Parameters

@OverwriteProcedure mandatory bit
Whether or not it is allowed to overwrite an existing procedure.
@ProcedureName mandatory nvarchar(600)
Name of the created procedure.
@TableName mandatory nvarchar(600)
Name of the table to base the procedure on.