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

    Jul 22, 2024 · An instance of SQL Server Express LocalDB is an instance created by a user for their use. Any user on the computer can create a database using an instance of LocalDB, store files under their user profile, and run the process under their credentials.

  2. Create Local SQL Server database - Stack Overflow

    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 Databases and create a new database.

  3. SqlLocalDB Utility - SQL Server | Microsoft Learn

    Mar 11, 2025 · The SqlLocalDB utility (SqlLocalDB.exe) is a command line tool to enable users and developers to create and manage an instance of SQL Server Express LocalDB. For information about how to use LocalDB, see SQL Server 2016 Express LocalDB. [ create | c ] <instance-name> <instance-version> [-s ] | [ delete | d ] <instance-name>

  4. Install and Set Up a Local SQL Server Database Instance - Prisma

    In this guide, we'll talk about how to install and configure a SQL Server instance and the sqlcmd command line client. We will go over how to install and set up these components on your computer for local access.

  5. SQL Server LocalDB Getting Started Guide - MSSQLTips.com

    Jan 29, 2021 · Step 4: Create an localdb instance via SQLLocalDB Command Line. At the command line, you can interact using the SqlLocalDb utility to configure the instance of localdb. Start with getting information about the installation:

  6. How to use Microsoft SQL Server locally? - Stack Overflow

    May 10, 2015 · if it's MSSQLSERVER (like my second line there) - it's the default, unnamed instance - you connect to it using ., (local), or machine-name as your server / instance name. if it's something else, that is your instance name - you connect to it using .\instance-name, (local)\instance-name, or machine-name\instance-name as your server / instance name

  7. How to connect to your local MSSQL server using SSMS?

    Jan 13, 2023 · How to connect to local MS SQL Server? Try using (localdb)\MSSqlLocalDb first. It won’t hurt testing “(localdb)\MSSqlLocalDb” for Server name – just to see if it works. That’s definitely the first step – only if it fails, go through the rest of the steps! Find your friendly local SQL Server Express LocalDB Command Line Tool

  8. Lesson 1: Connecting to the Database Engine - SQL Server

    Sep 16, 2024 · It's easy to connect to the Database Engine from tools that are running on the same computer if you know the name of the instance and if you're connecting as a member of the local Administrators group on the computer. The following procedures must be performed on the same computer that hosts SQL Server. Note.

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

    May 9, 2017 · This article will show different ways of connecting to Microsoft SQL Server Express LocalDB and how to create and use an instance of LocalDB.

  10. SQL Server: How to find all localdb instance names

    Mar 22, 2016 · SqlLocalDB can be found in. or. To get all existing LocalDB instance names, use: info|i. Lists all existing LocalDB instances owned by the current user. and all shared LocalDB instances. To get detailed information about a specific LocalDB instance: Prints the information about the specified LocalDB instance.

  11. Some results have been removed
Refresh