SQL Server appears because the filegroup ' PRIMARY ' full solution is likely to be caused by insufficient disk space left

Source: Internet
Author: User
Tags filegroup

A generic virtual host provider provides customized database space by restricting the size of the database file. This restriction still exists when you restore files from a virtual database space back to your own server.
Locate the database file

Just a few more data files.

Workaround:
1. Check that your disk has enough space left, and clean up the disk if there is no disk space left.
2. Check your disk partition format: If it is FAT16, then the data file can only be 2G, if it is FAT32, the data file can only be 4G, the NTFS partition does not have this limitation.
3. Check to see if you have limited database file size:
Enterprise Manager--right--Your database--Properties--File growth limit--if there is a limit size, remove the limit.
4. Check your SQL version, and if you use MSDE, limit the data file to 2G max.
5. You can also add a new data file for the primary group to solve this problem
ALTER DATABASE name add file (name = logical file name, filename = ' C: actual file name. ndf '. (It is actually more convenient to select the database "Properties" database file through Enterprise Manager.)

By adding a ndf, the problem is solved!

SQL Server appears because the filegroup ' PRIMARY ' full solution is likely to be caused by insufficient disk space left

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.