To create a table in SQL Server using the GUI:
- Ensuring that the right database is expanded in Object Explorer, right click on the Tables icon and select Table... from the contextual menu
- A new table will open in Design view. Add the columns, their data types, and column properties.
- Save the table (either from the File menu, or by right-clicking on the table tab and selecting Save Table1)
The table will appear in the Object Explorer under the Tables icon for the applicable database.