I'm trying to do a simple alteration to the table design of one of our
SQL 2k tables, simply changing an identity row so that its not 'not
for replication', and its taking absolutely ages to do so, and stops
the sql server from working.
Whilst it's attempting the update, no one can access the database, the
sqlservr.exe memory usage shoots up and enterprise manager reports a
not responding status. Eventually after about 10 minutes, it bombs out
reporting,
Unable to modify table
Could not allocate space for object 'Tmp_TableName' in database
'DBNAME' because the 'PRIMARY' filegroup is full.
The table i'm attempting to change has only about 4000 records so
there's not a huge amount of data.
Any ideas what's causing this and how i can get around it?
A similar thing happens when i attempt to change the length of a
varchar too.
Thanks in advance for any suggestions
Dan Williams.
SQL 2k tables, simply changing an identity row so that its not 'not
for replication', and its taking absolutely ages to do so, and stops
the sql server from working.
Whilst it's attempting the update, no one can access the database, the
sqlservr.exe memory usage shoots up and enterprise manager reports a
not responding status. Eventually after about 10 minutes, it bombs out
reporting,
Unable to modify table
Could not allocate space for object 'Tmp_TableName' in database
'DBNAME' because the 'PRIMARY' filegroup is full.
The table i'm attempting to change has only about 4000 records so
there's not a huge amount of data.
Any ideas what's causing this and how i can get around it?
A similar thing happens when i attempt to change the length of a
varchar too.
Thanks in advance for any suggestions
Dan Williams.
Comment