SQLSaturday #196 - Denmark 2013

Event Date: 04/20/2013 00:00:00

Event Location:

  • Microsoft Denmark
  • Tuborg Boulevard 12
  • Hellerup, Denmark

PDF of Schedule

This event has completed. All data shown below is from the historical XML public data available.

If there are any data quality issues or corrections needed, please contact the webmaster for this site or submit a pull request for the appropriate file(s).


Sessions

This is a list of sessions from the event, based on the schedule in the XML files.


Title: Data-driven Subscription using SSIS and SharePoint

Abstract: SQL Server Reporting Services provides data-driven subscriptions to render reports based on information in a database table. This is a very nice feature but the down side is that you are required to purchase an Enterprise license (or BI license in SQL 2012) of SQL Server in order to use this feature. Customers like this feature but don’t want to pay for the Enterprise license so I searched for an alternative with standard licenses. In this session I will show the alternative where the end user can still create his own subscription in SharePoint. Step-by-step I will create an SQL Server Integration Services package that renders reports to a SharePoint library on values stored in the database.

Speaker(s):

  • David Smeets

Track and Room: Track 3 - N/A


Title: Power View from the Data Visualisation Perspective

Abstract: Power View is Microsoft’s Data Visualisation tool. Where does it get it right, and where does it get it wrong? Using demos, we learn about Power View whilst assessing it based on current cognitive research around Data Visualisation principles by luminaries such as Stephen Few, Tufte and others. We will:

  • investigate Power View based on current cognitive research around Data Visualisation principles
  • look at the features of Power View
  • look at where Power View is supplemented by other parts of the Microsoft Business Intelligence stack

Come to this session if you really want to think about the best ways of presenting data to your Business Intelligence data consumers, and see how to apply these principles in Power View.

Speaker(s):

  • Jen Stirrup

Track and Room: Track 1 - N/A


Title: The Power of Custom Assemblies in Analysis Service

Abstract: Sometimes you are stuck with customer demands where common solutions just aren’t scalable within the Analysis Services (SSAS) regular toolbox. This is where custom assemblies come to save the day! Custom assemblies allow you to extend the power of SSAS by using other technologies, as in this case T-SQL and the SQL Server relational engine.

This session will demonstrate how to utilize custom assemblies in Analysis Services to leverage the power of the relational engine and use it directly in MDX. Through the .Net framework and T-SQL we will be able to inject dimension member unique names into MDX. Effectively we are replacing the MDX Crossjoins with the T-SQL Inner joins, whereby gaining scalability and consistency in query perfo

Speaker(s):

  • Jens Vestergaard

Track and Room: Track 4 - N/A


Title: Getting SQL Service Broker Up and Running

Abstract: Microsoft SQL Server 2005 and 2008 include a fantastic feature that few people understand or use. That feature is the Microsoft SQL Server Service Broker. The SQL Service Broker is one of the least used features within the database engine, and that lack of use is simply from last of knowledge about the feature.

In this session we’ll dig into how to configure the service broker for not only intra-database message queuing, but database to database queuing as well as server to server database queuing. We will also dig into a real life scenario where the SQL Server Service Broker was used to do ETL from an OLTP database to an OLAP database in near real time for near real time reporting (as time allows).

Speaker(s):

  • Denny Cherry

Track and Room: Track 1 - N/A


Title: SQL Server 2012 Parallel Data Warehouse

Abstract: This session will give the attendee an overview on the architecture of Parallel Data Warehouse v2. It will give a perspective on where the PDW will fit in to the big picture of Big Data and the use cases where the PDW will be most efficient. The session will also include an introduction on how queries are built for the PDW solution.

Speaker(s):

  • Belkis Ozhorasan

Track and Room: Track 3 - N/A


Title: Securing the Cube; SSAS security framework

Abstract: Secure, Enable, Maintain, Sustain. In depth discussion on a SSAS security framework with SSIS maintenance toolkits. Create security roles in the cube that enable the business based on underlying data patterns. Presentation covers creation of roles in the cube, with a demo creating SSIS roles with a toolkit based on the adventureworks db model and cube. Using integrated security, service accounts and data sources in the presentation layers this we walk through a security model for end-to-end security as can be implemented in sharepoint integrated solutions and/or standalone reports. This presentation provides real world application and an SSIS toolkit to take away and implement in your solutions.

Speaker(s):

  • Daniel Lewandowski

Track and Room: Track 3 - N/A


Title: Windows Server 2012 Infrastructure for SQL Server

Abstract: With Windows Server 2012 a paradigm shift is occurring in how SQL Server platforms are designed and built. Come and hear why you no longer will need a SAN to create a high-available SQL Server, why I/O is no longer a problem and why Hyper-V v3 Means virtualising SQL Server has made a big leap forward

Speaker(s):

  • Michael Frandsen

Track and Room: Track 1 - N/A


Title: Remodel your old EAV design

Abstract: Sometimes you really need an EAV model. In most cases they are ugly and slow. After this session you will have gained new insights how to turn your old, slow, EAV model into a slim superfast model.

There will be real life examples from a recent project. With the techniques displayed in the presentation, I cut the execution time down from 134 days down to 0.5 seconds and cut the storage need from 550GB to 45GB.

Speaker(s):

  • Peter Larsson

Track and Room: Track 4 - N/A


Title: Data mining with Analysis Services

Abstract: This will be an introduction to options available in Analysis Services for data mining. We will discuss Data mining project life-cycle (CRISP-DM), Target variables (categorical vs continuous), What models are available in SSAS and a bit on configuring them, Model viewing, Model evaluation , What is a categorization matrix and gain chart? DMX langauge and integration to SQL Studio and SSIS

Speaker(s):

  • Dennis Mark Thorsen

Track and Room: Track 3 - N/A


Title: Migrating to the Azure and the Cloud

Abstract: So your CTO wants you to migrate your mission critical database application to the cloud. What’s involved and what are the pitfalls?

In one hour we will take a sample ecommerce application and database, show tools available for both schema and data migration and the demo performance, scalability and monitoring impacts.

Speaker(s):

  • Bob Duffy

Track and Room: Track 2 - N/A


Title: ETL Shootout, SSIS vs Powershell

Abstract: I know what you’re thinking, Powershell is not an ETL tool. And you’re probably right. But I keep running into weird requests that were just easier to fix with Powershell. I’ll show you why some things are not easy in SSIS. I’ll also discuss how you can work around a lot of that instead of switching to Powershell like I did. This session will be around 70% “why is this hard in SSIS and can you work around it?” and 30% “Look how cool Powershell is”

Speaker(s):

  • André Kamman

Track and Room: Track 3 - N/A


Title: SQL Server 2012 AlwaysOn

Abstract: Business continuity is becoming more and more a central topic for many companies. AlwaysOn is the new solution for high availability and disaster recovery introduced with SQL Server 2012. With the help of live demos, in this session we will cover in details this new technology that extends on the familiar concepts of database mirroring and failover clustering. We will also introduce some other engine enhancements that will help raising the overall service availability.

Speaker(s):

  • Gianluca Hotz

Track and Room: Track 1 - N/A


Title: CAST([Transaction Log] as T.SQL)

Abstract: The aim of this session is to take the audience in a quest for the original (or equivalent) T-SQL, that was in the origin of the different transactions recorded, by inspecting the transaction log records and dissecting its data. In a session that tackles several internals storage issues, needed to fulfill its objective, we will go in a travel that starts by the end of the log and will, hopefully, only end at the birth of the database.

Speaker(s):

  • Pedro Correia

Track and Room: Track 2 - N/A


Title: Storing Character Data Optimally

Abstract: So you need to store character data in your database? Easy enough, you just create an nvarchar(MAX) field and you’re done, right? It turns out, it’s not so simple. First up you need to decide on a data type - should you use text? Char(100)? Varchar(100)? Or perhaps one of the (MAX) types? I’ll go through the options we have, including a deep dive on how each data type differs in its storage on disk. Knowing this, we can make intelligent decisions on which type to use, as well as predicting actual performance implications. Knowing how to store character data optimally is an absolutely critical part of your job as a DBA.

Speaker(s):

  • Mark S. Rasmussen

Track and Room: Track 1 - N/A


Title: SQLServer2012 as semantic search engine

Abstract: With the increase in the number of documents created, received and stored by computer, consequently increases the difficulty and time to retrieve these documents based on their content and meaning. With SQL Server 2012 and its new features of Filestream and FullText engine, it is possible to go beyond the “classical” management of key words and phrases linked to each document. Thanks to semantic search you can search for documents according to their meaning, find related documents and retrieve similar documents easily and effectively.

Speaker(s):

  • Emanuele Zanchettin

Track and Room: Track 4 - N/A


Title: Database development with SSDT

Abstract: SQL Server Data Tools (SSDT) is a toolset that allows professional database and application developers to carry out all their database design work for SQL Server and SQL Azure within Visual Studio. SSDT provides a rich SQL Server development experience with first class language services and VS integration, as well as declarative, model-based tools that can be utilized for both online and offline development. In this session we’ll dive into Online and Offline development as well as the Productivity and tools that the SSDT team keeps providing to us.

Speaker(s):

  • Regis Baccaro

Track and Room: Track 3 - N/A


Title: Decisions, Decisions…

Abstract: Decision-trees are the bread-and-butter of predictive modeling. Conceptually simple, fast to build and easy to interpret - yet quite powerful and versatile. They come in many flavors, from the smallest tree to vast (random) forests This session will explain the basics of decision trees and demonstrate the process of building, interpreting, tuning, pruning and validating a simple model using the Data Mining components of SQL Server Analysis Services.

Speaker(s):

  • Niels Leth Gammelgaard

Track and Room: Track 4 - N/A


Title: Cloud Database Scalability with SQL Federation

Abstract: You have migrated your SQL Server database to Windows Azure SQL Database (AKA SQL Azure), and you have migrated your application to Windows Azure. Now what? As the load on your database begins to increase, the need to scale your new SQL Database instance becomes a realization. In this demo-filled session we’ll explore SQL Federation, Microsoft’s solution for cloud database scalability. This session will look at the scalability model for the cloud and how SQL Federation solves the scale-out issue. We’ll look at the architecture of SQL Federation and you can apply SQL Federation to your cloud database solution.

Speaker(s):

  • Scott Klein

Track and Room: Track 1 - N/A


Title: Tracing with Extended Events. - Adios Profiler

Abstract: “Hasta la vista, Profiler.”  – Introduction into Tracing with Extended Events. Focus: historical deadlock Analysis. - Extended Events, although in the product since SQL Server 2008 have been known to Insiders as an extremely well performing and flexible Tracing-Framework. Since SQL Server 2012 this important feature, which will replace SQL Trace, is available in SSMS. In this introductory to advanced session we will also especially have a look at the System Health Session and how it can be used for historical deadlock-analysis right out of the box. („Hasta la vista, Profiler. Hasta la vista Traceflags 1204, 1222“)

Speaker(s):

  • Andreas Wolter

Track and Room: Track 2 - N/A


Title: SQL Internal Storage

Abstract: This session describes how SQL Server internally stores table data. Although you can use SQL without understanding the internals of data storage, a deep knowledge of how data is stored will improve the development of efficient applications. This session explores the basic of metadata that keeps track of data and index storage information.

Speaker(s):

  • Bruno Basto

Track and Room: Track 2 - N/A


Title: Spatial Data and Windows Azure SQL Database

Abstract: Spatial Data is very important for the new applications, related with Data Visualization and BI. Windows Azure offers possibility to use advantages of spatial data suing cloud computing. In this lecture will talk about the use of spatial data in the Windows Azure - loading data from Windows Azure SQL Database Spatial, optimizing Windows Azure applications and their use of different types of customers: WEB based, WPF, WP7. We will learn how to import spatial data in different formats in Windows Azure SQL Database Spatial and will create a several sample Windows Azure applications, that use this data.

Speaker(s):

  • Mihail Mateev

Track and Room: Track 3 - N/A


Title: Kung Fu Migration to Windows Azure SQL Database

Abstract: As cloud computing becomes more popular and cloud-based solutions the norm rather than the fringe, the need to efficiently migrate your database is crucial. This demo-filled session will discuss the tips and tricks, methods and strategies for migrating your on-premises SQL Server databases to Windows Azure SQL Database, AKA SQL Azure. Focusing primarily on SQL Server Data Tools and the DAC Framework, this session will focus on how these tools can make you a kung-fu migration master.

Speaker(s):

  • Scott Klein

Track and Room: Track 1 - N/A


Title: SQL anti patterns

Abstract: You can learn SQL in three days but it’ll take you 10 years to become good at it. In this session we will have a look at some basic design errors and get a notion of the things that absolutely doesn’t work. Antipatterns is a way of naming common design errors in order to make them easier to remember - even if you haven’t done them yet.

We will become acquainted with antipatterns on a physical level, a logical level and an sql-queries and application level, and spice it up with some seriously foolish errors made by me and my colleagues. The session is relevant for developers and DBAs.

Speaker(s):

  • Kennie Pontoppidan

Track and Room: Track 4 - N/A


Title: Design a Metro Style Dashboard with Excel PowerP

Abstract: See how you can implement a Metro Style Dashboard in Excel based on a PowerPivot model in excel and how to make it dynamic with the Excel CUBE functions.

Speaker(s):

  • Erik Svensen

Track and Room: Track 2 - N/A


Title: Accelerating SQL 2012 Clustering with NAND Flash

Abstract: A DBA running SQL Server 2008 or above will often think he has no alternative to shared storage in order to run High availability Clustering in terms of both performance as well High Availability. Understand if it is worth trading high latency Shared Storage with low Price/GB to Local, Low latency OS integrated NAND Flash with high price/GB by trading Host Memory and CPU cycles for I/O Using NAND Flash from Fusion-io Also, is there a potential License saving by running lower latency I/O and reducing CPU count?

Speaker(s):

  • Salvatore Buccoliero

Track and Room: Track 2 - N/A


Title: What’s with my backups? How stuff works.

Abstract: What does really take place when you do a full backup? Has it always been like that , or has the method used for taking backups changed? What is included in a backup and why doesn’t it clear my log. Differential and log backups explained, as well as a quick look how tho find what your backupdevices contain. The explanations will be accompanied by scripts and discussion about VLFs, LSNs and other useful acronyms. Also included is a full demo about how you could track the sequence of your backups, and how to detect missing logchains.

Speaker(s):

  • Mikael Wedham

Track and Room: Track 4 - N/A


Title: Analyzing Twitter Data

Abstract: This session will concentrate on explanation of how to start using and analysing the data from one of the most popular social networks - Twitter. We shall take a look at the different dashboards and we shall try to understand some of the meanings. This presentation shall try to explore the best of the existing Microsoft technologies for an accessible Twitter data analysis.

Speaker(s):

  • Niko Neugebauer

Track and Room: Track 4 - N/A


Speakers

This is a list of speakers from the XML Guidebook records. The details and URLs were valid at the time of the event.

David Smeets

Twitter: - @SmeetsDavid

Contact: http://smeetsd.wordpress.com/

David Smeets has been active as A BI professional for 10 years now. Currently he is working as a SharePoint BI Consultant at CTG Belgium where he has completed several SharePoint BI projects and assisted clients in improving their BI environment. In 2012 he was a speaker for the Belgium BIWUG and active as a speaker for Sharepoint Europe. In 2012 he also won the Belgium Microsoft contest: So you think you can demo (BI track) with a HealthCare BI solution.

Mikael Wedham

Mikael Wedham is the first Microsoft Certified Master on SQL Server 2008 in Sweden. He has worked as a developer and database administrator since 1993, and also been a support technician. In 1997, Mikael became a Microsoft Certified Trainer, and is now an appreciated teacher in the .NET and SQL areas. He has also helped the Swedish Microsoft Technical Education centers develop a program for coaching towards certification. Mikael was one of the first in Sweden giving lectures in Microsoft O

Jen Stirrup

Contact: http://www.jenstirrup.com

Jen is a database strategist, small business owner, SQLFamily and community advocate, public speaker and blogger. Jen was elected Director-At-Large (elect) for the Professional Association of SQL Server, responsible for the EMEA regions plus the Virtual Chapter portfolio. Jen is passionate about all things data and business intelligence, helping leaders derive value from their Microsoft SQL Server, SharePoint and Office365 investments.

Niko Neugebauer

Twitter: - NikoNeugebauer

LinkedIn: Niko Neugebauer

Contact: http://www.nikoport.com

Niko Neugebauer is a Data Platform Consultant. A SQL Server MVP with over 20 years of experience in IT, he is passionate about the Microsoft Data Platform and community. Founder of the Portuguese SQL Server User Group and the main organizer of the first SQLSaturday event outside of North America (#78 Portugal), Niko speaks regularly at events such as PASS Summit, SQLRally, SQLBits, and SQLSaturday events around the world. Niko loves sharing information and knowledge and has authored over 130 blog posts on Columnstore Indexes, and regularly contributes to the open-sourced CISL library focused on Columnstore Indexes.

Dennis Mark Thorsen

Contact: http://www.mining.dk

Master of science in EconomicsIT Consulting since 2006Interests:SQL Server Business intelligence.NETData miningSharepoint

Niels Leth Gammelgaard

Niels Gammelgaard works as a consultant with Platon A/S in the area of BI and advanced analytics. With experience both as a predictive analyst and solution developer, he enjoys working will all aspects of value extraction from data. He holds a PhD in mathematical physics.

Mark S. Rasmussen

Twitter: - @improvedk

LinkedIn: Mark S. Rasmussen

Contact: http://improve.dk

Mark S. Rasmussen, a SQL Server MVP, has worked extensively with SQL Server, primarily focused on performance optimization and internals. Besides SQL Server, he is also proficient in the Microsoft .NET development stack, with a decade of experience. Fueled by his interest in the nitty-gritty details, Mark started the OrcaMDF open-source project, which aims to provide a completely standalone parser for SQL Server MDF files. He actively blogs at http://improve.dk and tweets at @improvedk.

Kennie Pontoppidan

Twitter: - @KennieNP

LinkedIn: Kennie Pontoppidan

Contact: http://www.pontop.dk/

Kennie Nybo Pontoppidan is a senior program manager in Microsoft working in the Dynamics NAV server backend team. He has worked in the dangerous field between developers, dbas, customers and project managers for many years and done his part of mistakes as a developer before that in his 15+ years in the it industry. He enjoys working with databases and really, really enjoys his daily dose of sql. Kennie has no humor.

Peter Larsson

Twitter: - SwePeso

Contact: http://www.sqltopia.com

Peter Larsson is a key player for performance written code. He can turn a 10 hour query into a 3 minute piece of code. Peter is also a SQL Server MVP since 2009. He often hangs out at SQLTeam.com (27k+ posts) and other various sites where he helps all people understand SQL Server.

André Kamman

Contact: http://andrekamman.com

André is a freelance SQL Server specialist. In previous roles he’s done a lot of DBA work on 100’s of servers where he discovered his love for Powershell and automating processes in general. Today the better part of his day he’s building and tuning ETL processes. André is a SQL Server MPV, Dutch PASS Chapter Leader and organiser of SQL Rally Amsterdam and SQLSaturday Holland

Jens Vestergaard

Contact: http://www.t-sql.dk

Jens performs the traditional BI disciplines from imports in Integration Services through data consolidation in Analysis Services to report in Reporting Services, Targit or similar tool. Jens has worked with The Stack since SQL 2000 and has a core competence in Integration Services and Analysis Services. Along with the certified skills in MS SQL Server, Jens has also worked with Microsoft. Net platform for more than 10 years.

Bob Duffy

Twitter: - @bob_duffy

LinkedIn: Bob Duffy

Contact: http://blogs.prodata.ie/author/bob.aspx

Bob Duffy is a SQL Server MVP from Dublin, Ireland who is MCA, MCM. and Analysis Services Maestro certified.

Bob works as a Database Architect at the Prodata SQL Centre of Excellence where he specializes in business intelligence and performance tuning.

Daniel Lewandowski

Daniel has been a college instructor and high school teacher, network engineer, and tour guide along the way to starting LewiCool Consulting. MicroSoft Business Intelligence Consultancy with BI experience in enterprise organizations spanning multi-million dollar corportations to government, telecom, banking, industrial and education. Striving to enable business with technology, with secure maintainable sustainable solutions that help the business attain success in whatever the endeavor.

Scott Klein

Twitter: - SQLScott

Contact: http://aka.ms/sqlscott

Scott Klein is a senior consultant with SQL Solutions Group with over two decades of experience working with Microsoft SQL Server. Prior to SSG, Scott spent almost 10 years at Microsoft, traveling the globe as a technical evangelist training and speaking about SQL Server and Microsoft’s Azure data services. Scott’s recent focus has been on advanced analytics, including big data and IoT, providing real-world training to help bring intelligence to your data. Scott has authored several books focusing on data and data analytics. Scott is continuously striving and looking for ways to help developers and companies grok the wonderful world of data.

Erik Svensen

Twitter: - @donsvensen

LinkedIn: Erik Svensen

Contact: http://eriksvensen.wordpress.com

Microsoft MVP - Dataplatform Leader of Denmark - Power BI Usergroup

Passionate about Power *, Excel , Analysis Services, Reporting Services.

CTO @CatManSolution - delivering a BI as service solution for suppliers to FMCG Retailers based on the Microsoft BI Stack

Scott Klein

Twitter: - SQLScott

Contact: http://aka.ms/sqlscott

Scott Klein is a senior consultant with SQL Solutions Group with over two decades of experience working with Microsoft SQL Server. Prior to SSG, Scott spent almost 10 years at Microsoft, traveling the globe as a technical evangelist training and speaking about SQL Server and Microsoft’s Azure data services. Scott’s recent focus has been on advanced analytics, including big data and IoT, providing real-world training to help bring intelligence to your data. Scott has authored several books focusing on data and data analytics. Scott is continuously striving and looking for ways to help developers and companies grok the wonderful world of data.

Gianluca Hotz

Twitter: - glhotz

LinkedIn: Gianluca Hotz

Contact: http://www.ghotz.com

Gianluca Hotz is an independent consultant, trainer, speaker and Mentor specialized in architecture, database design, high availability, capacity planning, performance tuning, system integration and migrations for Microsoft SQL Server. He has been working as a consultant in the IT field since 1993 and with SQL Server since 1996. He is among the original founders of ugiss.org, where he served as vice-president from 2001 to 2016 and he is now serving as president, for his contribution to the community he has been a SQL Server MVP since 1998.

**Salvatore Buccoliero **

Sr. Systems Engineer at Fusion-io since 2012. Responsible for Scandinavian customers deploying low latency Nand flash. Works as architect, consultant and trusted advisor. Working topics range from Open source DB’s on all types of Linux flavors to Windows with SQL server. Install types range from Single server optimizing Cubes to multiple broadcasting streaming servers over cloud based internet gaming communities.

Andreas Wolter

Twitter: - AndreasWolter

LinkedIn: Andreas Wolter

Contact: http://www.andreas-wolter.com/blog/

Andreas Wolter is a Program Manager for SQL Server- and Azure Security at Microsoft. In this role he is working on Security features of SQL Server, Azure SQL Database and Managed Instance. He is currently focusing on “Separation of Duties”-concepts and RBAC-Integration. He has 18 years of experience with SQL Server before joining Microsoft and is the founder of Sarpedon Quality Lab, the Germany-based company specialized on SQL Server HA, Performance and Security. He is Microsoft Certified Master (MCM) for SQL Server and Microsoft Certified Solutions Master for the Data Platform (MCSM) and was recognized as MVP for multiple years in row.

Michael Frandsen

Twitter: - @Guru_Frandsen

LinkedIn: Michael Frandsen

Michael Frandsen is an Microsoft MVP on Cloud amp; Datacenter and the lead consultant on areas of technical consulting, performance optimization and migration/consolidation projects, with special focus on storage, scalability and virtualization.

He started with Windows NT 3.1 and SQL Server 4.21a and has been involved in Tech betas and TAP customers ever since.

He has also contributed to best-practices at Microsoft and HP, through working with Microsoft product groups and SQLCAT in Redmond and HP Ramp;D in Palo Alto and Houston

Denny Cherry

Twitter: - mrdenny

LinkedIn: Denny Cherry

Contact: https://www.dcac.com

Denny Cherry is the owner and principal consultant for Denny Cherry Associates Consulting and has over a decade of experience working with platforms such as Microsoft Azure, Amazon AWS, Microsoft SQL Server, Hyper-V, vSphere, and Enterprise Storage solutions. Denny’s areas of technical expertise include system architecture, performance tuning, security, replication, and troubleshooting. Denny currently holds several Microsoft Certifications related to SQL Server 2000 through 2019, including being a Microsoft Certified Master, Microsoft MVP and VMware vExpert Award.

Mihail Mateev

Twitter: - mihailmateev

LinkedIn: Mihail Mateev

Contact: https://mmateev.wordpress.com/

Mihail Mateev is a technical consultant, community enthusiast, PASS Regional Mentor for CEE, chapter lead, Microsoft Azure MVP, Microsoft Regional Director. He works as a Senior Solutions Architect at EPAM Systems, focused on Data Platform, IoT and cloud related solutions. He also worked many years like a Technical evangelist in the Infragistics. Last years Mihail was focused on various areas related to technology Microsoft: Data Platform, Visual Studio, ASP.Net, Windows client apps, Data Platform, and Microsoft Azure. Michael also has a PhD in cloud computing area. He is a university lecturer on Smart Homes and Smart Energy IoT Solutions.

Bruno Basto

Bruno Basto, senior consultant #160;and senior trainer #160;at Rumos. SQL certified since 6.5 version (1998). Work with MSFT tools and infrastructure since 1992 in the financial, banking and insurance areas. Responsible for several training projects for software solutions with MSFT infrastructure. Speaker at several MSFT and SQLPass events.

Emanuele Zanchettin

Twitter: - @thinkIT

LinkedIn: Emanuele Zanchettin

Emanuele Zanchettin, after studying in Computer Engineering, began his career with DB2 in the banking sector in 1998. After a few years and a change of scope of application, he encountered Access and Oracle with which he subsequently worked for several years in data access tuning and database design for new application features. Since 2007 he has also launched into the SQLServer world 2K, 2005, 2008* and 201* and more importantly, since 2011, into Azure SQL Database (SQL Azure). In order to have a greater capacity for assessment and familiarity with the various technologies that the market offers, he has deepened his knowledge to include MySQL and DocumentDB. Today Emanuele is mainly involved in IT projects and database management.

Pedro Correia

Twitter: - pjcorreiasql

LinkedIn: Pedro Correia

Contact: http://sql.pt

Pedro Correia was born in 1976 on the 265th day of that year. He has been working with SQL Server for over 12 years, since the days of SQL Server 7.0, and his specialties are security and performance tuning. He is also a SQL Server trainer and teaching is one of his passions. 2012 was a year focused on the certification of competences and skills gained over the years, namely becoming one of the few Microsoft Certified Master - SQL Server 2008 (llt;100 worldwide).

Belkis Ozhorasan

-

Regis Baccaro

Twitter: - @regbac

LinkedIn: Regis Baccaro

Contact: http://theblobfarm.wordpress.com

Regis has more than 15 years of experience with SQL Server, SharePoint and .Net as an architect and developer. R#233;gis is a SQL Server MVP since 2014 and a frequent speaker at SQL conferences, a PASS Regional Mentor and the founder of SQLSaturday Denmark community event. He is also a certified industry trainer on the APS/PDW platform. In his freetime he is an avid runner, cook and farmer.

Sponsors

The following is a list of sponsors that helped fund the event:

Back to the SQLSaturday Event List

Back to the home page