Start Time (24h) | Speaker | Track | Title |
---|---|---|---|
09:00:00 | Steve Simon | BI Information Delivery | SQL Server Reporting Services 2016 on Steroids!! |
09:00:00 | George Walters | Cloud Application Development Deployment | How to rearchitect for Azure SQL database from on-premises SQL Server - Case Study |
09:00:00 | Thomas Grohser | Enterprise Database Administration Deployment | Optimizing the SQL Server and Databases for large Fact Tables |
09:00:00 | Bryan Cafferky | Analytics and Visualization | An Introduction to Jupyter Notebooks: The Hottest New Analytics |
10:10:00 | Derik Hammer | Enterprise Database Administration Deployment | Architecting Availability Groups |
10:10:00 | Sunil Kadimdiwan | Analytics and Visualization | Learn On-premises BI: SSRS 2016 and Power BI |
10:10:00 | Michael Fal | Cloud Application Development Deployment | Intro to Azure SQL Databases |
10:10:00 | Aaron Bertrand | Application Database Development | T-SQL : Bad Habits and Best Practices |
11:20:00 | Edward Pollack | Application Database Development | Dynamic SQL: Writing Efficient Queries on the Fly |
11:20:00 | Mike Walsh | Enterprise Database Administration Deployment | A Good DBA Works Smarter not Harder |
11:20:00 | Joseph D'Antoni | Cloud Application Development Deployment | Who Am I? Identity Management in Azure |
11:20:00 | Andy Leonard | BI Platform Architecture, Development Administration | Designing an SSIS Framework |
13:20:00 | Rie Irish | Professional Development | WIT: Identifying, Understanding and Combating Gender Bias Inequality |
13:20:00 | Leonard Lobel | Cloud Application Development Deployment | No Schema, No Problem! – Introduction to Azure DocumentDB |
13:20:00 | Jack Corbett | BI Platform Architecture, Development Administration | Dealing with Data Quality Issues in an SSIS Data Flow |
13:20:00 | Allan Hirt | Enterprise Database Administration Deployment | The SQL Server v.Next Availability Story on Linux |
14:30:00 | James Serra | Enterprise Database Administration Deployment | Should I move my database to the cloud? |
14:30:00 | Warren Estes | Application Database Development | Get-Session "Powershell 101" |
14:30:00 | Robert Davis | Application Database Development | SQLCmd Mode - The T-SQL Easy Button |
14:30:00 | David Klee | Enterprise Database Administration Deployment | SQL Server Infrastructure – Cloud and On-Prem Options |
15:40:00 | Paresh Motiwala | BI Platform Architecture, Development Administration | Big Data 101 |
15:40:00 | David Bermingham | Enterprise Database Administration Deployment | SQL Server High Availability in Azure IaaS |
15:40:00 | Wendy Pastrick | Application Database Development | Read Dirty to Me - Isolation Levels/User Impact |
15:40:00 | Grant Fritchey | Application Database Development | Execution Plans: What Can You Do With Them? |
Event Date: 25-02-2017 - Session time: 09:00:00 - Track: BI Information Delivery
In this hands on presentation we shall be looking some of the more challenging techniques of extracting our data from our Multidimensional and Tabular Models, in addition to our Data Mining Models. We shall be utilizing concepts of ‘Openquery()’ and ‘linked servers’ as a means to extract data, in addition to looking at the way that these two concepts can help us extract our data utilizing MDX, DMX and DAX expressions; AND YET maintain the flexibility and the ability to utilize all those wonderful techniques that may be done with T-SQL.
Event Date: 25-02-2017 - Session time: 09:00:00 - Track: Cloud Application Development Deployment
Event Date: 25-02-2017 - Session time: 09:00:00 - Track: Enterprise Database Administration Deployment
We will also as a side effect explore the Mary Go Round query feature.
Event Date: 25-02-2017 - Session time: 09:00:00 - Track: Analytics and Visualization
Event Date: 25-02-2017 - Session time: 10:10:00 - Track: Enterprise Database Administration Deployment
Event Date: 25-02-2017 - Session time: 10:10:00 - Track: Analytics and Visualization
In this session I will give you a tour of enhancements in SSRS 2016 including KPI, mobile paginated reports. Mobile reports can now be viewed on any device; tablet, smartphone and desktop. I will also show you the newly introduced integration of Power BI views into on-premises SSRS 2016.
Event Date: 25-02-2017 - Session time: 10:10:00 - Track: Cloud Application Development Deployment
Event Date: 25-02-2017 - Session time: 10:10:00 - Track: Application Database Development
In this session, you will learn about several bad habits, how they develop, and how you can avoid them. While we will briefly discuss advice you’ve probably heard before, like avoid SELECT * and don’t use NOLOCK, you will also learn some subtleties in SQL Server that might surprise you, how some shorthand can bite you in the long run, and a very easy way to improve cursor performance.
By changing your techniques and ditching some of these bad habits for best practices, you will take new techniques back to your environment that will lead to more efficient code, a more productive workflow, or both.
Event Date: 25-02-2017 - Session time: 11:20:00 - Track: Application Database Development
Explore the many uses for dynamic SQL as well as best practices for writing, testing, debugging, and maintaining it, with the bonus of helping to improve the sanity of your coworkers (and your own) in the process!
Event Date: 25-02-2017 - Session time: 11:20:00 - Track: Enterprise Database Administration Deployment
There are many free tools out there to help you effectively manage your environment.
In this session we are going to be interactive, we are going to talk about points of pain and we are going to zoom in on several free tools to help you identify, manage and maintain your SQL Server environments. We'll take these tools and take you on a journey from discovering your instances, configuring the discovered environment, setting up policies to keep things happy, implement maintenance and perform baselines and performance analysis.
Event Date: 25-02-2017 - Session time: 11:20:00 - Track: Cloud Application Development Deployment
Event Date: 25-02-2017 - Session time: 11:20:00 - Track: BI Platform Architecture, Development Administration
In this session, you will learn:
Event Date: 25-02-2017 - Session time: 13:20:00 - Track: Professional Development
Event Date: 25-02-2017 - Session time: 13:20:00 - Track: Cloud Application Development Deployment
We begin by explaining NoSQL and document databases, and how they compare with traditional relational database platforms. Then we tour the many features of DocumentDB, including rich querying with SQL (that’s right, you query this NoSQL database using SQL!), and client development using the REST API and the DocumentDB SDKs. Next, learn about the server-side programming model and write fully transactional stored procedures, triggers, and user-defined functions. Also explore tunable consistency, scale-out partitioning, custom indexing, attachments, and more. Attend this session, and get up to speed on DocumentDB to
Event Date: 25-02-2017 - Session time: 13:20:00 - Track: BI Platform Architecture, Development Administration
Event Date: 25-02-2017 - Session time: 13:20:00 - Track: Enterprise Database Administration Deployment
Event Date: 25-02-2017 - Session time: 14:30:00 - Track: Enterprise Database Administration Deployment
Event Date: 25-02-2017 - Session time: 14:30:00 - Track: Application Database Development
Event Date: 25-02-2017 - Session time: 14:30:00 - Track: Application Database Development
SQLCmd mode in SQL Server Management Studio (SSMS) is the answer to these problems and many more. Unfortunately, most people don't even know about these capabilities. It's the T-SQL easy button that almost nobody uses!
This demo-heavy session will teach you how to leverage new capabilities that have been at your finger-tips the whole time ... well at least since 2008.
Event Date: 25-02-2017 - Session time: 14:30:00 - Track: Enterprise Database Administration Deployment
Physical servers, enterprise virtualization, and cloud servers all provide solid platforms for you to run your databases on, but improperly configured and tuned platforms can lead to performance nightmares. Let’s explore the various layers, options, and performance characteristics of the different systems underneath SQL Server so you can improve the performance of your systems.
Event Date: 25-02-2017 - Session time: 15:40:00 - Track: BI Platform Architecture, Development Administration
We will learn about foundations of big data and social physics, What is the importance of data quality and data privacy. We will have a quick look at personal sensors and human behavior This module will explore the various sources of data, how to leverage personal sensors to predict behavior, and introduce you to the key features of 'Funf'.
We will explore the basics of data dynamics and data interrogation, and the importance of interdisciplinary research and testing on yourself, to assist in analyzing a data set.
What are the fundamentals and structure of peer networks? I'll also introduce you to the concepts of network theory and graph clustering.
Time permitting, We will then conclude with introduction to data exploration and visualization techniques by using the 'Bandicoot' application and we will talk about how to use this data to effect behavior change through social influence an
Event Date: 25-02-2017 - Session time: 15:40:00 - Track: Enterprise Database Administration Deployment
Azure Resource Manager (ARM) replaces Azure “Classic” as the preferred deployment method in Azure. New features such as Deployment Templates and Resource Groups introduced in ARM make it a powerful tool in managing the entire life-cycle of SQL Server in Azure.
In this session attendees will learn how to leverage ARM to deploy SQL AlwaysOn Availability Groups and Failover Cluster Instances. Template Deployments and manual configurations using the Azure Portal and Azure PowerShell will be demonstrated.
Event Date: 25-02-2017 - Session time: 15:40:00 - Track: Application Database Development
Event Date: 25-02-2017 - Session time: 15:40:00 - Track: Application Database Development