Sample Data Set Selection ScriptThis script selects the data sets that we want to clone. Following is a sample user script for a DMSII customer database whose data source name is CMDB. This script turns cloning off (by setting the active column value to 0) for two data sets. File name: script.user_datasets.cmdb update DATASETS set active = 0 /***/ update DATASETS set active = 0 / /***/ update DATASETS set active = 0 /***/ update DATASETS set active = 0 ***/ update DATASETS set active = 0 For a complete explanation of specifying data sets for cloning, see Tips for More Efficient Cloning. | ||
|