Desmond File

Blog archive

Katmai Is Coming

When SQL Server 2005 hit the pavement a couple of years ago, it was a major -- and majorly overdue -- upgrade to Microsoft's flagship database management system. Now, the next version of SQL Server, code-named "Katmai," is gathering steam as it approaches its first Community Technology Preview (CTP). And where SQL Server 2005 focused heavily on scalability and business intelligence, Katmai is attacking the proliferation of data types and structures, offering ways to move unstructured and spatial data from warehouse to devices.

According to Microsoft SQL Server Product Manager Francois Ajenstat, Katmai users will be able to "natively store documents within SQL server. You'll be able to query it and do standard things you do in a database -- select, inserts, updates, deletes -- to documents. It means you'll be able to use our standard management tools. You'll able to use the security policies that you implement in SQL Server directly on those documents."

Currently scheduled to ship some time in 2008, Katmai may also end up debuting Microsoft's ADO.NET Entity Framework (EF), which enables developers to program against data defined in a conceptual fashion instead of directly interacting with traditional table-and-column data. The framework is based on Microsoft's Entity Data Model specification, and was originally slated to launch with the next version of Visual Studio, code-named "Orcas." But delays in the EF Designer prompted Microsoft to pull the functionality. At the moment, it appears EF could debut with Katmai.

Microsoft has been busy on the data access front, what with LINQ, EF and now the Katmai version of SQL Server. What are your thoughts on Microsoft's data efforts? Let me know at [email protected].

Posted by Michael Desmond on 05/23/2007


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