About 3,350 results
Open links in new tab
  1. Create a Database - SQL Server | Microsoft Learn

    Aug 7, 2025 · 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, …

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

    Feb 6, 2026 · Creates a new database. Select one of the following tabs for the syntax, arguments, remarks, permissions, and examples for a particular SQL version with which you're working.

  3. Create SQL Server Database using SQL Server Management Studio

    Oct 22, 2019 · In this tip we look at how to create a new SQL Server database using the SQL Server Management GUI along with some database option settings you can use when creating a new …

  4. Create Database in MS SQL Server - GeeksforGeeks

    Jul 15, 2025 · In this article, We will learn about the basics of system and user databases along with methods for creating and managing them using T-SQL and SQL Server Management Studio (SSMS).

  5. 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.

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

    Dec 11, 2024 · In this article, we look at how to create an SQL Server database using SSMS and also using T-SQL scripts with several examples.

  7. How to Create a Database in SQL Server Management Studio?

    Oct 19, 2023 · This SQL server tutorial explains, how to Create a Database in SQL Server Management Studio and sql server database naming conventions.

  8. How To Create A New Database In Microsoft Sql Server

    Jan 1, 2025 · As a developer, you will deal with the very basic task of creating a new database in your SQL server. In this article, I will walk you through all the possible approaches to create a new …

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

    Feb 19, 2026 · 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. See Step 1 below to create a …

  10. Create a Database in Microsoft SQL Server (Complete Guide)

    Nov 14, 2025 · Creating a database in SQL Server becomes easy once you understand file structures, filegroups, and configuration options. This complete guide gives everything needed for practical and …