mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update sqlserver create database
This commit is contained in:
@@ -668,7 +668,7 @@ AND syscomments.text LIKE '%"+tableName+"%'");
|
||||
filename = N'{1}\{0}.ndf',
|
||||
size = 10mb,
|
||||
maxsize = 100mb,
|
||||
filegrowth = 10 %
|
||||
filegrowth = 10mb
|
||||
)
|
||||
log on
|
||||
(
|
||||
|
Reference in New Issue
Block a user