About 26,300,000 results
Open links in new tab
  1. Create a database - SQL Server | Microsoft Learn

    Jul 22, 2024 · 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. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · To create a database, the below methods could be used: SQL Server Management Studio. Transact-SQL. The following can be the basic syntax for creating a …

  3. Create SQL Server Database using SQL Server Management

    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? Solution. Let’s step through the database creation process …

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

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

    May 12, 2025 · See Step 1 below to create a database and start entering your information in just a few minutes. Download and install SQL Server and SQL Server Management Studio. Connect …

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

    Jan 1, 2025 · To create a new database in Microsoft SQL Server Management Studio, follow the below steps. 1. Open SQL Server Management Studio (SSMS) and connect to your database …

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

    Oct 19, 2023 · To create a database in SQL Server Management Studio, right-click on the Database node and select the option ‘New Database’. After selecting the ‘New Database’ …

  8. Create Database in MS SQL Server - Online Tutorials Library

    Following is the basic syntax for creating database in MS SQL Server. OR. To create database called Testdb, run the following query. OR. Note − D:\backup is location of backup file and …

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

    Apr 27, 2025 · You can use one CREATE DATABASE statement to create a database and the files that store the database. SQL Server implements the CREATE DATABASE statement by …

  10. Create Database in SQL Server 2019 - 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 …

  11. Some results have been removed
Refresh