sqlsathistory

Nr: 623

Back to Main list

SQLSaturday #623 - Israel 2017

Start Time (24h) Speaker Track Title
09:55:00 Guy Glantser Application Database Development Analyzing Execution Plans Like a Pro
09:55:00 Amit Rappel Advanced Analysis Techniques Make predictions using Azure Machine Learning Studio
09:55:00 Itshak David Enterprise Database Administration Deployment MSSQL on Linux and OPEN source full orchestra from 0 to hero!
09:55:00 Leonid Ore BI Platform Architecture, Development Administration Azure SQL DWH, from ingesting the data to providing analysis
11:10:00 Yossi Elkayam Analytics and Visualization Near/Real Time Analytics with Power BI
11:10:00 Matan Yungman Application Database Development Elegant T-SQL Solutions for Real World Problems
11:10:00 Adi Cohn Application Database Development TempDB behind the scenes
11:10:00 Gilad Mittelman Application Database Development Azure SQL Database: The Intelligent Cloud Database for App Developers
13:15:00 Dubi Lebel Enterprise Database Administration Deployment SQL Server engine under the hood
13:15:00 Nimrod Keinan Other MSSQL To Run On Linux Systems, Can It Be? Well, Are you ready for the vNext step in evolution?
13:15:00 Sharon Oliar Strategy and Architecture Hybrid SQL business continuity - Backup , DR and Monitoring
13:15:00 Ronen Ariely Strategy and Architecture SQL Server Internals - Binary (Stored) format of the data
14:30:00 Niv Feldman BI Platform Architecture, Development Administration How to Setup and Manage a Corporate Self-Service Analytics Environment
14:30:00 yehuda lasri Enterprise Database Administration Deployment Next generation Saas solution for extreme database performance monitoring
14:30:00 Danny Ravid Enterprise Database Administration Deployment Your Database at the speed of Flash
14:30:00 Erez David Professional Development SQL Server migration with Powershell and dbatools
15:15:00 Yuval Klein Enterprise Database Administration Deployment migrating from Sybase ASE data server to Sql Server 2016 VNext on Red Hat Linux
15:15:00 Satya Jayanty Cloud Application Development Deployment Big Data with Azure: where to begin? Concepts and best practices
15:15:00 shay shahak Cloud Application Development Deployment Secuiring Azure SQL
16:30:00 Ronen Chenn BI Platform Architecture, Development Administration Sql Server 2016 Tabular Architecture. Living On the Edge.
16:30:00 Pini Krisher Cloud Application Development Deployment Working with the SQL Azure DB
16:30:00 Jan Mulkens Advanced Analysis Techniques Enabling Citizen Data Science with Microsoft

SessionID: 59638

Analyzing Execution Plans Like a Pro

Back to calendar

Event Date: 27-04-2017 - Session time: 09:55:00 - Track: Application Database Development

Speaker: Guy Glantser

Title: Analyzing Execution Plans Like a Pro

Abstract:

The most powerful tool when tuning a query is the execution plan. In most cases, by analyzing the execution plan of a query, you can learn all you need to know about how the query processor has chosen to execute the query, what is causing the execution to take so long, and what you can do in order to make it run faster.

But there are common pitfalls that you should be aware of when analyzing an execution plan, such as the fact that the operator cost values are always estimated, or the true meaning of the cardinality numbers within some of the plan operators. These pitfalls can be very misleading, and they might lead you to spend your tuning effort in the wrong direction. By understanding these pitfalls and avoiding them, you can save a lot of time and effort. You’ll become a performance tuning hero by getting the slow queries to run faster – faster…

SessionID: 61285

Make predictions using Azure Machine Learning Studio

Back to calendar

Event Date: 27-04-2017 - Session time: 09:55:00 - Track: Advanced Analysis Techniques

Speaker: Amit Rappel

Title: Make predictions using Azure Machine Learning Studio

Abstract:

Azure ML Studio is a powerful canvas for the composition of machine learning experiments and their subsequent operationalization and consumption. In this session we will understand the basic steps of developing a prediction model, and apply it to an exemplary use case.

SessionID: 62573

MSSQL on Linux and OPEN source full orchestra from 0 to hero!

Back to calendar

Event Date: 27-04-2017 - Session time: 09:55:00 - Track: Enterprise Database Administration Deployment

Speaker: Itshak David

Title: MSSQL on Linux and OPEN source full orchestra from 0 to hero!

Abstract:

Open source and Containers are fundamentally changing the way we develop, distribute, and run software. Developers can build software locally, knowing that it will run identically regardless of host environment.

. In this session I will cover for Windows DBAs from the beginning : • Quick overview on Docker technology and Docker cluster : Kubernetes , Swarm Cluster and Apache • You will learn how from you windows machine install Dockers Ubuntu template from Docker hub with SQL server SQL Server vNext in minutes and then Compose anther NodeJS Docker . • SQL Server + Node.js what’s new and Demo • SQL Server on Linux with SQL Tools with SQL Server • See how to use the latest SSIS 2016 + vNext to modernize your traditional ETL workflows into scalable hybrid ETL / ELT workflow • Connecting your SQL server with logstash , Elastic Search and Kibana so you can drill down to audit history and performance with no charge and open source .

SessionID: 63655

Azure SQL DWH, from ingesting the data to providing analysis

Back to calendar

Event Date: 27-04-2017 - Session time: 09:55:00 - Track: BI Platform Architecture, Development Administration

Speaker: Leonid Ore

Title: Azure SQL DWH, from ingesting the data to providing analysis

Abstract:

Azure SQL DWH, from ingesting the data to providing analysis

Azure SQL Data Warehouse is a massively parallel processing (MPP) cloud-based, scale-out, relational database capable of processing massive volumes of data. It combines the power of Data Analysis appliance with the flexibility in resources of the cloud. Who should use it, Who shouldn’t and Who is already using it? Transfer your data in from your own in-house systems and enrich your data with external sources from the public domain or cloud source and how about non-relational data. But what if we already have too much data and what we need is an Analytically processed and distilled information? How can we get intelligent decision based on all that data that we collected in our SQL Data warehouse? All these and other related questions we’ll try to explore together… See you there.

SessionID: 59719

Near/Real Time Analytics with Power BI

Back to calendar

Event Date: 27-04-2017 - Session time: 11:10:00 - Track: Analytics and Visualization

Speaker: Yossi Elkayam

Title: Near/Real Time Analytics with Power BI

Abstract:

BI Dashboards in the modern apps has the challenge of BI 3.0 \ Web 3.0. in this session we will cover core engines for Stream analytics with real time data trough Azure , iOT hubs and Power BI dashboards to achieve more fast and quick data analytics scenarios.

SessionID: 62561

Elegant T-SQL Solutions for Real World Problems

Back to calendar

Event Date: 27-04-2017 - Session time: 11:10:00 - Track: Application Database Development

Speaker: Matan Yungman

Title: Elegant T-SQL Solutions for Real World Problems

Abstract:

T-SQL can help solve many problems you are faced with at your job.

Each problem can have many solutions, but not every solution is simple to write, understand and maintain, and not every solution is good in terms of performance. In this session, we will look at real world problems and solve them using T-SQL. We won’t settle for just A solution, but show elegant, simple solutions that will yield optimal performance.

SessionID: 62762

TempDB behind the scenes

Back to calendar

Event Date: 27-04-2017 - Session time: 11:10:00 - Track: Application Database Development

Speaker: Adi Cohn

Title: TempDB behind the scenes

Abstract:

In this session, I’ll talk about the difference in logging of tempdb in compression to other databases. I’ll talk about the differences between temporary tables and table variables. Run demos that show why many of the information that can be found on the internet about table variables is simply wrong. Show some errors that are done when working with temporary tables that cause performance issues.

SessionID: 63207

Azure SQL Database: The Intelligent Cloud Database for App Developers

Back to calendar

Event Date: 27-04-2017 - Session time: 11:10:00 - Track: Application Database Development

Speaker: Gilad Mittelman

Title: Azure SQL Database: The Intelligent Cloud Database for App Developers

Abstract:

Your customers will be amazed at the intelligence built into Azure SQL Database - this session will clarify the true value of Azure's PaaS database offering. The new built-in intelligent features in Azure SQL Database work around the clock to learn profile your unique app patterns, and make your apps run faster, make them more secure and cost-effective. The actionable recommendations provided to you are based on ML tuning models running against workload telemetry from millions of customer databases. The session will cover our most advanced features to-date including Threat Detection, auto-tuned performance and actionable recommendations across performance and security aspects. Case studies and live demos will help you understand how choosing SQL Database will make a difference for your customers' apps and your businesses.

SessionID: 59883

SQL Server engine under the hood

Back to calendar

Event Date: 27-04-2017 - Session time: 13:15:00 - Track: Enterprise Database Administration Deployment

Speaker: Dubi Lebel

Title: SQL Server engine under the hood

Abstract:

Understanding the SQL Server engine architecture, what is it NUMA and who it effect the Data and optimizer engines, how to read mini-dump file, using de-bug tools over SQL engine code. All these can help In a lot of troubleshooting ,so let’s roll up their sleeves, get into the garage and get dirty with grease

SessionID: 61450

MSSQL To Run On Linux Systems, Can It Be? Well, Are you ready for the vNext step in evolution?

Back to calendar

Event Date: 27-04-2017 - Session time: 13:15:00 - Track: Other

Speaker: Nimrod Keinan

Title: MSSQL To Run On Linux Systems, Can It Be? Well, Are you ready for the vNext step in evolution?

Abstract:

SQL Server vNext represents a major step towards making SQL Server a platform that gives you choices of development languages, data types, on-premises and in the cloud, and across operating systems by bringing the power of SQL Server to Linux, Linux-based Docker containers, and Windows.

I would like to introduce to you the simplicity of step by step in the installation process of the vNext SQL Server Version on Linux. This with some changes in this version Vs. the windows version New language features: o String functions: TRIM, CONCAT_WS, TRANSLATE and STRING_AGG with support for WITHIN GROUP (ORDER BY)

SessionID: 62504

Hybrid SQL business continuity - Backup , DR and Monitoring

Back to calendar

Event Date: 27-04-2017 - Session time: 13:15:00 - Track: Strategy and Architecture

Speaker: Sharon Oliar

Title: Hybrid SQL business continuity - Backup , DR and Monitoring

Abstract:

Microsoft Cloud, Azure, is a growing collection of integrated cloud services that developers and IT professionals use to build, deploy, and manage applications through our global network of datacenters. In Azure, Microsoft Operations Management Suite (OMS) is the all-in-one hybrid cloud management solution for any enterprise to manage their workloads and applications on Azure or AWS, Windows Server or Linux, VMware or OpenStack in the most cost-effective way. This session will guide you on how to enable Hybrid SQL business continuity (Backup , DR and Monitoring ) as a SAAS (Software as A Service)

SessionID: 63290

SQL Server Internals - Binary (Stored) format of the data

Back to calendar

Event Date: 27-04-2017 - Session time: 13:15:00 - Track: Strategy and Architecture

Speaker: Ronen Ariely

Title: SQL Server Internals - Binary (Stored) format of the data

Abstract:

There is a common confusion regarding "displayed format" and "stored format" of data using SQL Server. We can find lot of questions in the forums regarding "stored format" of dates, which are actually referring to the "displayed format", in external application. For example questions like: I am getting the error “DateTime data type resulted in an out-of-range value”, or questions like: “how can I change the DateTime column format in the database”.

In this session, we will explore how SQL Server actually stored the data behind the scene.

We will read SQL Server data file directly using simple binary editor (notepad++), and we will explore the structure of several data types. We will focus on explore how DateTime2 data type is stored, which is probably one of the most common complex data type structure, and we will discuss other types in general (according to our time). During the demo, we are going to show and use several undocumented tools from different versions of SQL Server.

SessionID: 61732

How to Setup and Manage a Corporate Self-Service Analytics Environment

Back to calendar

Event Date: 27-04-2017 - Session time: 14:30:00 - Track: BI Platform Architecture, Development Administration

Speaker: Niv Feldman

Title: How to Setup and Manage a Corporate Self-Service Analytics Environment

Abstract:

As companies face the challenges arising from a surge in the number of customer interactions and data, it can be difficult to successfully manage the vast quantities of information and still provide a positive customer experience. It is incumbent upon businesses to create a consumer-centric experience that is powered by (predictive) analytics.

Adopting a data-driven approach through a corporate self-service analytics (SSA) environment is integral to strengthening your data and analytics strategy.

SessionID: 62998

Next generation Saas solution for extreme database performance monitoring

Back to calendar

Event Date: 27-04-2017 - Session time: 14:30:00 - Track: Enterprise Database Administration Deployment

Speaker: yehuda lasri

Title: Next generation Saas solution for extreme database performance monitoring

Abstract:

Come to this session to learn how to use AimBetter, cloud-based database performance monitoring tool for constant monitoring and analysis of your databases and servers. for Better database Performance, Efficiency and Uptime.

SessionID: 63594

Your Database at the speed of Flash

Back to calendar

Event Date: 27-04-2017 - Session time: 14:30:00 - Track: Enterprise Database Administration Deployment

Speaker: Danny Ravid

Title: Your Database at the speed of Flash

Abstract:

we will see in a live demo how the right all flash storage architecture can speed your DB in a mixed workload environment - OLTP OLAP and accelerate business processes.

SessionID: 63679

SQL Server migration with Powershell and dbatools

Back to calendar

Event Date: 27-04-2017 - Session time: 14:30:00 - Track: Professional Development

Speaker: Erez David

Title: SQL Server migration with Powershell and dbatools

Abstract:

SQL Server migration with Powershell and dbatools

SessionID: 59652

migrating from Sybase ASE data server to Sql Server 2016 VNext on Red Hat Linux

Back to calendar

Event Date: 27-04-2017 - Session time: 15:15:00 - Track: Enterprise Database Administration Deployment

Speaker: Yuval Klein

Title: migrating from Sybase ASE data server to Sql Server 2016 VNext on Red Hat Linux

Abstract:

success story of very big and unique migration project I led in Tnuva the biggest dairy in Israel , migrating data from Sybase ASE data servers(15 data servers across 10 different servers) to Sql server 2016 Vnext on Red Hat Linux. talking about the complexity of the project , the motivation from the project and the big advantages of using the new SQL Server Vnext in large companies all around the world.

SessionID: 61727

Big Data with Azure: where to begin? Concepts and best practices

Back to calendar

Event Date: 27-04-2017 - Session time: 15:15:00 - Track: Cloud Application Development Deployment

Speaker: Satya Jayanty

Title: Big Data with Azure: where to begin? Concepts and best practices

Abstract:

In order to ascertain the abilities of cloud computing platform, let us overview what is available offered on Microsoft Azure.

Microsoft Azure has the ability to move, store and analyze data within the cloud. It is essential to evaluate multiple opportunities and options with Microsoft Azure data insights. In this session let us talk about strategies on data storage, data partitioning and availability options with Azure. A tour on how best these Azure components can help you achieve success for your Big Data platform.

SessionID: 62463

Secuiring Azure SQL

Back to calendar

Event Date: 27-04-2017 - Session time: 15:15:00 - Track: Cloud Application Development Deployment

Speaker: shay shahak

Title: Secuiring Azure SQL

Abstract:

Means of securing your Azure SQL as a service, concepts, protecting your data, Threat detection, data masking, Azure Security Center and Azure SQL Database service

SessionID: 59671

Sql Server 2016 Tabular Architecture. Living On the Edge.

Back to calendar

Event Date: 27-04-2017 - Session time: 16:30:00 - Track: BI Platform Architecture, Development Administration

Speaker: Ronen Chenn

Title: Sql Server 2016 Tabular Architecture. Living On the Edge.

Abstract:

This session will do a brief overview of Tabular Mode 2016 performance topics, and drill into some common methods for investigating performance issues.

Tabular performance and monitoring with Activity Viewer 2016 ( http://activityviewer2016.codeplex.com/releases) Performance investigation tools: Profiler, XEvents, MDX, ETW Tuning Tabular Mode for high end hardware Common pitfalls for processing performance Formula engine performance. Tabular Development LifeCycle Best Practice and +++

SessionID: 59797

Working with the SQL Azure DB

Back to calendar

Event Date: 27-04-2017 - Session time: 16:30:00 - Track: Cloud Application Development Deployment

Speaker: Pini Krisher

Title: Working with the SQL Azure DB

Abstract:

Working with the SQL Azure DB -PAAS can be done in many tools:

Azure Portal, SSMS, VS, PS. Monitoring is also different from On-Premise SQL Server. SQL Server Agent is missing in SQL Azure DB. I will show how a DBA can and need to work in DB on the Cloud.

SessionID: 61439

Enabling Citizen Data Science with Microsoft

Back to calendar

Event Date: 27-04-2017 - Session time: 16:30:00 - Track: Advanced Analysis Techniques

Speaker: Jan Mulkens

Title: Enabling Citizen Data Science with Microsoft

Abstract:

In times past, Data Science was only for those elite few with a rare combination of skills including advanced knowledge of statistics.

Microsoft has been making sure that everyone can participate in the data revolution by giving people access to predictive API’s, in-database advanced analytics and drag-and-drop predictive experiments. All thanks to SQL Server 2016 and the Cortana Intelligence Suite in Azure.

These advances have given people with less knowledge of statistics and programming the ability to become what Gartner calls citizen data scientists. Should we be worried about fools-with-tools or should we embrace the democratization of data science as the golden age of data?

Using a combination of theory and demo’s, we explore Microsoft’s solutions to ensure democratization of data science and the possible dangers that lurk below the surface.