News

Microsoft Testing Cloud-Based Data Sharing

Microsoft announced that it is seeking customers willing to test their databases in a cloud-based data connectivity project.

Microsoft announced last week that it is seeking customers willing to test their databases in a cloud-based data connectivity project.

The testing is part of "Project Huron," a synchronization-enabled cloud data hub that's being developed as part of Microsoft's SQL Data Services effort. The technology combines Microsoft's Sync Service with its SQL Data Service, all of which is hosted using Microsoft's Azure cloud computing platform.

One of the purposes of Project Huron is to make it easier for multiple users to access and modify data without conflicts. Data access occurs via a publish-and-subscribe model. The synchronization feature will get the latest copy of the database from the Internet cloud, including any modifications made by other users. Changes are tracked by unique IDs, which help to avoid conflicts as users update records, according to a Microsoft video (8 MB download) describing Project Huron.

The project aims to address security and scalability issues associated with accessing data over the Internet. It also aims to help developers via simple user interface tools.

Project Huron will support Microsoft Access, SQL CE, SQL Express and SQL Server relational databases. It will also enable data access by remote and mobile workers, as well as business-to-business data sharing, according to Microsoft's description.

The first version of Project Huron will not work directly with Microsoft Access. Instead, the project will leverage Microsoft's Sync Framework to connect with SQL Server and SQL Compact local databases.

"It is our hope that some of these Access customers will consider initially linking their Access forms to a SQL Server database to then synchronize via the cloud in the short term until we can provide the full Access support," Microsoft's Sync Framework team explained.

Microsoft is looking for early-adopter customers who will share their SQL Server or SQL Compact databases for testing purposes over the Internet cloud. Those wanting to test the service also have to have "an existing project that would warrant this functionality" -- that is, a need for data sharing.

Microsoft describes how to sign up for the Project Huron testing at its Sync Framework team blog here.

About the Author

Kurt Mackie is senior news producer for 1105 Media's Converge360 group.

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