1234567891011121314151617181920212223242526272829303132 |
- alter table CMOBJPROPS67 add QSIDLECONTIMEOUT int null
- alter table CMOBJPROPS67 add QSDUMPMODEL bit null
- alter table CMOBJPROPS67 add QSDISPLAN bit null
- alter table CMOBJPROPS67 add ASMAXATTACHSIZE int null
- alter table CMOBJPROPS67 add PPSMAXATTACHSIZE int null
- insert into CMOBJPROPS67(CMID) select CMID from CMOBJECTS where CLASSID=227
- alter table CMOBJPROPS51 add QUERYMODE ntext NULL
- !RunCMScript CMUpgradeScript_configuration_update_34.xml
|