To create a database in SQL Server using the GUI:
- From the Object Explorer, right click on Databases and select New database...
- Name the database, adjust settings if required, then click OK
Once you’ve created the database, you can create tables and other database objects. You can also modify any database properties as required.