Nr: 166
SQLSaturday #166 - Olympia 2012
SessionID: 11441
Top Features of SQL 2012 Nobody Told You About
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 4
Speaker: Robert Davis
Title: Top Features of SQL 2012 Nobody Told You About
Abstract:
This isn't the same old AlwaysOn demo that everyone else is doing. This is the stuff that almost nobody is talking about, but they are very important features that will save you time, frustration, and even money. These are the top features of SQL Server 2012 that you may not even be aware of. Come learn about these really cool features and see them in action.
SessionID: 11685
Transactional Replication Beginner to Expert
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 3
Speaker: Chuck Lathrope
Title: Transactional Replication Beginner to Expert
Abstract:
Learn what use cases you can use transactional replication for and then dive in to tuning and troubleshooting techniques that can work for all replication types. We will cover best practices for DB and drive setup and the use of custom agent profiles. See examples of custom monitoring emails so you don't have to watch replication monitor all the time.
SessionID: 15042
Advanced Indexing
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 2
Speaker: Hugo Kornelis
Title: Advanced Indexing
Abstract:
So you know all about heaps, clustered indexes, and nonclustered indexes, but are still not satisfied? Then this is just the session for you!
Hugo will explore advanced features such as included columns, indexed views, and filtered indexes. You will find out how they are stored on disk, and how SQL Server uses them to satisfy queries. Then, you will see the tools SQL Server itself hands you to help identify just the right subset of indexes. And finally, you will get an stunning demonstration of just how bad you can hurt performance by following all those recommendations and creating too many indexes.
SessionID: 15046
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 2
Speaker: Hugo Kornelis
Abstract:
The reason is performance. In this session, you will learn how user-defined functions feed the optimizer with misleading and insufficient information, how the optimizer fails to use even what little information it has, and how this can lead to shocking query performance.
However, you will also see that there is a way to avoid the problems. With just a little extra effort, you can reap the benefits of SQL Server and still get good performance.
SessionID: 15671
Extend Your Knowledge with Extended Events!
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 1
Speaker: Janis Griffin
Title: Extend Your Knowledge with Extended Events!
Abstract:
SessionID: 16909
Power View for Geographical Analysis
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 3
Speaker: Julie Koesmarno
Title: Power View for Geographical Analysis
Abstract:
SessionID: 17842
What’s Simple About SIMPLE Recovery?
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 4
Speaker: Kalen Delaney
Title: What’s Simple About SIMPLE Recovery?
Abstract:
There is a common misconception that SIMPLE Recovery means no logging, and this is a very dangerous myth to propagate. SQL Server does log database changes in SIMPLE Recovery, but some (not all) operations are minimally logged. In this presentation, I'll tell you what minimal logging means in conjunction with each of the three different recovery models. In addition, I’ll describe the benefits and dangers of the SIMPLE Recovery Model.
SessionID: 17843
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 1
Speaker: Kalen Delaney
Abstract:
SessionID: 18918
Troubleshooting SQL Server with PowerShell
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 1
Speaker: Laerte Junior
Title: Troubleshooting SQL Server with PowerShell
Abstract:
SessionID: 20375
Running SQL Server 2012 on Server Core: Why How
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 1
Speaker: Michael Wells
Title: Running SQL Server 2012 on Server Core: Why How
Abstract:
Security and Performance are always two of the top issues for SQL Server DBAs. Until recently the cost of the Operating System was something that you had almost no control over, but with SQL Server 2012 (Denali) you now have the option of running on the Core edition of Windows Server. While Core edition has been used primarily for infrastructure servers like Domain Controllers and DNS servers, SQL Server 2012 now brings support for running the database engine on it. This session will talk about when you may want to consider running SQL on Server Core and will guide you through the task of installing and configuring your server when you no longer have most of the Windows configuration tools that you may be used to.
SessionID: 20455
Query Plans and Indexes in SQL Server
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 1
Speaker: Michael DeFehr
Title: Query Plans and Indexes in SQL Server
Abstract:
Data access can be easy to set up in your applications with wizards and ORMs, but sometimes your queries are just not as fast as you think they should be – especially on those tables that are getting bigger and bigger. In this session, we will take a peek under the hood and see how SQL server answers the questions you ask of it. This is an introductory session, but it will be jam-packed with demos and useful tips that you will be able to use to make your applications more responsive.
SessionID: 21837
Oh, so Tabular!
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 4
Speaker: Paul Turley
Title: Oh, so Tabular!
Abstract:
Relational, multidimensional, now Tabular... how many ways can you bend your data (and your brain)?
It took some work to get our heads around cubes, MDX OLAP concepts; and now the next generation of analytical data technology from Microsoft is not so radical. Learn how to enable deep analytics BI in your environment without popping brain cells learning yet another foriegn technology. The magic of VertiPaq: PowerPivot on the desktop BISM Tabular models leverage modern computing power in a new way. Gain insight about how to choose among all these options and build compelling dashboards reports with SharePoint, Reporting Services Power View.
SessionID: 21838
Quickstart BI: Building a BI Solution in 5 Days
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 3
Speaker: Paul Turley
Title: Quickstart BI: Building a BI Solution in 5 Days
Abstract:
SessionID: 23004
Do SQL XML queries have to scare me?
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 2
Speaker: Rick Morelan
Title: Do SQL XML queries have to scare me?
Abstract:
I have seen days of amazing C# XML library coding work replaced by 2 lines of a FOR XML statement in SQL. Built into SQL is the power to make XML do pretty much whatever you need it to. Learn how to use the XML data type and built-in XQuery functions. You will also see how to join (or “bind”) a SQL table to an XML stream to produce a single result set.
SessionID: 23622
Introduction to the XML source
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 2
Speaker: Russel Loski
Title: Introduction to the XML source
Abstract:
XML is all over the place. But how do you get that data into SQL Server? SSIS provides an XML Source, but it is not easy to use. In this session we will handle increasingly complex XML documents. After an introduction to using the XML Source with a single set of elements, we will look at how to work with multiple element sets. This includes hierarchically structured XML documents.
Attendees will be able to import simple XML using SSIS. They will be able to create import routines that pull data from different elements of more complex XML. They will understand the role the XML Schema plays in defining the XML data they import.
SessionID: 24130
SQL Azure vs. Azure Tables –Clearing The Confusion
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 2
Speaker: Scott Klein
Title: SQL Azure vs. Azure Tables –Clearing The Confusion
Abstract:
SessionID: 24698
Power View: A Peek Behind the Curtain
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 4
Speaker: Stacia Varga
Title: Power View: A Peek Behind the Curtain
Abstract:
SessionID: 24700
Taking BI to the Next Level: Collaboration
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 3
Speaker: Stacia Varga
Title: Taking BI to the Next Level: Collaboration
Abstract:
SessionID: 25731
Exploring the TSQL Enhancements in SQL Server 2012
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 3
Speaker: Steve Stedman
Title: Exploring the TSQL Enhancements in SQL Server 2012
Abstract:
SQL Server 2012 adds many new enhancements to TSQL. Learn how to use the windowing functionality of the OVER clause to create sliding aggregation. Find out about the new SEQUENCE object and when you should or should not use it to replace an IDENTITY. Learn the IIF function and CHOOSE function to replace a common simple CASE functions. OFFSET / FETCH will be covered to show you how to eliminate cursors or CTEs for data paging. With CONCAT you have an easier time building strings in your TSQL statements independent of the data type, and without concern over nulls. With these and other new TSQL enhancements you will be able to take full advantage of the power of TSQL in SQL Server 2012.
SessionID: 25732
Unleashing Common Table Expressions in SQL Server
Event Date: 10-11-2012 - Session time: 00:00:00 - Track: Track 4
Speaker: Steve Stedman
Title: Unleashing Common Table Expressions in SQL Server
Abstract: