-- Licensed Materials - Property of IBM -- -- BI and PM: CM -- -- (C) Copyright IBM Corp. 2009 -- -- US Government Users Restricted Rights - Use, duplication or disclosure -- restricted by GSA ADP Schedule Contract with IBM Corp. CREATE TABLE CMSPLIT ( CMID int not null, TRANSACTIONID nvarchar(255), constraint PK_CMSPLIT primary key (CMID, TRANSACTIONID) )