Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help me ,my sql server database mdf file size increase from 10 gb to 157 gb suddenly .what are the reasons for increase of database mdf file size.i saw the table size there are normal.i want to know how the space is utilised for the sql server database.

USE RMS;
GO
EXEC sp_spaceused @updateusage = N'TRUE';
GO

database name :-RMS
database size :-182032.00 MB
unallocated space :-149751.69 MB

Reserved 11584832 KB
data 11559248 KB
index_size 5432 KB
unused 20152 KB


my rms data is 11gb but rms mdf file size is 157 gb .what are the reasons for increasing of database mdf file size
Posted
Updated 6-Oct-13 20:46pm
v4
Comments
Madhu Nair 7-Oct-13 1:34am    
This increase in size has been suddenly or over a period of time?
kalisiddayya 7-Oct-13 1:53am    
suddenly it is increase
kalisiddayya 7-Oct-13 2:15am    
i wont have 157 gb data in my sql server database.it is increase suddenly.can i know the resons why the data mdf file increase.auto shrink is false.
Madhu Nair 7-Oct-13 3:10am    
Can you run the query given below and post the size of both the mdf and ldf file -

sp_helpdb RMS
kalisiddayya 7-Oct-13 3:17am    
db_size=182032.00 MB,Database size=164930560 KB(dataonly),logfile size=21470208 KB(log only)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900