Home > Software > Database > SQL > MsSQL Server 2012 LocalDb

MsSQL Server 2012 LocalDb logo

Details

Package ID
SqlServerLocalDb
Version
11.0.2318.0
Downloads
67543
Website
http://www.microsoft.com/sqlserver/en/us/editions/2012-editions/express.aspx

Summary

LocalDB is a lightweight deployment option for SQL Server Express Edition.

Description

===== SQL Server Express LocalDB ===== LocalDB is a lightweight deployment option for SQL Server Express Edition with fewer prerequisites that installs very quickly. This makes it ideal for developers who need an embedded SQL Server database for desktop applications or tools. LocalDB has all of the same programmability features as SQL Server Express, but runs in-process with applications and not as a service. ===== Integrated ===== LocalDB is designed to be bundled with and function as an integrated part of tools or desktop applications that need a lightweight local database runtime. This includes tools like SQL Server Data Tools, or custom developed desktop applications, or tools that need a lightweight single-user database runtime that supports full Transact-SQL functionality. ===== Simple ===== Apps that use LocalDB simply open a file. Once a file is opened, you get SQL Server functionality when working with that file, including things like ACID transaction support. The app that opens the file has exclusive use. It�s not intended for multi-user scenarios or to be used as a server. (If you need that, you should install SQL Server Express.) ===== Easy Acquisition ===== LocalDB is easy to download, install, and manage. It installs as a small shared component instead of a service.

Comments

Loading comments...