Login:
Password:

Microsoft Preps SQL Server for Phones

By Nate Mook, BetaNews

April 7, 2006, 2:08 PM

Speaking in San Francisco Thursday, Microsoft's senior vice president of server applications Paul Flessner outlined the company's future vision for its SQL Server database in order to meet the needs of an increasingly mobile lifestyle. As part of that effort, Microsoft announced SQL Server Everywhere Edition for smartphones and other embedded devices.

Microsoft released SQL Server 2005 in November, and since that time has counted two million downloads of the free Express Edition. Flessner said sales of the database to businesses even surprised company executives and have led to 20 percent revenue growth in the past two quarters.

Service Pack 1 for SQL Server 2005 is expected to ship later this month, just four months after the product's launch. "Your active and collaborative input throughout our CTP process has enabled us to move quickly in continuing the momentum and innovation," said Flessner.

SP1 brings with it SQL Server AlwaysOn Technologies, which include database mirroring, failover clustering, database snapshots, and enhanced online operations. Flessner added that Microsoft will expand its arsenal of tools to enable 100 percent availability throughout future releases of SQL Server slated for every 24 to 36 months.

Later this summer, Microsoft will additionally debut a community technology preview (CTP) of SQL Server Everywhere Edition. A final version is expected to be complete by the end of the year, although the Redmond company did not offer any specific release details.

The product will serve as a lightweight, compact database that contains a single user store. Microsoft hopes to promote the building of rich applications that can take advantage of the database on mobile phones and smaller portable devices that don't have the memory or storage capacity of a traditional desktop or server.

"SQL Server Everywhere Edition also shares a common programming model with the other SQL Server editions, enabling developers to transfer skills and knowledge quickly and easily," added Flessner. "As we face the coming data explosion, the age of the personal petabyte, of new devices, data types, and application architectures, we believe we have the right vision to meet your requirements."

Add a Comment (6 Comments)

BetaNews reserves the right to remove any comment at any time for any reason. Please keep your responses appropriate and on topic. Foul language and personal attacks will not be tolerated.

Name (required):

E-mail (required):

Enter Your Comment:

By dramoth

posted Apr 10, 2006 - 2:31 AM

How to kill the battery in 5 quick minutes...

Score: 0

By jbaltz69

posted Apr 9, 2006 - 10:23 AM

Just out of curiousity, why would you need and SQL database on your cell phone?

Score: 0

By Altman

posted Apr 10, 2006 - 9:48 AM

Programs need to store data, even mobile applications. Alot of times the best way to do that is with an SQL DB. If the data had to be stored as a flat file it would probably take up twice as much space. With the DB, you can reduce the space by getting rid of alot of redundant data. I agree, not many mobile applications need a DB, but that may change in the future.

Score: 0

By ReneL

posted Apr 8, 2006 - 3:42 AM

I don't understand the point.
Every desktop, laptop, Pocket PC and cell phone application can use SQLite databases.
They are fast, easy but powerful and Open Source.

Score: 0

By Altman

posted Apr 10, 2006 - 9:44 AM

SQLite is not made for the multiuser environment. That is where DB's like SQL Server, MySQL, Postgress, Oracle etc. come in. They're fast server based databases made for thousands of users to be accessing data at the same time.

Score: 0

By blackfox

edited Jun 25, 2006 - 5:19 AM

As if you ever seen a mobile phone or PDA accessed by thousands of users at the same time :)

Score: 0