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

    Aug 7, 2025 · Create a database in SQL Server by using SQL Server Management Studio or Transact-SQL. View recommendations for the procedure.

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

  3. Create SQL Server Database using SQL Server Management

    Oct 22, 2019 · First, a little background on SSMS. It’s the primary tool used to manage SQL Server. It comes with a vast amount of functionality built in to manage servers and develop …

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

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

  7. How To Create A New Database In Microsoft Sql Server …

    Jan 1, 2025 · Databases in Microsoft Sql Server are very crucial to help you store and manage your crucial data. As a developer, you will deal with the very basic task of creating a new …

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

    Oct 3, 2025 · You can use the CREATE DATABASE statement to create a read-only, static view, a database snapshot of the source database. A database snapshot is transactionally …

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

    Jan 10, 2025 · To be able to create a database in SQL Server for beginners with the suggested three methods, you need to install: To create a database in SQL Server, you can use Transact …

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