SQL Server 2008 June CTP Now Available

SQL Server 2008 June CTP Now Available

by David Hayden ( Florida .NET Developer ), Filed: SQL Server

Another release mentioned at TechEd 2007. SQL Server 2008 June CTP-

  • Declarative Management Framework (DMF) is a new policy-based management framework for the SQL Server Database Engine that delivers the following benefits:
    • Ensure compliance with policies for system configuration
    • Prevent/monitor changes to the system by authoring policies for the desired configuration
    • Reduce total cost of ownership by simplifying administration tasks
  • Table Value Parameters
    • In many customer scenarios, it is necessary to pass a set of table structured values (rows) to a stored procedure/function on the server. These values may be used for populating/updating a table directly or for more complex manipulation of data for business logic purpose. Table valued parameter will provide an easier way to define a table type as well as allow applications to create, populate and pass table structured parameters to stored procedures and functions
  • MERGE  SQL Statement
    • Common data warehouse scenarios require developers to either insert information or update information. SQL Server 2008 will provide new statements within the SQL language to enable developers to provide this functionality with a single statement.
  • Change Data Capture (CDC)
    • Change Data Capture (CDC) is a generic component that will track database changes asynchronously and expose the changes through a relational interface which can be consumed easily.
    • Through this interface, consumers can very easily track changes based on their specific requirements and consume the change data using T-SQL or other data access methods.
  • Star Join Query Optimizations
    • For improved query performance for common data warehouse scenarios, Star Join Query optimizations reduce query response time by recognizing data warehouse join patterns.
  • AS Dimension Design: Improved Supportability and Integration of Best Practices
    • Enhance UI for creating and editing dimensions to guide users toward designs that follow best practices.
    • These include: Finish Attribute Relationship Designer, Dimension structure (presentation of attribute relationships), modification to wizards to align output with best practices, simplifying creation of composite keys, and AMO warnings (spanning all objects, not just dimensions)


Learn more.

Source:  David Hayden ( Florida .NET Developer )

Filed: SQL Server

posted on Tuesday, June 05, 2007 10:36 PM

Main

News

Green Tea

.NET Development

Enterprise Library

Patterns & Practices