Top "Localdb" questions

LocalDB is a lightweight deployment option for SQL Server Express Edition with the same features but with a simple installation.

Create user and assign permission to user in LocalDB in Visual Studio

Can someone please tell me how I can create a user with a password and grant it owner permission to …

c# visual-studio localdb
Using SQL LocalDB in a Windows Service

I have a very small test application in which I'm trying to install a Windows Service and create a LocalDB …

sql sql-server localdb
Issue when deploying an ASP.NET MVC + LocalDB application

I have deployed my ASP.NET MVC 5 application on a server but it crashes on every page using the localdb. …

c# asp.net-mvc-5 sql-server-2012-express localdb
IIS connecting to LocalDB

Is there any way so IIS could connect to LocalDB without using the NT SERVICE\NETWORK SERVICE user account. This …

sql windows iis localdb
How to share SQL LocalDb with other users on same machine?

I am looking for ways to access LocalDb database between users using the share command of sqllocaldb command utility but …

c# sql-server-2012 localdb
LocalDB: change SQL Server default location

I wonder if it is possible to change default location of (LocalDB). When you create it with SqlLocalDB.exe default …

c# sql .net sql-server localdb
Using SQL Server Native Client to access SQL Server LocalDB

I'm trying to connect to a SQL Server LocalDB instance using the SQL Server Native Client driver. This is because …

sql-server odbc sql-server-native-client localdb
How do I connect to SQL Server 2017 LocalDB?

I've been using (localdb)\ProjectsV13 as part of my VS 2017 installation, however, I recently needed to access some SQL Server 2017 …

visual-studio localdb sql-server-2017
Sql local database cannot be opened

I recently installed VS2015 Update 2 on two different PC, one at home and one at work, with the same installer …

visual-studio-2015 localdb
Code-First approach, location of database and all instances (v110, etc)

I'm following this tutorial to create a Code-First Database. After installing EF and creating those first basic classes it says: …

c# sql-server entity-framework visual-studio localdb