Disk space error
-
2012年3月7日 6:19
Hello,
I am getting the following error whenever i try to run the stored procedure
Could not allocate space for object 'sys.sysrscols'.'clust' in database 'ABCDEFG' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
Thanks In Advance
Ajay Chauhan
- 已编辑 AjayChauhan0408 2012年3月7日 6:23
全部回复
-
2012年3月7日 6:24
http://www.banmanpro.com/support/filegroupfull.asp
Try this... -
2012年3月7日 6:25答复者
It is possible that during some DML operation the file has to be grown to specific size and there was no space on disk....Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
- 已标记为答案 KJian_ 2012年3月14日 2:00
-
2012年3月7日 6:31版主
Do you have a space problem?
If yes, do as suggested above: cleanup, add additional file(s).
Also do:
DBCC checkdb
Kalman Toth, SQL Server & Business Intelligence Training; SQL SERVER BEST PRACTICES
-
2012年3月7日 12:43
Hello,
Probably the database files don't have autogrowth settings well configured
Try below script to get this info from all databases
http://sql-javier-villegas.blogspot.com/2011/10/informacion-util-acerca-de-las-bases-de.html
Javier Villegas | @javier_vill | http://sql-javier-villegas.blogspot.com/
Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you

