How to change size of database
        Posted  
        
            by emirate
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by emirate
        
        
        
        Published on 2010-03-20T19:38:52Z
        Indexed on 
            2010/03/20
            19:41 UTC
        
        
        Read the original article
        Hit count: 120
        
c#
I know how to change size database on SQL (in SQL Server 2005 Express Edition) ALTER DATABASE Accounting MODIFY FILE (NAME = 'Accounting', SIZE = 25) How to change size database useing C#?
© Stack Overflow or respective owner