About 2,330,000 results
Open links in new tab
  1. Databases - SQL Server | Microsoft Learn - learn.microsoft.com

    Nov 22, 2024 · Learn about database schemas, tables, filegroups, logins, and roles. See how you can use the SQL Server Management Studio tool to work with databases.

  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 …

  3. SQL Server Tutorial

    The SQL server basics section shows you how to use the Transact-SQL (T-SQL) to interact with SQL Server databases. You will learn how to manipulate data from the database such as …

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

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

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

  7. Databases in SQL Server - SQL DBA School

    In this lesson, we will delve deeper into the concept of databases within the context of SQL Server. We will cover the types of databases in SQL Server, how to create and manage them, …

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

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

    Mar 7, 2025 · Databases in Microsoft SQL Server are crucial for robust Data Management, offering high performance, scalability, and security. Learn How to Create a Database in …

  10. Create Database SQL Server with SSMS or T-SQL

    Jul 5, 2022 · In this article we look at the basic steps for creating a new SQL Server database using either the SSMS GUI or a T-SQL script.

Refresh