Data Replication with SQL Remote
PART 4. Reference
CHAPTER 18. Command Reference for Adaptive Server Enterprise
To drop a message type from the database.
sp_drop_remote_type type_name
Argument |
Description |
---|---|
type_name |
The message type to drop. This must be a string containing one of the following:
|
Drops the named message type from the database.
The following statement drops the MAPI message type from the database:
sp_drop_remote_type mapi go