﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Enhancement Requests  » MS SQL Server 2012 RTM released</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 07 May 2026 18:41:42 GMT</lastBuildDate><ttl>20</ttl><item><title>MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31049.aspx</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;The new version of MS SQL 2012 has been released.&amp;nbsp; Among the flavors there is a new LocalDB version which is basically the same Express version not running as a service but as a file base database, so it can be embedded with an application to use the database locally by a single user.&lt;br/&gt;&lt;br/&gt;See this link for more information: &lt;a href="http://www.microsoft.com/sqlserver/en/us/editions/express.aspx"&gt;&lt;a href="http://www.microsoft.com/sqlserver/en/us/editions/express.aspx"&gt;http://www.microsoft.com/sqlserver/en/us/editions/express.aspx&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Are there any plans from the StrataFrame team to add support for this new LocalDB version and if so when can we expect to see this update?</description><pubDate>Wed, 21 Mar 2012 16:23:39 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31058.aspx</link><description>I agree with Edhy, there are some specific cases where single user is the way to go. &lt;br/&gt;I think here primarily to the not-allways connected applications on a laptop. For sure it will be the first trial I'll get to the LocalDB (most probably synchronized on an Azure DB)</description><pubDate>Wed, 21 Mar 2012 16:23:39 GMT</pubDate><dc:creator>Michel Levy</dc:creator></item><item><title>RE: MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31057.aspx</link><description>Hi Ger,&lt;br/&gt;&lt;br/&gt;Yeap it looks like LocalDB is for single exclusive user, the application using it, embedded.&amp;nbsp; It kind of make sense to have it that way, since the express version is multiuser and a service.&amp;nbsp; &lt;br/&gt;I have a need for this kind of file database, for example I build small applications where I need to store temporary and permanent information and having to install MS SQL Express is a big deal, because sometimes, those computers cannot even support SQL Express installation.&amp;nbsp; I know of other SF developers that have applications that will run on user's laptops and this LocalDB seems to be the solution, since from the application perspective, it is talking to MS-SQL database, so no changes are required to the application or in our case SF Business Objects, only the connection string would change.</description><pubDate>Wed, 21 Mar 2012 10:04:33 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31056.aspx</link><description>Hi Edhy&lt;hr&gt;&lt;br/&gt;&lt;br/&gt;&lt;h5&gt;&lt;font style="background-color: rgb(255, 204, 204);"&gt;Simple&lt;/font&gt;&lt;/h5&gt;&lt;font style="background-color: rgb(255, 204, 204);"&gt;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. &lt;font color="#ff0000"&gt;&lt;span style="text-decoration: underline;"&gt;&lt;strong&gt;&lt;em&gt;It’s not intended for multi-user scenarios&lt;/em&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/font&gt; or to be used as a server. (If you need that, you should install SQL Server Express.)&lt;br/&gt;&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;This is the bit that concerned me (its not intended for Multi-user scenarios). As most of our users would be MUlti-User (even though on some there might just be two) , if this is the case, I thik its goingto be a Non Starter</description><pubDate>Wed, 21 Mar 2012 09:43:36 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31055.aspx</link><description>Hi Ger,&lt;br/&gt;&lt;br/&gt;I don't know much since I have not installed yet, but here is an excerpt from the link I posted in the first message:&lt;br/&gt;&lt;span&gt;[quote]&lt;/span&gt;&lt;div style="display: block;" class="vertab4"&gt;&lt;h5&gt;Now in SQL Server 2012 RTM: SQL Server Express LocalDB&lt;/h5&gt;LocalDB is a new 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 Express, but runs in user mode with applications and not as a service. It is available as part of the SQL Server 2012 RTM download.&lt;br/&gt;&lt;br/&gt;&lt;hr&gt;&lt;h5&gt;Integrated&lt;/h5&gt; 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 SSDT, or custom developed desktop applications, or tools that need a lightweight single-user database runtime that supports full Transact-SQL functionality.&lt;br/&gt;&lt;br/&gt;&lt;hr&gt;&lt;h5&gt;Simple&lt;/h5&gt;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.)&lt;br/&gt;&lt;br/&gt;&lt;hr&gt;&lt;h5&gt;Easy acquisition&lt;/h5&gt;LocalDB is easy to download, install, and manage. It installs as a small shared component instead of a service. To try, simply click the download box on this page for SQL Server 2012 RTM.&lt;span&gt;[/quote]&lt;/span&gt;</description><pubDate>Wed, 21 Mar 2012 09:18:30 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31051.aspx</link><description>Hi Edhy.&lt;br/&gt;&lt;br/&gt;That would be a good option.&lt;br/&gt;&lt;br/&gt;Do you know offhand if LocalDB can be used from a server (or remote Desktop) with a few users?. I have done a few searches but cannot see any definitive answer. Microsoft seem to be suggesting that LocalDB is a Developer's tool, as opposed to being used for End Users. Also it seems that it cannot be depolyed on a Handheld Device (e.g. Windows Phone 7 Android, etc )</description><pubDate>Wed, 21 Mar 2012 07:26:41 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: MS SQL Server 2012 RTM released</title><link>http://forum.strataframe.net/FindPost31050.aspx</link><description>And to just add to Edhy's ammunition, I'm about to establish a new development environment and am considering SQL Server 2012. I'm assuming StrataFrame won't mind, but would love know for sure before I embark on that really lightning-fast SQL Server setup. &lt;span&gt;:D&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;TIA</description><pubDate>Tue, 20 Mar 2012 19:56:42 GMT</pubDate><dc:creator>Alex Luyando(1)</dc:creator></item></channel></rss>