sqlsathistory

Nr: 97

Back to Main list

SQLSaturday #97 - Austin 2011

Start Time (24h) Speaker Track Title
00:00:00 AJ Mendo DBA 1 Central Management Server - Fundamentals
00:00:00 Charles Joy DBA 1 Data Orchestration with System Center + SQL
00:00:00 Conor Cunningham BI New Features in Denali: Apollo Columnar Data Store
00:00:00 David Stein Bonus SSIS Done Right With Package Configurations
00:00:00 David Stein BI Data Warehouse Mistakes You Can’t Afford to Make
00:00:00 Erin Welker BI Zero to cube in 1 hour
00:00:00 Joe Celko Bonus Advanced Table Constraints
00:00:00 Joe Celko Developer Nested Sets model for Trees in SQL
00:00:00 Jennifer McCown Developer Code Sins
00:00:00 Jennifer McCown Bonus T-SQL Brush-up:The Best Things You Forgot You Knew
00:00:00 Jim Murphy DBA 1 Denali AlwaysOn - Finally, A usable 'mirror'!
00:00:00 Jonathan Gardner Bonus Adventures in Project Management
00:00:00 Justin Mason DBA 1 Visual Studio 2010 SQL 2008 Database Projects
00:00:00 Mike Byrd Developer Nuts and Bolts of Table Compression
00:00:00 Mike Hotek Bonus SQL Server Performance Analysis
00:00:00 Nancy Hidy Wilson DBA 2 Managing SQL Server in the Enterprise with TLAs
00:00:00 Reinaldo Kibel Bonus Virtualization and Consolidation best practices
00:00:00 Roudy Rodarte Developer Expand your TSQL: Intersect, Except, and Apply
00:00:00 Russell Johnson Developer Architecting no downtime databases.
00:00:00 Russel Loski BI SSRS data driven subscription using SSIS
00:00:00 Ryan Adams DBA 2 Mirroring: The Bare Necessities
00:00:00 Sean McCown DBA 2 The Backup Tune-up
00:00:00 Sid Atkinson BI Analysis Services Performance Monitoring Deepdive
00:00:00 Thomas LaRock DBA 2 SQL Server Memory Management
00:00:00 Steven Ormrod DBA 2 SQL Server Amnesia
00:00:00 Tim Radney DBA 1 It is TEMPDB, Why Should You Care?
00:00:00 Tim Costello BI Pro Tips: Tuning the data flow in ssis
00:00:00 TJay Belt DBA 2 Data File Sizes – How much is enough, if you don’t
00:00:00 Trevor Barkhouse DBA 1 An Introduction to Profiler and SQL Trace
00:00:00 Vicky Harp Developer Introduction to Common Table Expressions

SessionID: 28503

Central Management Server - Fundamentals

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 1

Speaker: AJ Mendo

Title: Central Management Server - Fundamentals

Abstract:

We'll cover the basics of setting up your CMS, including: "What you need to consider when planning your CMS", "How to find SQL Servers in your environment", "How to get the servers you find into CMS" and "How CMS can help you proactively manage your environment".

SessionID: 29555

Data Orchestration with System Center + SQL

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 1

Speaker: Charles Joy

Title: Data Orchestration with System Center + SQL

Abstract:

This session will explore various options for data and process management leveraging System Center Orchestrator, System Center Service Manager, PowerShell, SQL 2008 R2, SSRS, as well as other Microsoft offerings. One of the demonstrations will highlight an existing production infrastructure where managed data is remotely collected from various sources (Hyper-V, Windows Host OS, Storage, Network, and Security, even Guest Virtual Machine SQL databases), stored in SQL 2008 R2, reported via SSRS, and presented via an intranet SharePoint portal.

SessionID: 29593

New Features in Denali: Apollo Columnar Data Store

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: BI

Speaker: Conor Cunningham

Title: New Features in Denali: Apollo Columnar Data Store

Abstract:

One of the most talked about features slated for the next release of SQL Server, a whole new way of storing data, speeding up some queries ten fold. Come listen to Conor Cunningham talk about this new feature.

SessionID: 29756

SSIS Done Right With Package Configurations

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Bonus

Speaker: David Stein

Title: SSIS Done Right With Package Configurations

Abstract:

Everyone starts creating SSIS Packages the same way. We hard code connection strings, file locations, etc. Package Configurations are a powerful way to control your packages at run time. This allows you to seamlessly move packages between servers, dynamically assign data sources and destinations, cycle through data sources, and create reusable code.

In this presentation, I’ll demonstrate an easy to understand three step process which you can use with all of your packages to increase your productivity in SSIS.

SessionID: 29757

Data Warehouse Mistakes You Can’t Afford to Make

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: BI

Speaker: David Stein

Title: Data Warehouse Mistakes You Can’t Afford to Make

Abstract:

Many data professionals understand the basics of Data Warehouse design, including Dimension and Fact Tables, slowly changing Dimensions, and the use of meaningless surrogate keys. However, it isn’t until you’ve created a dimensional model and put it into production, that you realize just how much of an impact seemingly trivial mistakes can make. They can hobble performance, allow inaccuracy, and perhaps worst of all, inhibit adoption and usage of the new system.

Learn how to avoid many common mistakes, from someone who’s made them and then found ways to correct them.

SessionID: 30089

Zero to cube in 1 hour

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: BI

Speaker: Erin Welker

Title: Zero to cube in 1 hour

Abstract:

In this session, we'll walk through the steps for creating a multidimensional schema (star schema) for a subject area we're all familiar with, load the tables we create via SSIS, and build an SSAS cube to facilitate analytical analysis. The session is almost completely demo-driven, and will hopefully inspire you to go home and build your first BI solution to facilitate your own analysis.

SessionID: 30578

Advanced Table Constraints

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Bonus

Speaker: Joe Celko

Title: Advanced Table Constraints

Abstract:

The goal of Good SQL is to avoid procedural. The more taht can be put into declarative code, the better the optimizer can do its job. This will cover the use of CASE expressions, overlapping UNIQUE constraints, state transition constraints, and Kusnetsov's temporal constraints.

SessionID: 30579

Nested Sets model for Trees in SQL

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Developer

Speaker: Joe Celko

Title: Nested Sets model for Trees in SQL

Abstract:

Start with the basic method for modeling a hierarchy with sets instead of mimicking pointer chains. Then we will get to some fancier tricks with the model. Finally, spend some time on data integrity.

SessionID: 30711

Code Sins

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Developer

Speaker: Jennifer McCown

Title: Code Sins

Abstract:

It’s impossible to follow every best practice all the time. “Code sins” are those things we do to our code that are either so horrendous that they can’t be borne, or that have such tremendous consequences that your stored procedures wish they’d never been created. Attendees will hear about the most common code sins that make code difficult to read, support, run and extend, and practical strategies for reversing the trend.

SessionID: 30713

T-SQL Brush-up:The Best Things You Forgot You Knew

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Bonus

Speaker: Jennifer McCown

Title: T-SQL Brush-up:The Best Things You Forgot You Knew

Abstract:

You’re a good SQL professional – you attend conferences and webinars, you read articles and books, and you know your way around SQL Server. But sometimes – just SOMEtimes – some piece of T-SQL slips by you unnoticed, or falls out of memory. Most of us are working with at least two or three out of the last five versions of SQL Server, so who can blame us for missing a feature or two? Come and revisit old favorites, and brush up on new T-SQL features and enhancements. In this session you will see SELECT turned inside-out. You’ll get really, really excited about OVER and PARTITION BY. You’ll learn that Common Table Expressions are, in fact, very cool, and that FOR XML isn’t as scary as it looks. This session is chock full of code examples.

SessionID: 30838

Denali AlwaysOn - Finally, A usable 'mirror'!

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 1

Speaker: Jim Murphy

Title: Denali AlwaysOn - Finally, A usable 'mirror'!

Abstract:

In the past, High Availability and Disaster Recovery (HADR) had many limitations. Clustering and Mirroring are great, but the mirror/secondary database is not very usable since it is not online. Finally, AlwaysOn solves this limitation by merging both multi-node Clustering and mirroring. Denali AlwaysOn also allows the secondary database to remain ONLINE, so we can use it for reporting purposes without resorting to a Snapshot! Come see this lively session with extensive demos of setting up, configuring and testing AlwaysOn. We'll also test automatic ConnectionString fail-over using a real web app to see how well that feature works.

SessionID: 31004

Adventures in Project Management

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Bonus

Speaker: Jonathan Gardner

Title: Adventures in Project Management

Abstract:

Join Jonathan Gardner in a discussion about the project management process and how understanding the process can help increase the chances of delivering a top quality work product. Learn the questions to ask to prevent scope creep and manage stakeholders from a DBA and highly experience project manager.

SessionID: 31165

Visual Studio 2010 SQL 2008 Database Projects

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 1

Speaker: Justin Mason

Title: Visual Studio 2010 SQL 2008 Database Projects

Abstract:

How many change scripts does it take to upgrade your database? How do you keep those scripts in-synch from version to version?

I will be covering the new approach Microsoft has provided through the Visual Studio Database Project and how this can simplify development and deployment for the multiple environments in an enterprise. I'll show you how to set up a database project and create a TFS build that automates the deployment to any target environment.

SessionID: 31652

Nuts and Bolts of Table Compression

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Developer

Speaker: Mike Byrd

Title: Nuts and Bolts of Table Compression

Abstract:

Objective of session is to show with examples when and what and how and if to implement table compression. Session will review table compression as implemented for SQL Server and then dive into many examples including benchmarking. Come to the session to see the results -- they were surprising to me!

SessionID: 31755

SQL Server Performance Analysis

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Bonus

Speaker: Mike Hotek

Title: SQL Server Performance Analysis

Abstract:

Performance tuning is something that every DBA and developer will have to do at some point. You'll find all kinds of recipes, cookbook, and processes to do performance tuning. The hardest part isn't tuning something, it is figuring out what to tune and what is worth tuning in the first place. Many people don't have the time to do performance tuning, because so much time is spent figuring out what to tune that no time is left to actually tune the code. This session will take you through all of the tools necessary to gather the data necessary to do the analysis as well as how to quickly cut through all of the background noise to zero in on the most important things that need to be tuned.

SessionID: 32045

Managing SQL Server in the Enterprise with TLAs

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 2

Speaker: Nancy Hidy Wilson

Title: Managing SQL Server in the Enterprise with TLAs

Abstract:

Technologists are overwhelmed with TLAs (Three-Letter Acronyms) in their everyday life. This session will introduce several SQL Server 2008 and 2008 R2 features designed to make a DBA’s life easier. If you aren’t using CMS, PBM, EPM, MDW, UCP or DAC – come learn what they are and the potential benefits for managing your environment.

SessionID: 32476

Virtualization and Consolidation best practices

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Bonus

Speaker: Reinaldo Kibel

Title: Virtualization and Consolidation best practices

Abstract:

In this session you will learn from one of the largest deployments of Microsoft SQL Server with over 5000 servers. Join the experts from Dell Services to learn how, when, and what to do when faced with the question “what is the best virtualization solution to save money on database infrastructure?” Virtualization is knocking on every ones door, including DBAs. Recent economic challenges have forced us all to do more with less.

You will learn how we managed our internal consolidation efforts. We will cover the best practices for configuring the database engine, Analysis Services and Reporting Services. We also touch on the best practices on virtualization, consolidation and achieving up to 100 to 1 reduction in SQL Servers.

SessionID: 32607

Expand your TSQL: Intersect, Except, and Apply

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Developer

Speaker: Roudy Rodarte

Title: Expand your TSQL: Intersect, Except, and Apply

Abstract:

We all know and love inner join, outer join, in and exists. But, there are a several other TSQL operators that do not get as much press as the rest. Expand your TSQL tool belt with Intersect, Except, Cross Apply, and Outer Apply. You'll get practical examples that you can use on Monday morning!

SessionID: 32685

Architecting no downtime databases.

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Developer

Speaker: Russell Johnson

Title: Architecting no downtime databases.

Abstract:

Do you have a highly visible online application where you cannot sustain a database outage? How do you handle the planned outages needed for basic maintenance such as patching? In this session I will share some methods utilizing SQL Server features to provide 100% up-time. We will also discuss issues with using clusters as part of an uptime strategy. Finally we will spend some time discussing how Denali can help improve this up-time by utilizing “Always On” features.

SessionID: 32688

SSRS data driven subscription using SSIS

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: BI

Speaker: Russel Loski

Title: SSRS data driven subscription using SSIS

Abstract:

SQL Server Reporting Services provides a powerful tool to render report based on information in a database table. But in order to use this feature, you are required to purchase an Enterprise license of SQL Server. In this session, we will create an SSIS package that renders reports to the file system based on values stored in the database.

SessionID: 32741

Mirroring: The Bare Necessities

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 2

Speaker: Ryan Adams

Title: Mirroring: The Bare Necessities

Abstract:

Remember Baloo the bear from the Jungle Book? Well we are going to get down to the "bear" necessities of mirroring and more. Mirroring can be an integral part of your high availability and disaster recovery planning. We’ll cover what mirroring is, how it can fit into an HA/DR plan, the rules surrounding its use, configuration via the GUI and T-SQL, as well as how to monitor mirroring. This presentation is designed to not only give you an overview of mirroring, but to also walk you through a basic implementation. At the end you will have learned what mirroring is, how it can fit into your environment, what business requirements it solves, and how to configure it.

SessionID: 32858

The Backup Tune-up

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 2

Speaker: Sean McCown

Title: The Backup Tune-up

Abstract:

Have you ever gotten tired of your 1TB database taking 4+ hrs to backup? Are you sick of having your users breathe down your neck for 2hrs because it’s taking too long to restore a DB? Well now you don’t have to worry about that anymore. I’m going to show you some little known tricks, methods, and trace flags you can use to tune your backups just like you would a query. Backups actually have kind of an execution plan that you can access if you know how, and knowing how to get the individual portions of your backup process down will allow you to knock 80% and even more off of your backup and restore time. I’m not holding anything back in this session. This is a method I’ve used for 15yrs to tune my backups.

SessionID: 32921

Analysis Services Performance Monitoring Deepdive

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: BI

Speaker: Sid Atkinson

Title: Analysis Services Performance Monitoring Deepdive

Abstract:

Analysis Services performance troubleshooting can appear more art than science - there are no query plans to view for optimization, server configuration documentation can be sparse and getting consistent results with specific query tests does not always yield the results you desire. How can you know you can meet the SLAs for the user experience? What is the performance elbow on the number of concurrent users? Did my new aggregation or partition actually make a difference?

This session will go into details on how to configure a performance monitoring environment, how to gather data and then interpret results into actionable steps, allowing attendees to answer these questions. Assumes some experience with Analysis Services and MDX

SessionID: 33055

SQL Server Memory Management

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 2

Speaker: Thomas LaRock

Title: SQL Server Memory Management

Abstract:

Are you suffering from memory issues? Is your SQL Server configured for proper memory management? Attend this session and learn how to best determine if you are suffering from memory pressure, how to resolve issues that result from memory pressure, and how to properly configure your SQL Server to minimize the chance of having memory issues.

SessionID: 33236

SQL Server Amnesia

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 2

Speaker: Steven Ormrod

Title: SQL Server Amnesia

Abstract:

Losing your memory is never fun. Well, I can't help you with that, but I can help show you how SQL Server is using its memory and some things to look at with regards to performance problems.

When I started as a DBA I didn't know much about SQL Server internals. I inheirited quite a few servers and they were experiencing performance problems. Over time I learned more about the internals and how to troubleshoot systems. I'll share some stories with you and talk about some of the methods I use to look at how SQL Server is using its memory. Then we'll look at some examples and demo code.

SessionID: 33604

It is TEMPDB, Why Should You Care?

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 1

Speaker: Tim Radney

Title: It is TEMPDB, Why Should You Care?

Abstract:

TEMPDB is just for temporary data right? It is installed by default and gets recreated it time SQL is restarted so what does it matter right? WRONG. This session will give you great insight into what uses TEMPDB, why TEMPDB is important, what are some best practices for configuring TEMPDB, and how to determine if you have contention. If you have systems where TEMPDB hasn't been touched since the install, you need to attend this session.

SessionID: 33627

Pro Tips: Tuning the data flow in ssis

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: BI

Speaker: Tim Costello

Title: Pro Tips: Tuning the data flow in ssis

Abstract:

Synchronous and asynchronous components, memory buffers, data type choices, Oh My! Tuning the data flow is all about choices. In this session we'll walk through some of the choices that can give you the biggest performance boosts in your ssis data flow. Together we'll work through the differences between synchronous and asynchronous components. We'll highlight components that should be avoided and explore alternates that can help us create the fastest data flow possible.

SessionID: 33683

Data File Sizes – How much is enough, if you don’t

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 2

Speaker: TJay Belt

Title: Data File Sizes – How much is enough, if you don’t

Abstract:

We often run a fine line between how much space we need, and how much space we have for our databases. Having too much drive space can be a waste of resources; however, running out of space is an obvious issue. Let’s find a way to straddle the line and determine just how much space we really need, give ourselves a bit more than that, and make it a regular process to baseline, then continue to monitor, make adjustments along the way if needed, and ultimately plan for just enough space to get us through the year on budget. We’ll talk about a stand-alone tool that I used to determine space use for baseline, continued monitoring of the space used, and ensuring we have enough but not too much space.

SessionID: 33744

An Introduction to Profiler and SQL Trace

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: DBA 1

Speaker: Trevor Barkhouse

Title: An Introduction to Profiler and SQL Trace

Abstract:

Profiler (and its underlying subsystem, SQL Trace) is a tool for recording a SQL Server instance's activity. This diagnostic and performance data is valuable for troubleshooting and characterizing a system's workload. Like any powerful tool, misuse can be quite harmful, so great care must be exercised. This session will teach you how to efficiently configure, run, and analyze the data from traces, while minimizing the overhead of the data collection and avoiding common pitfalls.

SessionID: 33819

Introduction to Common Table Expressions

Back to calendar

Event Date: 01-10-2011 - Session time: 00:00:00 - Track: Developer

Speaker: Vicky Harp

Title: Introduction to Common Table Expressions

Abstract:

Introduced in SQL 2005, Common Table Expressions, or CTEs, are temporary result sets that offer increased flexibility in your T-SQL coding and provide a simple syntax for recusive queries. In this session for intermediate T-SQL coders, learn how to use CTEs to improve the readability and maintainability of your most complex queries.