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


Study and Get Certified For MySQL With Oracle University For Free
06/05/2025

To celebrate 30 years of MySQL, Oracle has launched a promotional initiative that grants free training and certifications. The offer runs from April 20 to July 31, 2025.



GraphRAG With Python And Neo4j
20/05/2025

Use this Neo4J GraphRAG library to build your own knowledge graph-based applications.


More News

Last Updated ( Thursday, 19 April 2012 )