About 1,040,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. SQL Server Create Database Examples

    Dec 11, 2019 · We’ve already seen how to create a SQL Server database using SQL Server Management Studio (SSMS), but what if you need a script to do it? We’ll look at a few …

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

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

  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. How to Create a Database in Microsoft SQL Server?

    Sep 9, 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) …

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

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

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