Database MSSQL Tutorial

13> USE master
14> GO
1> ALTER DATABASE Test1
2> MODIFY FILE
3> ( NAME = 'test1dat3',
4> SIZE = 20MB)