About 24,800,000 results
Open links in new tab
  1. Create a database - SQL Server | Microsoft Learn

    Jul 22, 2024 · This article describes how to create a database in SQL Server by using SQL Server Management Studio or Transact-SQL. To create a database in Azure SQL Database using T-SQL, see CREATE DATABASE.

  2. CREATE DATABASE (Transact-SQL) - SQL Server | Microsoft Learn

    Dec 19, 2024 · You can use one CREATE DATABASE statement to create a database and the files that store the database. SQL Server implements the CREATE DATABASE statement by using the following steps:

  3. How to Create a SQL Server Database (No Command Line) - wikiHow

    Apr 14, 2025 · SQL Server databases are some of the most common databases in use, thanks in part to how easy it is to create and maintain them. With a free graphical user interface (GUI) program such as SQL Server Management, you don't need to worry about fumbling around with the command line.

  4. Create SQL Server Database using SQL Server Management

    Oct 22, 2019 · Let’s step through the database creation process using SQL Server Management Studio (SSMS). Note: If you’re creating a database for the very first time and you have the rights to do it, it’s assumed you’re doing it on a test or development server and not on …

  5. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · Databases can be created using Transact-SQL (T-SQL) scripts or through the user-friendly interface of SQL Server Management Studio (SSMS), allowing users to customize their databases according to specific requirements.

  6. SQL Create Database Valuable Tutorial with T-SQL and SSMS

    Dec 11, 2024 · The SQL Server database can be created using SQL Server Management Studio or CREATE DATABASE statements. First, we will discuss a brief overview of SQL Server databases, followed by step-by-step instructions to create the database using both methods as well as examples.

  7. SQL Server CREATE DATABASE By Practical Examples

    This tutorial shows you how to create a new database in SQL Server using CREATE DATABASE statement or SQL Server Management Studio.

  8. T-SQL Tutorial: Create and query database objects - SQL Server

    Nov 22, 2024 · This lesson shows you how to create a database, create a table in the database, and then access and change the data in the table. Because this lesson is an introduction to using Transact-SQL, it doesn't use or describe the many options that are available for these statements.

  9. Create Database SQL Server with SSMS or T-SQL

    Jul 5, 2022 · In this article we look at the basic steps for creating a new SQL Server database using either the SSMS GUI or a T-SQL script.

  10. How to Create a Database in Microsoft SQL Server?

    Mar 7, 2025 · Here's how you can create a database using SSMS: a) The first step is to launch SQL Server Management Studio and then try to connect to your SQL Server instance. b) Expand the "Databases" folder in the Object Explorer. c) Right-click on the "Databases" folder and select "New Database."

  11. Some results have been removed
Refresh