About 5,560,000 results
Open links in new tab
  1. CREATE DATABASE (Transact-SQL) - SQL Server | Microsoft Learn

    Oct 3, 2025 · 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.

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

  3. 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).

  4. Create SQL Server Database using SQL Server Management Studio

    Oct 22, 2019 · You’re new to SQL Server and need to create a database. It sounds like a simple enough task, but how do we do it? Let’s step through the database creation process using SQL Server …

  5. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · After installation you need to connect to Server Name : localhost to start using the local instance of SQL Server. Once you are connected to the local instance, right click on Databases and …

  6. T-SQL Tutorial: Create and Query Database Objects - SQL Server

    Nov 18, 2025 · 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.

  7. Create tables (Database Engine) - SQL Server | Microsoft Learn

    Nov 18, 2025 · Create a new table, name it, and add it to an existing database using the Database Engine.

  8. 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 Step 1 below to create a …

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

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