summaryrefslogtreecommitdiff
path: root/task10_sectioning.sql
diff options
context:
space:
mode:
Diffstat (limited to 'task10_sectioning.sql')
-rw-r--r--task10_sectioning.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/task10_sectioning.sql b/task10_sectioning.sql
new file mode 100644
index 0000000..f771c2b
--- /dev/null
+++ b/task10_sectioning.sql
@@ -0,0 +1,10 @@
+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; \ No newline at end of file