November 6, 2008 at 10:29 pm
Hi,
Past five years back ,Some one has created one database in sql server 2000, so i noted this database properites as follows
status - Normal
owner -sa
date created - 2/3/2002
size -4654.12 mb
space available -0.00 mb
no.of user - 10
And database datafile properites file growth
In Megabytes - 50
restrict file growth - 4200
So what i want , need to be increase space available this database, please help me how to change space available?
I had tried and default setting for automatically grow file, By precent 10 and Unrestricted file growth but it was not hope. still space available 0.00 MB and database does not changed in change space available.
November 7, 2008 at 12:57 pm
Where exactly you are checking for space usage:
Taskpad, thru Command or ?
MJ
November 7, 2008 at 1:20 pm
try by running below query:
DBCC updateusage 'DBNAme'
check the properties
Thanks
Regards
Thank You.
Regards,
Raghavender Chavva
November 8, 2008 at 1:40 am
Thanks Raghavender,
After executing dbcc updateusages (0), database really changed space available.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply