How To Create a database in SQL Server by using SQL Server Management Studio or Transact-SQL? Creating the database in SQL Server manually!
Use SQL Server Management Studio To Create a database,
Steps To use:
1) In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance.
2) Right-click Databases, and then select New Database.
3) In the New Database, enter a database name.
4) To create the database by accepting all default values, select OK