Share via


modRemoveAllGrizzlyObjects

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

[@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'