Skip to content

Database.Guide

SQL Server

How to Create a Database in SQL Server

February 14, 2020May 18, 2016 by Ian

To create a database in SQL Server using the GUI:

  1. From the Object Explorer, right click on Databases and select New database...
  2. 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.

Read more

Categories SQL Server Tags create database, how to, sql server
Newer posts
← Previous Page1 … Page133 Page134

About | Privacy Policy

© 2026 Database.Guide • All rights reserved