Deletes a SQL Anywhere synchronization profile.
DROP SYNCHRONIZATION PROFILE [ IF EXISTS ] name
The name of the synchronization profile to delete.
Synchronization profiles are named collections of synchronization options that can be used to control synchronization. Use the IF EXISTS clause if you do not want an error returned when the DROP SYNCHRONIZATION PROFILE statement attempts to remove a synchronization profile that does not exist.
You must have the SYS_REPLICATION_ADMIN_ROLE system role.
Automatic commit.
Not in the standard.