sql

Latest

  • AP Photo/Winfried Rothermel

    Microsoft's SQL database software now runs on Linux

    by 
    Jon Fingas
    Jon Fingas
    03.07.2016

    Remember when Steve Ballmer likened Linux to cancer, and the notion of Microsoft courting the open source crowd was virtually unimaginable? The company has come a long, long way since then. Microsoft has unveiled a version of SQL Server, a flagship database program, for Linux. That's right -- you can get a major Microsoft data center app without having to touch Windows. The company is even working with the creators of key Linux distributions (such as Red Hat and Ubuntu maker Canonical) to get the program running smoothly. SQL Server for Linux won't officially ship until mid-2017, but there's already a preview for corporations that want a peek.

  • DevJuice: Forage offers SQLite query GUI for devs

    by 
    Erica Sadun
    Erica Sadun
    05.29.2013

    The OS X Forage (US$9.99) app provides a simple query and editing interface for SQLite databases. This app targets developers who use pre-built databases for iOS, OS X and Web deployment. It enables them to test and refine queries as well as to edit table data, and do so outside of the command line. It's a pretty sweet little app. I was able to open, edit and save updates to a variety of database files. Admittedly, my testing was fairly light, but it easily handled address book and photo databases from the iPhone, which are my primary area of testing, as well as several test databases provided by the developer. Updates are handled as transactions. You can add and change data but the changes aren't stored until you specifically hit the Save Changes button (you see it at the bottom of the table editor, next to the row add and delete buttons). Visual updates (they're subtle -- you may have to change your selection to see them) indicate which items have been changed. You cannot yet revert without saving, but that's something promised for future releases. You create new SQL queries by double-clicking on tables. Each query occupies a tab in your workspace. In the following screen shot I have two query tabs in process. These tabs enable you to tweak each SQL query independently. You cannot, at this time, name the queries, but it's pretty easy to move through the workspace as needed. Yes, the app is in early days, and the only big complaint I have is that the app itself isn't fully stable. I managed to crash it a number of times. The developer assures me that a bug fix update is imminent and will address the problem. For now, what you're buying is an evolving product that shows promise, and one that many developers will find useful even now.

  • Microsoft reveals Data Explorer tool, gets into the sorbet business (video)

    by 
    Sharif Sakr
    Sharif Sakr
    10.17.2011

    Redmond houses quite a few little teams beavering away on quirky projects and one of those has just gone public with its latest creation. It's codenamed "Data Explorer", which perhaps isn't an ideal codename since it describes exactly what the enterprise-focused service does. Instead of manually searching and copying data into a report, Data Explorer pulls information from SQL databases, spreadsheets and other "random sources" that could be relevant, and then attempts to "clean it up, transform it, merge it together and then publish it out" as a coherent report. You can learn more and sign up for the beta at the source link, or click past the break to watch a Microsoft exec demo the tool using a real-world case study -- we found it a bit dense, but you'll be fine as long as you remember that kids love frozen yogurt.

  • Apple servers hacked by Anonymous

    by 
    Kelly Hodgkins
    Kelly Hodgkins
    07.04.2011

    According to Anonymous' twitter account, the hacking group used a SQL injection exploit to pull down the usernames and passwords of several accounts from an Apple-run server (abs.apple.com). The passwords appear encrypted so there is little threat that others can abuse this account information. It's more a blow to the company's reputation. The hackers implied they could do more if they wanted, but told the company and the public not to worry as they "are busy elsewhere."

  • Sony Pictures hacked by Lulz Security, 1,000,000 passwords claimed stolen (update)

    by 
    Zachary Lutz
    Zachary Lutz
    06.02.2011

    Oh, Sony -- not again. We've just received numerous tips that Lulz Security has broken into SonyPictures.com, where it claims to have stolen the personal information of over 1,000,000 users -- all stored (disgracefully) in plain text format. Lulz claims the heist was performed with a simple SQL injection -- just like we saw the last time around. A portion of the group's exploit is posted online in a RAR file, which contains over 50,000 email / password combos of unfortunate users. We've downloaded this file (at our own risk, mind you) and can verify these sensitive bits are now in the wild, though it remains unclear if what's published matches reality. In addition to user information, the group has blurted out over 20,000 Sony music coupons, and the admin database (including email addresses and passwords) for BMG Belgium employees. Fresh off the heels of the PlayStation Network restoration, we're guessing the fine folks in Sony's IT department are now surviving solely on adrenaline shots. Update: Sony Pictures has confirmed to Reuters that some of its websites have been hacked, and says that it's currently working with the FBI to identify the perpetrators. [Thanks to everyone that sent this in]

  • A look into the nuts-and-bolts of EVE Online's single-shard architecture

    by 
    Justin Olivetti
    Justin Olivetti
    08.10.2010

    Have you ever wondered why MMOs have multiple servers and limitations on the number of people that can be squeezed onto each? It's a good question, especially when you consider EVE Online's impressive single-shard (single-server) setup, where tens of thousands of concurrent players can log on in the same environment. CCP's Kjartan Emilsson wrote an article for Gamasutra explaining why most MMOs choose to separate their population onto several severs. The main problem, Emilsson said, was the issue of avatar density. Too many players in too small of a space creates a miserable experience for all involved. So either the game has to put limits on how many avatars can be in an area, or create a playing field that is so large as to render this issue null. Emilsson went on to argue the case for single-server games that create a united society instead of a fractured one. He detailed the setup of EVE's server architecture, which is held together by a single database at its nucleus and has been steadily growing and improving over time. If you love to read the nuts-and-bolts of the underlying technology that makes games like EVE run, then do yourself a favor and give this article your time.

  • HTML5 Client Side Database Storage + iPhone = ???

    by 
    Erica Sadun
    Erica Sadun
    03.31.2008

    Will the next iPhone firmware release support client-side database storage? That's what TUAW reader Jorge believes. Way back in October, we saw the HTML5 standard promising client-side persistence for Webkit-based browsers. Jorge apparently ran a client-side SQL check on the new Simulator-based Safari and found that it ran properly. Of course, simulator tests do not mean actual 1.2/2.0 implementation and we have no way of verifying whether this functionality extends to the actual iPhone firmware.

  • FileMaker 9 released

    by 
    Michael Rose
    Michael Rose
    07.11.2007

    You'd be forgiven for thinking, especially reading our coverage and stories elsewhere, that the only new product to come out of Apple, Inc. in the past two weeks was some sort of bizarre chimera mutant love child of an iPod and a cellphone. Not true! Hardworking and underappreciated subsidiary FileMaker has lovingly crafted version 9 of its namesake desktop database, to the joy and glee of DB geeks near and far.Version 9 continues the trend of power-user upgrades for FileMaker, adding dramatically improved SQL integration with MSSQL, MySQL and, Oracle back ends; there's also a code-free PHP setup tool in FileMaker Server for database-powered web pages at an instant. More than 30 new features in total are gracing the FM website, so by all means check it out. Upgrades start at $179 for FileMaker Pro.