Component Integration Services includes changes to the drop index command.
When the server receives the drop index command, it passes the command to an appropriate access method, if the object on which the command is to operate has been associated with a remote or external storage location.
drop index is reconstructed using a syntax appropriate for the class and is passed to the remote server for execution.
This command is passed to remote servers as a language request.
See also drop index in the Reference Manual: Procedures
drop index table_name.index_name
Component Integration Services precedes this statement with a use database command since the drop index syntax does not allow you to specify the database name.
drop index table_name.index_name
Component Integration Services precedes this statement with a use database command since the drop index syntax does not allow you to specify the database name.
drop index table_name.index_name
Component Integration Services precedes this statement with a use database command since the drop index syntax does not allow you to specify the database name.
drop index table_name.index_name