Up and Running with LocalDB
Written by Kay Ewbank   
Thursday, 19 April 2012

Microsoft has released a video to help developers get started with a version of SQL Server Express aimed specifically at developers.

As we reported when it was introduced, if you want to use SQL Server 2012 without spending lots, one option Local Database Runtime (LocalDb). This is a deployment option for the free SQL Server 2012 Express Edition, and is a small shared component that runs in-process rather than a service. It’s quick to install, and can be used for applications that need an embedded database that is API compatible with SQL Server.

There’s a video (also available on Microsoft’s Channel 9) that shows how to get up and running and what you can do with LocalDB:

 

Microsoft’s goal for LocalDB was that it would be as easy to use as SQL Server Compact while being as powerful and compatible with full SQL Server as SQL Express. So it gives you a way to get a SQL Express database up and running without doing lots of configuration and management. It is limited to databases that are opened for exclusive use, so wouldn’t work in server-based or multi-user environments.

However, it does provide full support for T-SQL, and you can use the same client-side methods of access as you use with other versions of SQL Server, including ADO.NET, PDO and ODBC. You can run multiple applications each with their own LocalDB process, but each has exclusive access to a database. LocalDB processes are started and stopped automatically when needed.

sqlserverexpress

More Information

Presentation: Introducing SQL Server 2012 Express Local Database Runtime

Related Articles

SQL Express LocalDB - Expressly for developers

 

espbook

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Google+, Twitter, Linkedin or Facebook or sign up for our weekly newsletter.

 

Banner


Apache Gravitino 0.9 Released
29/05/2025

Apache Gravitino v0.9.0-incubating has been released, with optimizations to the fileset catalogs and model catalogs, making it easier for users to manage their unstructured AI data and model data.



Unemployment Rate High Among US CS Graduates
04/06/2025

Is concern over high unemployment rates among recently graduated Computer Science Majors justified. If so what are the factors?


More News

Last Updated ( Thursday, 19 April 2012 )