| Author: ABitSmart 03 Nov 2009 | Member Level: Diamond | Rating:  Points: 2 |
Generally it's the log file which takes up a lot of space. How you checked the log file size ?
|
| Author: G.Hemadribabu 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
that is what is i need . But u r asking me the same question wht i ask u
|
| Author: lakshmi Narasimhulu 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA
in this path u will find the log files
eg:Testing_log.ldf
|
| Author: Mr. J Shah 03 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
you can also use dbcc sqlperf('LogSpace')
You can use below command to reclaim the space. DBCC ShrinkFile DBCC ShrinkDatabase
Regards, JShah http://sqldbpool.wordpress.com/
|