Shrink Sql Server database
        Posted  
        
            by hani
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hani
        
        
        
        Published on 2010-05-20T18:52:12Z
        Indexed on 
            2010/05/20
            19:10 UTC
        
        
        Read the original article
        Hit count: 520
        
My SQL Server 2008 database file (.mdf) file is nearly 24 MB but the log file grown upto 15 GB. If I want to shrink database what are the important points to take into consideration?
Will shrink causes any index fragmentation and does it affect my database performance?
© Stack Overflow or respective owner