dbaman
Starting Member
46 Posts |
Posted - 2010-05-19 : 10:13:45
|
I have SQLServer 2005 database with Recovery Model Set to Simple. This database has 18 user tables. I looked for the size of each table and didn't find any huge table. Still the MDF file of this database is 67GB.What could be causing the database file (MDF) to be this big?This is what I got when I ran the SQL to get each table size info.Name,Rows,Reserved,data,index_size,unused-----------------------------------------COUNTRY,236 ,32 KB,16 KB,16 KB,0 KBSTATE,66 ,16 KB,8 KB,8 KB,0 KBORDERINFO,2 ,24 KB,8 KB,16 KB,0 KBD_ENTRY,4 ,16 KB,8 KB,8 KB,0 KBSAL_DELVR,4 ,16 KB,8 KB,8 KB,0 KBSAL_FMDWL,2 ,16 KB,8 KB,8 KB,0 KBdtslog,0 ,0 KB,0 KB,0 KB,0 KBSAL_OP,2 ,16 KB,8 KB,8 KB,0 KBSAL_RG,23 ,16 KB,8 KB,8 KB,0 KBSAL_PP,3 ,48 KB,16 KB,32 KB,0 KBsysds,1 ,72 KB,48 KB,24 KB,0 KBV_ADDRESS,1274 ,208 KB,152 KB,8 KB,48 KBPAID_FEE,2614 ,528 KB,472 KB,8 KB,48 KBSAL_AD,21 ,16 KB,8 KB,8 KB,0 KBSAL_ADVL,2 ,16 KB,8 KB,8 KB,0 KBCASE_ON,7000 ,2064 KB,2024 KB,8 KB,32 KBWH_RCL,386953 ,346200 KB,344080 KB,1896 KB,224 KBST_AD,0 ,24 KB,8 KB,16 KB,0 KBR |
|