<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx</link><description>Updated 2011-11-28: Added reference to the walkthrough of using LocalDB in Visual Studio 2010 and to the new LocalDB Installer . 
 Updated 2011-11-02: Added reference to .NET Framework 4 support for LocalDB in the Q&amp;amp;A section. 
 Introduction 
</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10415480</link><pubDate>Wed, 01 May 2013 20:23:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10415480</guid><dc:creator>William Vaughn</dc:creator><description>&lt;p&gt;When will LocalDB attached-file databases support the Database Diagram functionality that other SQL Server databases accessed from the Server Explorer can leverage? This was supported in earlier versions of Visual Studio that used SQL Express. Why not in LocalDB?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10415480" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10412799</link><pubDate>Sat, 20 Apr 2013 21:08:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10412799</guid><dc:creator>KSnyder</dc:creator><description>&lt;p&gt;Q. How do I install both SQL Express 2012 &amp;amp; LocalDB 2012 on the same development PC?&lt;/p&gt;
&lt;p&gt;I tried running the LocalDB 2012 Wizard installer and it failed because I have a &amp;#39;Higher Version&amp;#39; of SQL Express installed.&lt;/p&gt;
&lt;p&gt;I currently cannot run a web app using LocalDB unless I &amp;#39;Attach&amp;#39; the database file in SQL Express 2012.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10412799" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10390026</link><pubDate>Thu, 31 Jan 2013 18:21:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10390026</guid><dc:creator>Javier Siancas</dc:creator><description>&lt;p&gt;How can I use LocalDB with Visual Studio Express 2012 for Windows Phone?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10390026" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10365756</link><pubDate>Mon, 05 Nov 2012 11:45:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10365756</guid><dc:creator>Doug Kimzey</dc:creator><description>&lt;p&gt;Where would I find documentation that would help me build an InstallShield or WiX installed for an application using LocalDb?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10365756" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10354489</link><pubDate>Sun, 30 Sep 2012 00:58:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10354489</guid><dc:creator>Ward Beattie [MSFT]</dc:creator><description>&lt;p&gt;Stephan, I&amp;#39;m sorry you have had difficulties with LocalDB. In designing LocalDB, we made a conscious decision to always run the DB engine &amp;quot;unelevated&amp;quot;, even if the user that started it was running elevated. This is much safer for your computer, but it does mean that your database files must have their permissions set to allow your own account to access them -- not just administrators. One way to ensure this is to locate database files under your profile directory (e.g. \users\&amp;lt;username&amp;gt;). If you locate them elsewhere, you should use the security tab in Windows Explorer to give yourself full access to the directory.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10354489" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10354476</link><pubDate>Sat, 29 Sep 2012 22:48:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10354476</guid><dc:creator>Stephan</dc:creator><description>&lt;p&gt;Unfortunately, I must not that LocalDb is NOT a &amp;quot;better&amp;quot; SQL express. In fact, I have had nothing but problems with it. For some unknown reason, it keeps thinking that the database is read-only. In some cases, I resolved this but granting all users on the machine full control over the MDF/LDF files. In other cases, the database (somehow?) actually did transition to a readonly state and even using Sql Management studio I have been unable to make the database not read only ! What a PITA.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10354476" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10345769</link><pubDate>Sun, 02 Sep 2012 20:17:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10345769</guid><dc:creator>Ward Beattie [MSFT]</dc:creator><description>&lt;p&gt;Re: LocalDb - Can I still use dot \InstanceName format somehow&lt;/p&gt;
&lt;p&gt;I appreciate your frustration. Unfortunately, there is no way to use the &amp;quot;.\instanceName&amp;quot; notation to reference a LocalDB instance. Our experience is that most ISVs provide a mechanism to specify the server name parameter of the connection string externally to their applications. It strikes me that this would not be a difficult change for you, and might provide benefits for the future. That said, we will keep your suggestions in mind for a future release -- perhaps we could extend the existing instance alias mechanism.to meet this requirement.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ward.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10345769" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10345665</link><pubDate>Sun, 02 Sep 2012 01:45:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10345665</guid><dc:creator>LocalDb - Can I still use dot \InstanceName format somehow</dc:creator><description>&lt;p&gt;Summary:&lt;/p&gt;
&lt;p&gt;Thank you MS for your free tools.&lt;/p&gt;
&lt;p&gt;Can I still use .\InstanceName somehow especially as its the only insance on the machine&lt;/p&gt;
&lt;p&gt;Details:&lt;/p&gt;
&lt;p&gt;Again thanks for your hard work on these free tools.&lt;/p&gt;
&lt;p&gt;LocalDb looked promising. &amp;nbsp;Unfortunately after investigation there is one major problem. &amp;nbsp;We have a suite of utilities all with a hard coded .\InstanceName if we move from Express to LocalDb we have to re-write lots of our software suite. (yes yes maybe it should all be in the registry) but what of Customers who also have .\ paths in their .exe.config files. Surely it would have been easier [to use] to have LocalDb interfaces automatically sense that a .\InstanceName is of type LocalDb and start it. Why the (LocalDb)\InstanceName? I find this and other stuff from MS is not very well thought out as a real world solution (if academically correct) I mean its purist but not backwards compatible, forging ahead without thought for us poor ISVs who have existing code,running systems that need upgrading and customers.&lt;/p&gt;
&lt;p&gt;Its frustrating that compact does not have stored procedures; one reason we can&amp;#39;t use it. I understand why (kind of) though its bad design to encode SQL.&lt;/p&gt;
&lt;p&gt;Thanks for reading&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10345665" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10344549</link><pubDate>Wed, 29 Aug 2012 10:39:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10344549</guid><dc:creator>ONLY dumb developers are saving apps and dbs in local app data!!!</dc:creator><description>&lt;p&gt;&amp;quot;%localappdata%\Microsoft\Microsoft SQL Server Local DB\Instances\v11.0&amp;quot; is a folder that is EXCLUDED from roaming via a standard MS GPO named &amp;quot;Exclude directories in roaming profile&amp;quot; with a default value of &amp;quot;AppData\Local;AppData\LocalLow;&amp;quot;. Therefore if a user logs of from his PC this folder get&amp;#39;s deleted. All data inside this folder get&amp;#39;s wiped from disk (data loss). Turn your brains on guys! What Google does is WRONG.&lt;/p&gt;
&lt;p&gt;Suxxx Microsoft ADCENTER is such a broken software. It also installs the app into local app data. Therefore the application is also lost, not only the database.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10344549" width="1" height="1"&gt;</description></item><item><title>re: Introducing LocalDB, an improved SQL Express</title><link>http://blogs.msdn.com/b/sqlexpress/archive/2011/07/12/introducing-localdb-a-better-sql-express.aspx#10335672</link><pubDate>Wed, 01 Aug 2012 16:29:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10335672</guid><dc:creator>Doodling DBA</dc:creator><description>&lt;p&gt;Hi there - thanks for the article!&lt;/p&gt;
&lt;p&gt;Question - how does patching work for LocalDB through SSDT? Is it patched via Visual Studio or does it require separate SQL patching?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10335672" width="1" height="1"&gt;</description></item></channel></rss>