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