Minimize
07

Bob Muglia announced it at TechED 2007 in Orlando this Monday. The main SQL Server 2008 site and public CTP program site are in these links. In the CTP program site, we will be posting the most updated bits and information on this site so please visit us often. It currently provides the schedule for upcoming web chat on 6/11 and six additional Live Meeting sessions in June time frame. MS also just posted a Whitepaper on SQL Server 2008 Product Overview, an on-demand webcast of Dave Campbell's presentation at TechEd, and links to other community resources (forums, sample codes, feedback channels, etc.)

Note: When you go to the SQL Server 2008 Site, you must register before the downloaded bits will work. There is a link on the right hand side of the page.

 In June CTP, MS has added some exciting new features including:

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 Valued 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)
Posted in: SQL Server 2008

Comments

There are currently no comments, be the first to post one.

Post Comment

Only registered users may post comments.

Advertisement Minimize

LatestArticles Minimize
Blog 2 by Wayne Snyder
Blog 2 summary     End of blog 2 summary

Bill Pearson by Wayne Snyder
Bill Pearson created Island Technologies Inc. in 1997, and has developed a large and diverse customer base over the years since. Bill's background as a CPA, Internal Auditor and Management Accountant ...

Wayne Snyder by Wayne Snyder
Wayne Snyder is an international speaker, author, and PASS volunteer. He is a SQL Server MVP, and author of the popular Learnkey) SQL Server Training series. As a Distinguished Architect for Mariner, ...

Learning MSSQL Server Analysis Services: Support Report Conditional Formatting in Analysis Services by William Pearson
Support conditional formatting for enterprise reports from the Analysis Services layer of the integrated Microsoft business intelligence solution. BI Architect Bill Pearson leads hands-on practic...

TEst Title by Wayne Snyder
 This is the summary

Learning SQL Server Analysis Services: Attribute Discretization in Analysis Services 2008 R2: Introduction by William Pearson
Join BI Architect Bill Pearson as he introduces Attribute Discretization into his extended examination of the dimensional model within the integrated Microsoft Business Intelligence solution.

Learning SQL Server Analysis Services: Analysis Services 2008 R2 Dimensional Model: Dimensions, Part I by William Pearson
Business Intelligence Architect Bill Pearson launches a new subseries surrounding components of the SQL Server Analysis Services 2008 / 2008 R2 dimensional model. In this two-part article, we int...

FLASH: SQL Server 2008 R2 Error: Could Not Find Database Engine Startup Handle by William Pearson
If you encounter the error “Could not find the Database Engine startup handle” when attempting to install SQL Server 2008 R2, the cause may not lie with SQL Server, but with WinZip. This document...

Optimizing Analysis Services Based Upon Usage by William Pearson
Join Business Intelligence Architect Bill Pearson as he leads practice in employing the Usage-Based Optimization Wizard to fine tune our aggregation design based upon cube usage statistics.

How to Filter Data at Client and Database in Report Builder(Model) by Wayne Snyder
Data can be filtered in the database query, or at the client, or both. When you write SQL or MDX, you know what is filtered in the database, because you directly control the query. When your report us...


Advertisement Minimize

Copyright 2004-2010 MSBICentral.com Terms Of Use Privacy Statement