Creating a Database
You can create a database by using one of the following tools:
Model Explorer
ScfUtils Command line interface
Model Manager
Model Management API
* 
If you have multiple SQL Server instances installed on one server, databases names in each instance must be unique for the server.
Special characters (such as _ # $ ) are ignored by SQL server when creating a database. Make sure not to differentiate database names only by using a special character.
You can set a database to READ ONLY mode in SQL Server. Database users can read data, but they cannot write or modify the database.
For more information, refer to the SQL Server help topic:
Create a Database