Mega Code Archive
Categories
/
MSSQL Tutorial
/
Database
Increases the size of a database file
13> USE master 14> GO 1> ALTER DATABASE Test1 2> MODIFY FILE 3> ( NAME = 'test1dat3', 4> SIZE = 20MB)