Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 5th, 2004, 05:46 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 120
Thanks: 0
Thanked 1 Time in 1 Post
Default could not allocate soace for object table_name

hi to all i get this error when i going to insert record to my database .
Error code is :
Server: Msg 1105 ,level 17, state 2, procedure sp_userprocedure ,line 9
Could not allocate space for object table_name becuase the priamry file group i full full .
and stops insert new record into table i am using a Query Analyzer to querying db in remote manner and Enterprise Manger to create or altering DB for ease of use how i can avoid of this problem .
any good idea to guide me how i can avoid this type of problem when a databaserunning in a online server and maybe many user can open the site and the data inserts into table and fetch.
Thanx In Advance.
YoOrD.

__________________
       YoOrD .
Beauty is not on the face
Beauty is on the heart
~~<<Ghibran Khalil>>~~
 
Old July 5th, 2004, 01:47 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

What is the version of SQL you use?

This indicates that

1) Disk is full
or
2) The PRIMARY filegroup is limited in size, and that size limit has been reached.

You got to cleanup your disk for more free space or Add a datafile to the database.

Check this Error 1105

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old July 6th, 2004, 02:03 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 120
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi Thanx 4 ur reply .
it clerify some thing that it is a remote server and i have'nt permission to cleaning up disk i can only reach db using remote quey analyzer and enterprise manager tools of sql server if u can or any body give solution that i remotely doing this type of jobs.
if u think i must contact the sql server hosting admin and tell hi/her to this type of jobs to do for me.
thanx for u and other in advance.
YoOrD.

 
Old July 6th, 2004, 12:24 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi YoOrD,

That should be the right thing to do. You can contact your hosting admin for clearing up space in that disk. But I am not sure how good they would do that for you.

If they are unable to help you on that, then probably you can try shrinking the database and cleanup the unused space so that it doesn't fail to get data inserted.

May be you can take a look at this thread - Shrink Log without SQL service restart However you can take a look at my last post at the bottom of that thread which has steps to clean up space. This needs either SQL service restart or (detatch and attach DB commands) 4th and 5th step in that post, to free up the unused space. But if it is the live DB server, then this would not be the solution you are looking for. May be your hosting admin could help you on that.

Hope that helps.
Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old July 10th, 2004, 11:02 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 120
Thanks: 0
Thanked 1 Time in 1 Post
Default

thanx to u for your reply.
it is impossible to deattach db but i can find some documents that help me to guide about every thing about how i remotely configure my db about qouta and transaction log file that not to enlarges more.
i must to mentioned that i am a beginer.
thanx in Advance.
YoOrD.






Similar Threads
Thread Thread Starter Forum Replies Last Post
object reference not set to instant of an object shahidrasul ASP.NET 2.0 Basics 1 September 5th, 2008 02:01 PM
Serializing Object Graph - Assigning Object to Jag venkat.kl C# 0 August 28th, 2006 10:39 AM
Application hanging + Cannot allocate servlet inst rajesh_2005 Servlets 0 September 6th, 2005 03:12 AM
create a Line object ,Box object in CR at Runtime? thanhnt Pro VB 6 1 May 16th, 2005 06:51 AM
Error Occurred creating Report Object: Object does sa_moizatyahoo Classic ASP Professional 0 February 1st, 2005 10:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.