2-9 of 363,000,000 results
Open links in new tab
  1. Create SQL Server Database using SQL Server Management

    Oct 22, 2019 · In this tip we look at how to create a new SQL Server database using the SQL Server Management GUI along with some database option settings you can use when …

  2. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · I've used SQL Server Management Studio before, but only when the server is already up and running. I need to start from the beginning and create my own instance on the …

  3. How to Create a SQL Server Database (No Command Line)

    May 12, 2025 · Learn how to make an SQL Server database easilySQL Server databases are some of the most common databases in use, thanks in part to how easy it is to create and …

  4. Create a New Registered Server | Microsoft Learn

    Oct 30, 2025 · An overview of how to create a new registered server in SQL Server Management Studio (SSMS).

  5. Create Database in MS SQL Server - GeeksforGeeks

    Jul 15, 2025 · 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 …

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

  7. T-SQL Tutorial: Create and Query Database Objects - SQL ...

    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.

  8. How to create a local sql server? - California Learning ...

    Jul 2, 2025 · For software developers, architects, and data professionals, a local SQL Server instance is indispensable. It provides a sandboxed environment for application development, …