About 2,150,000 results
Open links in new tab
  1. SQL Server Express LocalDB - SQL Server | Microsoft Learn

    Jul 22, 2024 · Microsoft SQL Server Express LocalDB is a feature of SQL Server Express targeted to developers. It's available on SQL Server Express edition with Advanced Services. …

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

  3. Creating Local Database Using Microsoft SQL Server - C# Corner

    In this blog, you will learn how to create local database using Microsoft SQL Server.

  4. Create Database in MS SQL Server - GeeksforGeeks

    Aug 14, 2024 · Databases can be created using Transact-SQL (T-SQL) scripts or through the user-friendly interface of SQL Server Management Studio (SSMS), allowing users to …

  5. SQL Server LocalDB Getting Started Guide

    Jan 29, 2021 · In this tip we cover the steps to install SQL Server 2017 Express LocalDB and things you need to do to get started using this feature.

  6. How to connect and use Microsoft SQL Server Express LocalDB

    May 9, 2017 · In the Command Prompt window, type the following command: SqlLocalDB create NewInstance and press the Enter key. The message will appear which indicates that the …

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

  8. SQL Server CREATE DATABASE By Practical Examples - SQL

    Summary: in this tutorial, you will learn how to create a new database in SQL Server using CREATE DATABASE statement or SQL Server Management Studio. The CREATE …

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

  10. How to connect to a local database in SQL Server Management …

    Apr 6, 2017 · After connection to server you can create a DB in which you want the dump to get imported. If your SQL dump contains create Database statement, then you don't need to …

  11. Some results have been removed
Refresh