About 53,300,000 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 …

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

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

  3. SQL CREATE DATABASE and CREATE TABLE - GeeksforGeeks

    Aug 26, 2025 · To create a new database in SQL, we use CREATE DATABASE command followed by the database name. Database names cannot contain spaces; if needed, an …

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

    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.

  5. How to Create Your Own Database to Practice SQL - LearnSQL.com

    Oct 17, 2023 · Welcome to the step-by-step guide to creating your own SQL database from scratch, designed with beginners in mind. This guide helps you set up your database and also …

  6. SQL CREATE DATABASE Statement - W3Schools

    What is the purpose of the SQL CREATE DATABASE statement? Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, …

  7. Create a database in SQL Server - 3 best methods - Devart Blog

    Jan 10, 2025 · Understanding how to create a database in SQL Server is essential for managing data effectively in today’s business environment. The process enables better structure, access …

  8. Step-by-Step Guide to Creating and Querying a SQL Server Database

    Mar 9, 2025 · How to Create and Manage a SQL Server Database: A Step-by-Step Guide. Managing a database in SQL Server is a fundamental skill for database administrators and …

  9. Create Database in SQL Server - TutorialsTeacher.com

    There are two ways to create a new user database in SQL Server: You can execute the SQL script in the query editor using Master database. The following creates 'HR' database. The …

  10. 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 …