Data Driver

Blog archive

Microsoft Tool Eases Management of Cloud Databases

Microsoft yesterday released a rough-around-the-edges CTP of a SQL Azure database management tool code-named "Houston," designed to let Web devs easily create and manipulate data-driven apps in the cloud.

"Project 'Houston' provides a Web-based database management tool for basic database management tasks like authoring and executing queries, designing and editing a database schema and editing table data," said Microsoft's David Robinson in the Azure Team Blog announcing the release.

Users can go to SQL Azure Labs to access the CTP of the Sliverlight-based tool, previewed at PDC09 and updated at MIX in April.

If you do, however, be prepared to deal with the usual hiccups in a Community Technology Preview. Robinson listed 19 "issues" with the CTP, ranging from not being able to reopen the Start page to zoom-related browser display problems.

Other bugs and suggestions have been submitted to the feedback page, including one complaining that the keyboard shortcuts don't behave as they do in SQL Server Management Studio, the tool previously used to manage databases in Microsoft's cloud (though the poster did say, "I understand that it's beta, so won't complain too much").

SQL Azure team member Liam Cavanagh, though, sees Houston as a great improvement over SSMS in regard to Data Sync Management. He said that prior to Houston, if he wanted to work with a customer who wanted to try Data Sync Management, the user had to install SSMS. "Now with Microsoft Project Code-Named 'Houston,' people can go directly to this Web-based management tool and start creating their SQL Azure databases without installing anything," he said in a blog posting.

Cavanagh expounds more on "Extending SQL Server Data to the Cloud using SQL Azure Data Sync" in a video tutorial. Other instructional videos about Houston can be viewed on TechNet.

Cavanagh also lauded the increased performance over SSMS. Because Houston is hosted on the SQL Azure data centers (just one so far), the latency is reduced from that experienced with SSMS, "which in many cases has far greater distance to communicate with my SQL Azure database," he said.

So check it out and let me know what you think. Comment here or drop me a line.

Posted by David Ramel on 07/22/2010


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube