Nr: 5
SQLSaturday #5 - Olympia 2008
SessionID: 35019
Introduction to SQL Server Hints
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 2
Speaker: Brad McGehee
Title: Introduction to SQL Server Hints
Abstract:
Most of the time, the SQL Server query optimizer does a great job of selecting an optimal query plan. On a rare occasion it does not, and when it does not, then hints are sometimes needed to help the query optimizer create an optimal query plan. In this session we will:
• Learn when to use, and not to use hints
• Learn how to implement commonly used hints
• Learn hint best practices
SessionID: 35035
Changing role of the SQL Server DBA
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 2
Speaker: Bryan Oliver
Title: Changing role of the SQL Server DBA
Abstract:
SessionID: 35047
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 2
Speaker: Buck Woody
Abstract:
SessionID: 35111
XML and Relational Databases
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 1
Speaker: Eric Wilson
Title: XML and Relational Databases
Abstract:
Using established relational database principles can help us decide when and how to use the XML feature in SQL Server 2005 / 2008.
Contrary to typical technology presentations, this focuses on what we should do over just a list of features and their syntax. The audience will learn what's missing from the typical understanding of "first normal form," how a correct understanding helps guide design decisions, and how to apply this to the design of databases where XML or other complex types are
SessionID: 35129
Practical Table Partitioning
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 2
Speaker: Greg Larsen
Title: Practical Table Partitioning
Abstract:
SessionID: 35130
Gaining SQL Server Insight with DMV's
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 2
Speaker: Greg Larsen
Title: Gaining SQL Server Insight with DMV's
Abstract:
SessionID: 35135
Business Intelligence
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 1
Speaker: Joe Horton
Title: Business Intelligence
Abstract:
The technology we will cover is SQL Server 2005 and how we leveraged (SSAS) SQL Server Analysis Services (SSIS) SQL Server Integration Services and browsing with Excel 2007 to help drive dec
SessionID: 35161
Long parameter lists
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 1
Speaker: Joe Celko
Title: Long parameter lists
Abstract:
Newbies coming from procedural languages whose procedures and functions allow non-scalar (i.e. non-1NF) parameters try to mimic familiar constructs in SQL by writing parsers for character strings or using proprietary XML extensions. The result is that they immediately lose all the power of declarative coding, parameter validation and performance. Then the maintenance of the code becomes a problem.
SQL Server cam easily handle a long list of parameters. The code is not only safer but easy t
SessionID: 35162
This is not your father's GROUP BY
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 1
Speaker: Joe Celko
Title: This is not your father's GROUP BY
Abstract:
A look at recent extensions to the GROUP BY clause in Standard SQL, which will cover
- Grouping sets and the GROUPING() function
- ROLLUP
- CUBE
- ROW_NUMBER(), RANK() and DENSE_RANK()functions
- the OVER() window clause not yet implemented in SQL Server.
SessionID: 35203
SSIS Tips Tricks
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 1
Speaker: Jessica Moss
Title: SSIS Tips Tricks
Abstract:
SQL Server Integration Services is an essential part of a company's data process. Used for ETL and control flow, SSIS can be a boon for many enterprise solutions. Because this product offers such a steep learning curve for the uninitiated, take advantage of my experience by hearing some tips to get the most out of your packages. This session will offer tips for both SSIS 2005 and show some new features of SSIS 2008.
SessionID: 35205
Building Reports in SQL Server Reporting Services
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 1
Speaker: Jessica Moss
Title: Building Reports in SQL Server Reporting Services
Abstract:
Using SQL Server Reporting Services can simplify designing reports, but how do you handle complex report requirements? This session will discuss how to handle these complex scenarios by using the new features of SSRS 2008. We will walk through building reports to showcase these situations. This session will be friendly to people who have experience in either SSRS 2005 or SSRS 2008.
SessionID: 35393
SSAS 2008 Designer
Event Date: 11-10-2008 - Session time: 00:00:00 - Track: Room 2
Speaker: Rushabh Mehta
Title: SSAS 2008 Designer
Abstract:
This sessions highlights the major changes in the SSAS designer from 2005 to 2008. We will highlight many of the new design best-practices that are embedded in the designer and walk through the process of designing and customizing a cube.