LS_dbUpgrade0_001-to-0_002_mssql.sql 390 B

1234567
  1. -- Licensed Materials - Property of IBM
  2. -- IBM Cognos Products: ccllogging
  3. -- (C) Copyright IBM Corp. 2005, 2010
  4. -- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  5. if exists (select * from sysobjects where id = object_id(N'COGIPF_OBJECTS') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
  6. drop table COGIPF_OBJECTS