Drops a spatial reference system.
DROP SPATIAL REFERENCE SYSTEM [ IF EXISTS ] name
Use the IF EXISTS clause if you do not want an error returned when the DROP SPATIAL REFERENCE SYSTEM statement attempts to remove a spatial reference system that does not exist.
Must have DBA authority.
None
SQL/2008 Vendor extension.
The following example drops a spatial reference system named TEST.
DROP SPATIAL REFERENCE SYSTEM Test;