Nr: 197
SQLSaturday #197 - Omaha 2013
SessionID: 10432
2012 TSQL Sweets
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Developer
Speaker: Bill Fellows
Title: 2012 TSQL Sweets
Abstract:
The 2012 release of SQL Server promise a variety of delicious new language features to solve problems. After this session, you'll have a taste for all the sweets they've packed into the language including conversions, date time functions, windowing functions, analytic functions and sequences.
SessionID: 11067
Designing a Data Recovery Solution
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: General
Speaker: Brandie Tarvin
Title: Designing a Data Recovery Solution
Abstract:
Having scheduled database backups is one thing, but knowing what backup types are needed is a different horse of a different color. Building on the "Backups 101" session, this discussion focuses on why we should build Recovery solutions instead of Backup solutions, and the most important things to remember when designing the solution.
SessionID: 12583
SQL Server vs. Oracle: The Throwdown!
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: David Klee
Title: SQL Server vs. Oracle: The Throwdown!
Abstract:
SessionID: 13040
Minimum Database Indexing
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Developer
Speaker: Dean Nicholson
Title: Minimum Database Indexing
Abstract:
Discuss the basic indexing principles you should have learned in school if you had been paying attention. We will examine a couple of data and indexing patterns that will enable you to make an educated decision on your indexing strategy. We will also take a deep dive in how indexes begin and grow and how they are used
SessionID: 14679
Hardware 201: Selecting Database Hardware
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Glenn Berry
Title: Hardware 201: Selecting Database Hardware
Abstract:
SessionID: 14680
Dr. DMV: How to Use Dynamic Management Views
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Glenn Berry
Title: Dr. DMV: How to Use Dynamic Management Views
Abstract:
SessionID: 15851
Dimension Modeling Design Patterns: Beyond Basics
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Jason Horner
Title: Dimension Modeling Design Patterns: Beyond Basics
Abstract:
This session will provide a deeper dive into the art of dimensional modeling. We will look at the different types of fact tables and dimension tables, how and when to use them. We will also some approaches to creating rich hierarchies that make reporting a snap. This session promises to be very interactive and engaging, bring your toughest Dimensional Modeling quandaries.
SessionID: 16793
Getting Started with PowerShell's Job Infrastructure
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: General
Speaker: Jeff Hicks
Title: Getting Started with PowerShell's Job Infrastructure
Abstract:
A key feature of Windows PowerShell is the ability to execute long running tasks in the background while you continue to use the shell for other tasks. In this session you will learn about the PowerShell's job infrastructure including using scheduled background jobs, a new PowerShell 3.0 feature. We'll also explore some alternatives such as using runspaces.
SessionID: 16794
Getting Started with PowerShell Workflow
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: General
Speaker: Jeff Hicks
Title: Getting Started with PowerShell Workflow
Abstract:
One of the killer features in PowerShell 3.0 is the ability to create workflows with Powershell script. You do not need a developer background or Visual Studio to create workflows. Now you can workflow scripts for long running and unattended tasks that can survive network interruptions or even reboots. In this session we'll look at workflow syntax, how to run and some best practices.
SessionID: 17123
Troubleshooting Query Plan Quality Issues
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Developer
Speaker: Joe Sack
Title: Troubleshooting Query Plan Quality Issues
Abstract:
SessionID: 17977
Extend your Knowledge with Extended Events
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Kathy Gibbs
Title: Extend your Knowledge with Extended Events
Abstract:
With 2012 Extended Events became much easier to use and is a great way to find out more of what is going on in the database. This
presentation will show how you can use Extended Events to find out about items like Deadlocks and Query Performance. We will create a
new Event and I will show you how you can use the data collected to report commonly monitored statistics.
SessionID: 19141
Windows Azure SQL Reporting Services
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Leslie Weed
Title: Windows Azure SQL Reporting Services
Abstract:
What you need to know about Reporting Services in the Cloud. We will cover benefits, limitations and scenarios that you may or may not have thought about for implementing this into your enviornment or for simply taking advantage of the free trial period.
SessionID: 19196
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Meagan Longoria
Abstract:
PerformancePoint can be a useful tool for delivering a dashboard to users through SharePoint. The data visualizations for your dashboard can come from PerformancePoint, Excel Services, Reporting Services, or a web page. Understanding the features and limitations of these sources of data visualizations can help you create a dashboard that best meets your users’ needs.
SessionID: 19863
Database Security Shrinking Your Attack Surface
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Matthew Brimer
Title: Database Security Shrinking Your Attack Surface
Abstract:
Database Security is a very broad and scary topic, one which
many days could be dedicated to speaking on it. In this session Matt will
give a high level overview of what Database Security is, what tools
Microsoft gives you to accomplish it and some simple things that you can do
to shrink your attack surface.
SessionID: 22109
SSIS 2012: A Deep Dive into the SSIS Catalog
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Phil Brammer
Title: SSIS 2012: A Deep Dive into the SSIS Catalog
Abstract:
SessionID: 22772
Master Data Services – 101
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Reeves Smith
Title: Master Data Services – 101
Abstract:
SessionID: 22774
DAX – Get Context
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Reeves Smith
Title: DAX – Get Context
Abstract:
Data Analysis Expressions (DAX) is the language of PowerPivot and the BISM Tabular Model. Understand the basics of the DAX language and get introduced to evaluation context.
SessionID: 22885
Tabular Models
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Jeff Renz
Title: Tabular Models
Abstract:
Tabular modules allow developers to create models based upon different data sources; create hierarchies, perspectives, partitions and roles similar to traditional OLAP cubes. In this session will highlight the differences between traditional OLAP and tabular models and reasons for selecting one approach over another. I will demonstrate how to create a data model first in power pivot model and then import into an Analysis Services Tabular Project. Working with the imported data I will then create measures, KPIs, perspectives, and implement security. Finally I will deploy the model to an Analysis Server.
SessionID: 23787
Tips and Tricks for Auditing in SQL Server
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: General
Speaker: Ronald Yenko
Title: Tips and Tricks for Auditing in SQL Server
Abstract:
SessionID: 24472
Searching Binary Data in SQL Server 2012
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Developer
Speaker: Steve Jones
Title: Searching Binary Data in SQL Server 2012
Abstract:
More and more data collected in organizations is in an encoded format, essentially a binary classification of data. These can be images, audio files, video, or even common formats like Word and Excel files. This data contains lots of important data, but the formatting must be stripped out in order for users to effectively search this data. Filestream, Filetable, Full-Text Search, and Semantic Search are covered.
SessionID: 24474
The Encryption Primer
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Steve Jones
Title: The Encryption Primer
Abstract:
Learn the options for encryption in SQL Server, covering hashing, symmetric keys, asymmetric keys, and encrypted communications.
SessionID: 24625
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Shawn Meyers
Abstract:
SessionID: 25194
Dimensional Modelling for the DBA
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Scott Shaw
Title: Dimensional Modelling for the DBA
Abstract:
Have you ever wondered what's going on with that SQL Server Analysis server you support? Do you want to know what this
BI fuss is all about? I'll walk you through the basics of dimensional modelling to help you understand from a operational
DBA perspective what's going on and why a BI system needs to be treated differently. I'll take the mysticism out of the
differences between OLTP and OLAP and provide a method to the maddness.
SessionID: 25779
Building BI Solutions with Excel 2013
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Steve Hughes
Title: Building BI Solutions with Excel 2013
Abstract:
If you have not experienced building BI solutions with Excel 2010, be amazed at what you can do in Excel 2013. In this session we will use PowerPivot, Power View, Quick Explorer, and other great features in Excel to build an Excel 2013 BI solution. Microsoft has went "all-in" with Excel as their primary BI client. If you want to get a first hand look at using it more fully, you will be amazed. I know I was.
SessionID: 25864
SQL Server 2012 HA and DR
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Sudhir Gajre
Title: SQL Server 2012 HA and DR
Abstract:
SessionID: 26233
Windowing Functions: THE Reason to Upgrade to 2012
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Developer
Speaker: Kevin Boles
Title: Windowing Functions: THE Reason to Upgrade to 2012
Abstract:
SessionID: 26576
Amazon RDS and SQL Azure - DB in the cloud
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Tim Plas
Title: Amazon RDS and SQL Azure - DB in the cloud
Abstract:
SessionID: 28077
Beyond Plateaux: Optimize SSAS via Best Practices
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: William E Pearson III
Title: Beyond Plateaux: Optimize SSAS via Best Practices
Abstract:
SessionID: 34795
Exposing the Core: SQL 2012 on Server Core
Event Date: 06-04-2013 - Session time: 00:00:00 - Track: DBA
Speaker: Michael Fal
Title: Exposing the Core: SQL 2012 on Server Core
Abstract:
Everything that's old is new again, as Windows Server moves back to the terminal interface. With SQL 2012, we can now run our SQL Servers on Server Core, a version of the Windows OS that is smaller and more secure. This presentation will introduce you to Server Core, how to prepare it for a SQL installation(including using Powershell for management), and how to actually install SQL 2012 on to it.