SQL Server 2008R2 table partition splitting problem

Source: Internet
Author: User

Problem Description:

The automatic talent zone for the TAB1 table is automatically generated by SQL Server Agent-job 00:00 points per day;

Because the database service was stopped, SQL Server Agent service forgot to open, resulting in no new partition 00:00 that day;

Results in 2 days of data being in a partition.

Workaround :

Create a new filegroup, file, or add a boundary to the partition function to split the partition that originally saved 2 days of data:

Split Code :

Alter PARTITION function Pfunc_time ()--pfunc_time () partition functions
Split Range (N ' 2015-06-04 00:00:00.000 ')-adds a partition boundary to split the original partition into 2 partitions

SQL Server 2008R2 table partition splitting problem

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.