Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3458

Re: Sybase ASE Space, Automatic expansion is enabled

$
0
0

Hi Ahmed,

 

I think, you just made some modifications to your post. As per your initial response ,it clearly showed, that '0M' extentions would happen,

 

 

Database 'EDD', segment 'default' would be altered from an initial size of

'90112M' by '0M' for a resultant total size of '90112M'.

To actually expand the database manually for this threshold, issue: sp_dbextend

'execute', 'EDD', 'default', '1'

(return status = 0)

 

but now that I see '1024M'.

 

Database 'DBNAME', segment 'default' would be altered from an initial size of

'89088M' by '1024M' for a resultant total size of '90112M'.

To actually expand the database manually for this threshold, issue: sp_dbextend

'execute', 'DBNAME', 'default', '1'

 

Perhaps things should work fine now.

 

May I know, your actual database name? Is it EDD? or DBNAME ?

 

I would suggest to create a dedicated device for the expansion ( say 50 gigs) , and, to ensure proper expansion, as soon as you resize / initialize the new device , you also need to extend the database by (say 100 MB)  on this. Make sure, that you set the database for Auto Expansion with (say 5GB)  growby value and  set the threshold at (say 10GB)  value for default segment of the given database.

 

Also note if free space is already below or equal to the threshold then Auto Expansion will not work.

 

Regards,

Ajith Prabhakaran


Viewing all articles
Browse latest Browse all 3458

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>