The database name is not specified.
SQL Server 2005
When you are creating a new database, you cannot leave the name blank. When creating names, follow consistent naming conventions and ensure that each name uses allowed characters. Names cannot use characters such as / : * # ? " < > |. As a general rule, use alphabetic and numeric characters and avoid using symbol characters. For specific rules on valid naming conventions, consult the documentation for your database and operating system.
