truncate table

Server class ASEnterprise

Component Integration Services forwards the truncate table command to servers of class ASEnterprise.

Server class ASAnywhere

Component Integration Services forwards the truncate table command to servers of class ASAnywhere.

Server class ASIQ

Component Integration Services forwards the truncate table command to servers of class ASIQ.

Server class direct_connect and sds

Transact-SQL syntax is sent:

truncate table [[database.]owner.]table_name

See also

truncate table in the Reference Manual