June 2018
Intermediate to advanced
478 pages
10h 52m
English
You can use the DROP STOGROUP command to drop an available storage group as follows:
DROP STOGROUP SG_HOT;
Before you drop an available storage group, any associated tablespaces will need to be moved to another storage group; you can do this by executing the following command:
ALTER TABLESPACE Q4_2014 USING STOGROUP IBMSTOGROUP;
Read now
Unlock full access