Nr: 68
SQLSaturday #68 - Olympia 2011
SessionID: 28841
Managing Sparse Resources with Resource Governor
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 151
Speaker: Arie Jones
Title: Managing Sparse Resources with Resource Governor
Abstract:
SessionID: 28842
Monitoring Data Changes with Change Data Capture
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 252
Speaker: Arie Jones
Title: Monitoring Data Changes with Change Data Capture
Abstract:
Most modern enterprise database environments require some measure of auditing their data. Previously, the DBA would need to put together a complicated web of triggers and history tables in order to properly track data changes. Now in SQL Server 2008, Change Data Capture allows the DBA to readily enact a very straight-forward method for tracking the changes and understanding easily how they took place. In this session, we will examine how to set-up, configure, use, and administer the Change Data Capture process in your environment.
SessionID: 29354
Cloud computing for the Data Professional
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 252
Speaker: Buck Woody
Title: Cloud computing for the Data Professional
Abstract:
SessionID: 29463
Strategies for Working with VLDBs
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 352
Speaker: Robert Davis
Title: Strategies for Working with VLDBs
Abstract:
Very large databases (VLDBs) are just like regular databases, right? There's just more of them to love. Working with very large databases can be difficult and tricky at times. Everything takes longer and minor issues become major very quickly. In this session you will learn some strategies for working with VLDBs such as how to speed up backups and restores, how to minimize your maintenance window requirements, and how to efficiently and quickly set up failover partners and replicas. Demos will include how I set up a log shipping secondary and a replica of a 2 TB database in less than half an hour.
SessionID: 29983
Get the most out of SQL Server Standard Edition
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 351
Speaker: Diane Robey
Title: Get the most out of SQL Server Standard Edition
Abstract:
SessionID: 30194
Solving Real Life Production Issues
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 351
Speaker: Dale Cunningham
Title: Solving Real Life Production Issues
Abstract:
SessionID: 30287
Through the Looking-Glass
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 252
Speaker: Greg Larsen
Title: Through the Looking-Glass
Abstract:
SessionID: 30326
Self Service BI in SQL Server 2008 R2 (PowerPivot)
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 151
Speaker: Hope Foley
Title: Self Service BI in SQL Server 2008 R2 (PowerPivot)
Abstract:
SessionID: 30367
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 352
Speaker: Rick Morelan
Abstract:
SessionID: 30920
Load-balancing architectures for Online Reporting
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 252
Speaker: John Halunen Aubra Moore
Title: Load-balancing architectures for Online Reporting
Abstract:
We will describe some of the different architectures (focusing on the db side) that Microsoft Adserving has used to Load Balance ever growing user reporting loads, data refreshes, and database maintenance across multiple reporting servers. The focus will be on the DB side, with minor context given to the web and middle tier pieces necessary for each system to work. Note that this is reporting in the sense of generating end user reports (not using SSRS).
SessionID: 32072
Powershell: Are you checking out my profile?
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 351
Speaker: Nicholas Cain
Title: Powershell: Are you checking out my profile?
Abstract:
SessionID: 32172
Visual Report Design: Bringing Sexy Back
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 151
Speaker: Paul Turley
Title: Visual Report Design: Bringing Sexy Back
Abstract:
SessionID: 32681
A DBA Looks at Relational Data Warehouses
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 352
Speaker: Ron Talmage
Title: A DBA Looks at Relational Data Warehouses
Abstract:
This session focuses on some surprising lessons learned and insights gained from applying DBA practices to relational data warehouses. Scenarios covered include use of table schemas versus synonyms, database chaining, managing user security, logical separation of user work from the data, backup and restore strategies, index maintenance, and change control.
SessionID: 32812
SSIS for the faint of heart
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 352
Speaker: Scott Stauffer
Title: SSIS for the faint of heart
Abstract:
Scott's gentle introduction to SQL Server Integration Services (or SSSIS) will primarily be demonstrating how to you can use this tool in the real world to get work done. READ: very little PowerPoint time. SSIS is a high performance ETL solutions introduced in SQL Server 2005 to replace SQL Server's DTS functionality. ETL? It's okay, Scott will briefly cover some of these concepts too. Relax, sit back and learn how to simplify your "Extract, Transform, and Load" processes.
SessionID: 32973
Women in Technology
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 351
Speaker: Sopheap Suy
Title: Women in Technology
Abstract:
Most women working in technology keep a low profile, rarely standing out, rarely pushing the extra effort that typically denotes excellence. Women are constantly juggling to find the balance between career and family –with added complexity when children are involved. Come and learn about the three essential career considerations for Women in Technology. Understanding and applying these considerations can help you get to the next level of excellence in your career and family life. Men who understand these considerations can better support the women members in their life. I will share some of my own experiences, challenges, and lessons learned as I have learned how to balance career, family, and life in general.
SessionID: 33041
Inside and out of Transactional Replication
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 252
Speaker: Chuck Lathrope
Title: Inside and out of Transactional Replication
Abstract:
SessionID: 33775
Row Level Security and SQL-CLR integration
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 151
Speaker: Toshi Watanabe
Title: Row Level Security and SQL-CLR integration
Abstract:
RLS (Row Level Security) is often integral part of EDW (Enterprise Data Warehouse) design. There are many ways to implement RLS. This is the story about our evolution of RLS implementation and how SQL-CLR integration helped us solve technical difficulty.
SessionID: 34682
Query Plans
Event Date: 09-04-2011 - Session time: 00:00:00 - Track: 352
Speaker: John Huang
Title: Query Plans
Abstract:
This session is written to help developers to read query plans, understand commonly seen operators and properties in the plan. at the end, I will explain how SQL Server estimates the cost of operators and how SQL Server make decisions to choose a plan out of numerous alternatives