Hi,
In our development server, when we tried to insert some large data we had
this error message -
......................
SQL error description: [Microsoft][ODBC SQL Server Driver][SQL Server]Could
not allocate space for object '<TABLE NAME>' in database '<DATABASE>' because
the 'PRIMARY' filegroup is full.
......................
The file property 'Automatically grow file' is selected for both data and
log file. Again maxsize is unlimited with growth set to 10% for both files.
How can I resolve this issue? Can someone let me know please.
Many thanks in advance,
Harish Mohanbabu
--
MBS Axapta - MVP
http://www.harishm.com/Harish
Are you sure there is enough disk space?
If you are, it is probably during the insertion autogow feature kicks in and
you've got the error.
Try update statistics and not inserting a large amount of data, instead
divide the transaction into a small one
"Harish Mohanbabu" <Axapta@.online.nospam> wrote in message
news:3D9837CC-C9FE-4773-9145-601C1C4F2A98@.microsoft.com...
> Hi,
> In our development server, when we tried to insert some large data we had
> this error message -
> ......................
> SQL error description: [Microsoft][ODBC SQL Server Driver][SQL
> Server]Could
> not allocate space for object '<TABLE NAME>' in database '<DATABASE>'
> because
> the 'PRIMARY' filegroup is full.
> ......................
> The file property 'Automatically grow file' is selected for both data and
> log file. Again maxsize is unlimited with growth set to 10% for both
> files.
> How can I resolve this issue? Can someone let me know please.
> Many thanks in advance,
> Harish Mohanbabu
> --
> MBS Axapta - MVP
> http://www.harishm.com/|||Hi Uri,
Thanks for your response.
Well - there is plenty of hard disk space (approx 50 GB). And I am afraid I
can't break the data any further than this.
BTW, I just tried increasing space allowed to the data file. Do you think
this will make any difference? Meanwhile I will try to do the import once
again and see how it goes.
Regards,
Harish Mohanbabu
--
MBS Axapta - MVP
http://www.harishm.com/
"Uri Dimant" wrote:
> Harish
> Are you sure there is enough disk space?
> If you are, it is probably during the insertion autogow feature kicks in and
> you've got the error.
> Try update statistics and not inserting a large amount of data, instead
> divide the transaction into a small one|||After increasing the space allowed, I tried pushing quite some volume of
data. Looks like this did the trick. Now it is working fine again!
Harish Mohanbabu
--
MBS Axapta - MVP
http://www.harishm.com/
"Harish Mohanbabu" wrote:
> Hi Uri,
> Thanks for your response.
> Well - there is plenty of hard disk space (approx 50 GB). And I am afraid I
> can't break the data any further than this.
> BTW, I just tried increasing space allowed to the data file. Do you think
> this will make any difference? Meanwhile I will try to do the import once
> again and see how it goes.
> Regards,
> Harish Mohanbabu
> --
> MBS Axapta - MVP
> http://www.harishm.com/|||If you get a timeout during autogrow, the autogrow that had occurred will be rolled back. End result
is that it appears that autogrow doesn't work.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Harish Mohanbabu" <Axapta@.online.nospam> wrote in message
news:10C9E60A-4823-44B3-9D28-0B1172B8627F@.microsoft.com...
> After increasing the space allowed, I tried pushing quite some volume of
> data. Looks like this did the trick. Now it is working fine again!
> Harish Mohanbabu
> --
> MBS Axapta - MVP
> http://www.harishm.com/
> "Harish Mohanbabu" wrote:
>> Hi Uri,
>> Thanks for your response.
>> Well - there is plenty of hard disk space (approx 50 GB). And I am afraid I
>> can't break the data any further than this.
>> BTW, I just tried increasing space allowed to the data file. Do you think
>> this will make any difference? Meanwhile I will try to do the import once
>> again and see how it goes.
>> Regards,
>> Harish Mohanbabu
>> --
>> MBS Axapta - MVP
>> http://www.harishm.com/|||Hello,
Based on my research, generally this error occurs when the amount of time
SQL server was taking to expand the file exceeded the allowed time built-in
and thus the
error. We can resolve the issue by setting the increment to be larger or
increase the database data file.
Sophie Guo
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================This posting is provided "AS IS" with no warranties, and confers no rights.
No comments:
Post a Comment