I can create a database in SQL Server using this SQL statement:
create database test on
[
(
[NAME= LogicalName, FILENAME= 'PhysicalName',
[,SIZE= Size] [,MAXSIZE= MaxSize | UNLIMITED]
) [,...n]
How to handle FILEGROWTH
in this case?
I expect you to give me a solution with examples.
1条答案
按热度按时间2fjabf4q1#
I could find this solution