Change data/log storage policy of a subclient Usage: qoperation execscript -sn SetStoragePolicyById.sql -si -si -si data/log/all Note: 1) Parameter 3 is optional. When it is not supplied all would be taken as default. Example: 1) Change only data storage policy: qoperation execscript -sn SetStoragePolicyById.sql -si data_SP -si 36 -si data 2) Change only log storage policy: qoperation execscript -sn SetStoragePolicyById.sql -si log_SP -si 36 -si log 3) Change both log and data storage policies: (both will be set to data_and_log) qoperation execscript -sn SetStoragePolicyById.sql -si data_and_log -si 36 -si all or qoperation execscript -sn SetStoragePolicyById.sql -si data_and_log -si 36