After you get a list of the sequence and view objects created by the Integration Service, execute an SQL DROP statement to drop the sequence or view objects from the database.
The following query shows the syntax to drop sequence objects created by the Integration Service on any database:
DROP SEQUENCE <sequence name>
The following query shows the syntax to drop view objects created by the Integration Service on any database: