Toggle navigation
FAQ
Venue & Travel
Sponsors
Sessions
Training Days
Wednesday
Thursday
Friday
Saturday
Login
It appears that your browser does not support JavaScript, or you have it disabled. This site is best viewed with JavaScript enabled. If JavaScript is disabled in your browser, please turn it back on then reload this page. If your browser does not support JavaScript,
click here for a page that doesn't require javascript
.
Home
Sessions & Content
Sessions & Content
Tags
Azure
(2)
BI
(3)
data warehousing
(3)
DAX
(4)
dimensions
(2)
ETL
(2)
high availability
(3)
performance
(8)
Power Pivot
(3)
spatial
(2)
SSAS
(7)
SSIS
(4)
virtualization
(3)
Content Type
Slide Deck
39
Search
Conference
SQLBits VIII
39
10 Do's and 10 Dont's for the SQL Server CLR
A guide to the things that you should be doing if you use the CLR, as well as those that you shouldn't. Find out what you need to be aware of, with a cause-and-effect approach.
28 Weeks later - How to scale-out your MS Business Intelligence environment
The SQL Server provides much functionality that increases the scalability and flexibility of your solution by distributing data and jobs among low-priced commodity servers.
Advanced Dimensional Modelling
Many of us know what dimensions and fact tables are. But dimensional modelling is more than just dimensions and fact tables. This session is about advanced dimensional modelling topics, which are useful for anybody involved in the design of a DW.
Analysis Services Advanced Best Practices
This dense hour of presentation will cover design techniques to leverage cube features that also consider possible maintenance of the database structure over time.
Automating SSAS cube documentation using SSRS, DMV and Spatial Data
This session will show how to use DMVs (data management views) to query the OLAP cube structure, and then use SSRS to create a set of interactive reports including the BUS matrix, and using spatial data to generate automated star schemas.
Back From the Dead: How to Restore a SQL Server in 60 Minutes or Less
In this session, I will demonstrate, step-by-step, the entire process of restoring all of the system and user databases from a damaged instance to a new instance.
Back to the SSIS Future
A look at the new SSIS features in SQL Server code-named Denali
BISM Introduction
Introduce the features of BISM (BI Semantic Model), the new engine that will be available in Analysis Services "Denali".
Building a dynamic OLAP environment
This session will present the tools and techniques used to create OLAP cubes and supporting data marts on-the-fly from a mere set of data files and configuration metadata.
Business Rules and SharePoint Workflow with Master Data Services
This session will be an in-depth look at what the MDS business rules are and how they work, including a series of demos and guidance on how the rules are built. SharePoint Workflow will also be covered, as MDS can initiate a SharePoint workflow.
Common mistakes developer make in SQL Server
All developers and DBAs make mistakes when programming in SQL Server. Learn to avoid the most common mistakes.
Data Modelling for a flexible cube
Learn how to leverage the data model to create flexible behaviour in a cube without the overhead of calculated members
Data Vault, An introduction to the new datawarehouse supermodel
A new and fresh approach to datwarehousing that is agile, performant and easy to do. Data Vault is a new methodology that tries to overcome traditional problems that plagued traditional datawarehousing in the past.
Database Testing-Minimizing "If it can break, it will."
A look into the world of database testing, how to go about it, why do we really need it and how to work well with your peers and managers for greater project success.
DBAs vs Developers-The FINAL SHOWDOWN
We all know how much love DBA's have for Developers and visa versa. You can measure it in milligrams. This fun session discusses the issues we have with one another and presents some solutions to save knives in backs and blood stained carpets.
Fun with Scoped Assignments in MDX
This session will introduce the concept of scoped assignments in MDX and show how they can be used to solve various calculation problems.
Geting data from here to there using replication
This will show the replication options available in sql server and in which situations each type can be used. I will also show how to set it up and some diagnostic techniques for when it doesnt work
Google Maps? Build your own Mapping, Geocoding, and Routing service
SQL Server spatial features have not yet made it into mainstream usage and many developers still ask "But *why* would I use them?". In this session, I hope to answer that question by replicating the functionality of Google Maps using only SQL Server.
High Scale OLTP – LL From SQLCAT Performance Labs
In this session, I will talk about the lessons we have learned and the methodology we follow when diagnosing and resolving issues with real customer workloads running on 64 and 128 logical cores
Introduction to Powershell
Back (hopefully) by popular demand I'll be sharing the secrets to getting started with Powershell in a SQL Server Environment.
Lightning Talks
A chance for speakers new and seasoned to take the stage for 5 minutes and effuse about something/anything in SQL Server they love.
Microsoft BI-More than Just SQL
A look at the Microsoft Business Intelligence stack and how other products can enhance a SQL BI project.
Mixing virtualisation with SQL Server - a checklist for success
Here I share a checklist I created from my experience and theory designed to make sure we’re ready to put our business critical SQL Servers on a virtualised platform and are prepared for the next time we get a database performance issue.
Multi-Site Failover Cluster With SQL 2008 and Denali
Planning a failover clustering implementation in a single data center is fairly straightforward, but what happens when you want to span data centers? Come and find out how to plan a multi-site failover cluster.
Parallel Plans
The talk will go back to SQL Server 7.0 when we have introduced “parallel query” in SQL Server for the first time. Lubor will share our initial “parallelism” challenges and how this feature has been developing through the subsequent releases
Parameter Sniffing Problem with Stored Procedures
In this presentation it will be clarified when and why parameter sniffing is a problem in SQL Server stored procedures. Of course we will offer several solutions for this problem and discuss which solution is applicable in which scenario.
PowerPivot Advanced Data Modeling
During this session we are going to analyze common business problems that require and advanced usage of DAX functions and data modeling with PowerPivot.
Relational Modeling for Extreme DW scale
This session is taken from lessons learned in the field on being able to scale data models to handle multi-terabytes of data. Come to this session and understand the difficulties before you encounter them.
So Many High Availability Options, So Little Time
This session will compare and contrast the various SQL Server high availability options and discuss the things you need to do - both SQL Server and non-SQL Server - that you need to do to achieve availability.
SQL Consolidation Planning
SQL Virtualisation using the Microsoft Assessment Planning tool and the SQL Consolidation Toolkit
SQL Server 2008 Database Internals
Do you already wanted to know how SQL Server 2008 stores a database file physically on the hard drive? In this session you will learn the internal structure of a SQL Server 2008 database file.
SQL Server and Solid State Storage - SQL/SSD
Jon Reade examines the performance benefits of SSDs in a SQL Server environment.
SQL Server Clustering for Dummies
Are you uncomfortable with the idea of SQL Server Clustering? Do you currently use it and are scared to go near your Clustered Instances and their physical hosts? Stop worrying and learn the "Dark Art" of SQL Server Cluster administration.
SSIS Custom Components
Writing your first SSIS custom components can seem like a very steep learning curve. In this session i shall walk you through a simple skeletal one to start you on your way.
SSIS Dataflow Performance tuning
Building performant data flows takes more than just dragging a few boxes onto a design surface. In this session I'll demonstrate that SSIS perf tuning is less about fine-grained tweaks and more about designing packages correctly in the first place.
StreamInsight-Solving Business problems (Deep Dive)
Event Stream Processing opens up a mass of opportunities for reacting to patterns in your data in realtime. This session shows you how.
Understanding and Preventing SQL Injection Attacks
SQL Injection attacks are one of the most common hacker tricks used on the web. Learn all about SQL Injection attacks in this perennially favorite session.
We have control!-Controlling Resources in SQL Server
With SQL Server you can integrate traditional tools such as SQL profiler and performance monitor to pinpoint problems. With SQL Server 2008, you can control environments using Policy based management and with the Resource Governor. Chris will explore
Whats new in SQL Server "Denali"?
This presentation will cover all of the new engine and tools features coming our way in the next major version of SQL Server.
<<
1
>>