SoftadminGuide.Generate_Calendar_Weekday_Sql

Type: Stored procedure

Creates the procedure for a "Calendar" menuitem in "Weekdays" mode.

Parameters

@AllowDrag optional bit
Whether or not dragging is allowed. Default 0.
@DateFromColumn mandatory sysname
@DateToColumn mandatory sysname
@HeadingColumn mandatory sysname
Name of the heading column in the table.
@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.
@TextColumn mandatory sysname