Using the create database command

Use create database to create user databases. You must have create database permission, and you must be a valid user of master. Always type use master before you create a new database.

NoteEach time you enter the create database command, dump the master database. This makes recovery easier and safer in case master is later damaged. See Chapter 29, “Restoring the System Databases,” for more information.