modRemoveAllGrizzlyObjects

See Also

[@TableName =] 'name', 
[@TableID =] 'id',
[@KeepPermissions =] 'keep_perm'

Removes all solution objects associated with a user table. Exists in the solution database.

Parameters

[@TableName =] 'name'

Name of the table.

[@TableID =] 'id'

Table ID. Can be used interchangeably with the table name.

[@KeepPermissions =] 'keep_perm'

When True, the associated solution tables are not removed. When False, the associated tables are dropped.

Example

The following example removes all solution objects for the Category table.

EXEC modRemoveAllGrizzlyObjects 'Category'