What is SQL Server Express LocalDB ?

 Posted by Rajkatie on 6/29/2012 | Category: Sql Server Interview questions | Views: 4144 | Points: 40
Answer:

It is a new feature introduce in sql server 2012. It is a lightweight version of SQL Server that has many programmability features of a SQL Server database like stored procedures, user-defined functions and aggregates, .NET Framework integration,
spatial types and others that are not available in SQL Server Compact.

It runs in user mode and any database or T-SQL code can be moved from SQL Server Express LocalDB to SQL Server and SQL Azure without any upgrade steps.


Source: MSDN | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Akiii on: 7/1/2012 | Points: 10
Interesting feature !


Thanks and Regards
Akiii

Login to post response