USE master DROP DATABASE shipping_storage GO USE shipping_storage DROP PARTITION SCHEME shipping_partition_scheme; DROP PARTITION SCHEME archive_shipping_partition_scheme; DROP PARTITION FUNCTION shipping_partition_func; DROP PARTITION FUNCTION archive_shipping_partition_func;