Because the 'primary' file group is full. Resolved

Source: Internet
Author: User

Just find the database file and add a data file.

Solution: 1. Check whether your remaining disk space is sufficient. If there is no remaining disk space, clear the disk and free up space.

2. Check the format of your disk partition: If fat16 is used, the maximum data file size is 2 GB. If FAT32 is used, the maximum data file size is 4 GB.

, But the NTFS partition does not have this restriction.

3. Check whether you have restricted the size of database files:

Enterprise Manager-right-click your database-properties-file growth limit-remove the limit if there is a limit on the size.

4. Check your SQL version. If you use MSDE, the maximum data file size is 2 GB.

5. You can also add new data files to the primary group to solve this problem.

Alter database name Add file (name = logical file name, filename = 'C: actual file name. ndf '.

(In fact, it is more convenient to select the Database "attribute" in the Enterprise Manager.

Solve the problem by adding an NDF!

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.