dbUpgrade4_0109-to-4_0111_mssqlserver.sql 1009 B

12345678910111213141516171819202122232425262728293031323334
  1. -- Licensed Materials - Property of IBM
  2. --
  3. -- BI and PM: CM
  4. --
  5. -- (C) Copyright IBM Corp. 2008, 2009
  6. --
  7. -- US Government Users Restricted Rights - Use, duplication or disclosure
  8. -- restricted by GSA ADP Schedule Contract with IBM Corp.
  9. -- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. -- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. ALTER TABLE CMOBJPROPS31 ADD MDSAFFINECONNECTIONS int NULL
  12. ALTER TABLE CMOBJPROPS31 ADD MDSNONAFFINECONNCTS int NULL
  13. ALTER TABLE CMOBJPROPS31 ADD MDSPEAKCONS int NULL
  14. ALTER TABLE CMOBJPROPS31 ADD MDSPEAKNONAFFINECONNCTS int NULL
  15. ALTER TABLE CMOBJPROPS31 ADD MDSPEAKMAXPROCS int NULL
  16. ALTER TABLE CMOBJPROPS31 ADD MDSMAXPROCESSES int NULL
  17. ALTER TABLE CMOBJPROPS31 ADD MDSEXECUTIONTIMELIMIT int NULL
  18. ALTER TABLE CMOBJPROPS31 ADD MDSQUEUELIMIT int NULL
  19. ALTER TABLE CMOBJPROPS31 ADD MDINFOURI nvarchar(4000) NULL
  20. !RunCMScript CMUpgradeScript_capabilities_37.xml
  21. !RunCMScript CMUpgradeScript_configuration_update_19.xml