summaryrefslogtreecommitdiff
path: root/task10_sectioning.sql
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2022-04-12 12:42:41 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2022-04-12 17:15:40 +0400
commit31d4558821bfffbc07d5fae54fa063c019a6f7a9 (patch)
treecec002050173931689d4e9235c3b4f6c0f9dc859 /task10_sectioning.sql
parentb14a35b894d5440c9d52a042bab6f7236ce2506f (diff)
Добавил десятое задание
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