About 995,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-SQL, see CREATE DATABASE. A maximum of 32,767 databases can be specified on an instance of SQL Server.

  2. 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? Let’s step through the database creation process using SQL Server Management Studio (SSMS).

  3. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · Databases in Microsoft SQL Server are crucial for managing data, categorized into system databases, which are auto-created and user databases, created by users. 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 Database SQL Server with SSMS or T-SQL

    Jul 5, 2022 · Creating a database in a test environment can be a quick and easy task and can be done using the SSMS GUI or by running a simple T -SQL statement in a SQL Server Management Studio (or SSMS) query window.

  5. Database Engine Tutorials - SQL Server | Microsoft Learn

    Feb 7, 2024 · Use these tutorials to learn about the SQL Server Database Engine, including getting started and using the SQL Server Management Studio.

  6. Create a Database in MS SQL Server: Explained - The Knowledge …

    Mar 7, 2025 · In Microsoft SQL Server, you have multiple options to create a database, including using SQL Server Management Studio (SSMS) or executing Transact-SQL (T-SQL) commands. The SSMS is a comprehensive graphical tool Microsoft provides for managing SQL Server databases. Here's how you can create a database using SSMS:

  7. SQL Server System Databases

    SQL Server provides four system databases including master, msdb, model, and tempdb. The master system database stores system-level information of the SQL server instance. The msdb database is used by SQL Server Agent for jobs & alerts. The model database is served as a template for creating other databases.

  8. 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 Following create 'HR' database with data and log files.

  9. SQL Server system databases – the master database - SQL Shack

    Jul 6, 2017 · SQL Server uses the master database to record all information about the SQL Server instance system, like login accounts, endpoints, linked servers and configuration settings.

  10. How to Open a Database in SQL Server? - GeeksforGeeks

    May 24, 2024 · In this article, we will explore two methods to open a database in SQL Server such as using SQL Server Management Studio (SSMS) and using Transact-SQL (T-SQL) commands. These methods provide flexibility and whether through a graphical interface or a script-based approach. How to Open a Database in SQL Server?

  11. Some results have been removed
Refresh