|
This procedure retrieves all storage settings (as defined by abastorageproperties) for a table, possible constrained only for a specific index, and writes the information to the temp table #storageprops (defined in the include file abastorageprops). For some settings, no information is returned if the default setting is in force.
This procedure is for internal use only.
Parameters: @sideschema sysname - The name of the AbaPerls side schema. If the table exists in this schema, the settings are taken from this table. @tablename sysname - The name of the table @ixname sysname = NULL - Only get data for this index. |
|
|
|