Have set the size of the dbs to 200 on initial create but still getting error as below
Database Name: RymexCorp_Sys
Error Code: -1
Error Text: An exception occurred while executing a Transact-SQL statement or batch.
Statement: CREATE DATABASE SOL8903_APP ON (NAME=SOL8903_APP_Data,FILENAME='D:\MSSQL\Data\SOL8903_APPdata.mdf',SIZE= 200MB) LOG ON (NAME=SOL8903_APP_Log,FILENAME='L:\MSSQL\Data\SOL8903_APPdata.ldf',SIZE= 20MB)
Error -1: Object reference not set to an instance of an object.
End Time: 9:48:37 PM
Start Time: 9:49:45 PM
Database Name: DemoStandardSystem
Error Code: -1
Error Text: An exception occurred while executing a Transact-SQL statement or batch.
Statement: CREATE DATABASE DemoStandardSystem ON (NAME=DemoStandardSystem_Data,FILENAME='D:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA\DemoStandardSystemdata.mdf',SIZE= 200MB) LOG ON (NAME=DemoStandardSystem_Log,FILENAME='D:\Program Files\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA\DemoStandardSystemdata.ldf',SIZE= 20MB)
End Time: 9:49:58 PM
Start Time: 9:57:33 PM
*This post is locked for comments