From 31d4558821bfffbc07d5fae54fa063c019a6f7a9 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Tue, 12 Apr 2022 12:42:41 +0400 Subject: =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=81=D1=8F=D1=82=D0=BE=D0=B5=20=D0=B7=D0=B0=D0=B4=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task10_sectioning.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 task10_sectioning.sql (limited to 'task10_sectioning.sql') 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 -- cgit v1.2.3