WKS2 SQL Server 2008 and 2008 R2 for Developers

11/14/2010

9:00 am - 6:00 pm

Level: Intermediate

Prerequisite: None

Andrew Brust

Senior Director, Market Strategy and Intelligence

Datameer

Andrew Brust is Senior Director, Market Strategy and Intelligence at Datameer and writes for ZDNet’s "Big on Data" blog. Andrew is co-author of Programming Microsoft SQL Server 2012 (Microsoft Press); has several Pluralsight courses on Big Data and NoSQL, serves as Microsoft Regional Director and is a Microsoft Data Platform MVP.

Leonard Lobel

MVP

CTO

Sleek Technologies, Inc.

Leonard Lobel is the chief technology officer and co-founder of Sleek Technologies, a New York-based development shop with an early adopter philosophy toward new technologies. He is also a principal consultant at Tallan, a Microsoft National Systems Integrator and Gold Competency Partner. He is also a Microsoft MVP, Data Platform. Programming since 1979, Lenni specializes in Microsoft-based solutions, with experience that spans a variety of business domains, including publishing, financial, wholesale/retail, health care, and e-commerce. Lenni has served as chief architect and lead developer for various organizations, ranging from small shops to high-profile clients. He is also a consultant, trainer, and frequent speaker at local usergroup meetings, VSLive!, Live! 360, SQL PASS, and other industry conferences. Lenni has also authored several MS Press books and Pluralsight courses on SQL Server programming.

This full-day workshop will get you up to speed on SQL Server 2008 and 2008 R2, regardless of which SQL Server version you're using today. Lenni and Andrew will pull no punches as they rip through the capabilities added to SQL Server 2008 and the most recent enhancements in SQL Server 2008 R2. We’ll begin with an overview of features new to SQL Server 2008 and 2008 R2, and then dive right in to an intensive demo-packed tour of the most important features for developers.

We’ll start with the many exciting enhancements made to T-SQL. Learn how to use table-valued parameters to marshal entire sets of rows across the network from client to server, and to pass them between stored procedures and UDFs. Find out about MERGE, a powerful new DML statement that combines the capabilities of four (or more) separate operations, and INSERT OVER DML, which enhances our ability to capture change data from the OUTPUT clause of any DML statement. Other T-SQL enhancements we’ll cover include the new date and time data types (with time zone awareness), and GROUPING SETS feature for greater flexibility in composing aggregate queries.

We’ll then look at BI fetaures brand new to SQL Server 2008 R2. Originally dubbed the “BI Refresh” by Microsoft insiders, R2 adds the brand new PowerPivot self-service BI product, as well as a revamped version of Reporting Services with a new Component Library feature and a new version of Report Builder. We’ll look at each of these products in depth and see how to use them together. We’ll also cover the basics of SQL Server 2008 Analysis Services, and its APIs, to set the context properly. We’ll finish with an overview of R2’s new Master Data Services component and its StreamInsight complex event processing (CEP) engine.

We’ll finish by examining the “beyond relational” features (present in both SQL Server 2008 releases), which will get you thinking outside the box with respect to the types of data that can be managed by a relational database system. Learn how to use the hierarchyid data type to cast a hierarchical structure over any relational table. With FILESTREAM, database developers can finally enjoy the native ability to store large binary objects in the file system transparently, and with full transactional capabilities. The geospatial data types enable you to integrate location-intelligence into the database, and we’ll build several location-aware applications on top of these new data types. You’ll learn a ton of new and recent SQL Server features in this information-packed day!

You will learn:

  • T-SQL enhancements added to SQL Server 2008
  • The latest BI features in SQL Server 2008 R2, including PowerPivot and enhancements to Reporting Services
  • Explore unstructured data storage, including native file streaming, and the new hierarchical and geospatial data types