Nr: 37
SQLSaturday #37 - Philadelphia 2010
SessionID: 28501
Microsoft Business Intelligence Overview for 2010
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: A.J. Mee
Title: Microsoft Business Intelligence Overview for 2010
Abstract:
With the upcoming releases of Office 2010, SharePoint 2010, and SQL Server 2008 R2, Microsoft continutes to introduce new innovations to its Business Intelligence story. Come join A.J. Mee, Senior Technical Specialist at Microsoft, for a comprehensive look at the net-new changes to the Microsoft BI platform this year. We will cover such highlights as PowerPivot, Master Data Services, PerformancePoint Services 2010, and Report Builder 3.0. Content will include live, instructor-led demos of selected functionality.
SessionID: 28515
PowerPivot for Excel and SharePoint 2010
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Adam Jorgensen
Title: PowerPivot for Excel and SharePoint 2010
Abstract:
This will be an introduction and lessons learned from early adopters on PowerPivot for Excel and SharePoint 2010. We'll explore the new features and scalability that this new feature brings to the end user, developer, and BI analyst. Session is very demo focused and interactive.
SessionID: 29057
Accessing SQL Server Data with .NET
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-.NET
Speaker: Bill Wolff
Title: Accessing SQL Server Data with .NET
Abstract:
Bill will demonstrate the latest Microsoft patterns and practices for SQL Server data access. This includes LINQ query syntax, Entity Framework data modelling, REST web services using WCF Data Services, and client side data models with WCF RIA Data Services.
SessionID: 29058
Accessing SQL Server Data in SharePoint 2010
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-.NET
Speaker: Bill Wolff
Title: Accessing SQL Server Data in SharePoint 2010
Abstract:
SessionID: 29822
Adding Spatial Data Visualization to SSRS Reports
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Dan Clark
Title: Adding Spatial Data Visualization to SSRS Reports
Abstract:
SessionID: 29874
Tuna Helper for SQL Server DBA's
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: DBA
Speaker: Dean Richards
Title: Tuna Helper for SQL Server DBA's
Abstract:
SessionID: 30318
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: DBA
Speaker: Hilary Cotter
Abstract:
Learn a methodology for diagnosing and resolving SQL Server Performance problems.
Determine if your hardware is adequate for the workload you are placing on it.
Understand how to use the free tools that Microsoft offers to zero in on your stressed hardware components, and the sql server queries and stored procedures which are stressing them.
Grasp the power of indexing, and minimize locking.
SessionID: 30884
Developing Recursive Queries
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-TSQL
Speaker: Jim Moran
Title: Developing Recursive Queries
Abstract:
In this session, we explore how recursion simplifies some programming tasks and how recursive queries can be developed in Microsoft SQL Server using Common Table Expressions. We will begin with a brief introduction to recursion with the classic factorial example and extend this to the set-based issues encountered in SQL development. Then, we will present several real-world problems where recursive solutions can be used in place of temp tables and cursors.
SessionID: 31058
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-TSQL
Speaker: Joshua Lynn
Abstract:
SessionID: 31348
Integrating SSRS 2008 reports with SharePoint
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Kevin Goff
Title: Integrating SSRS 2008 reports with SharePoint
Abstract:
This presentation will:
- Walk through the admin/config steps for deploying SSRS 2008 reports to Microsoft Office SharePoint Server 2007.
- Cover the report management features in MOSS 2007
- Show how to use report web parts and how to modify the appearance of deployed reports through CSS
- Time permitting, I'll cover deployment of reports to SharePoint 2010, using the most recent beta.
SessionID: 31350
Building an OLAP cube with SSAS 2008
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence
Speaker: Kevin Goff
Title: Building an OLAP cube with SSAS 2008
Abstract:
- Are you interested in seeing an OLAP database and OLAP cube built from start to finish?
- Would you like to see some examples of different dimension types?
- Would you like to see how you can use SSIS and XMLA to maintain/incrementally update the OLAP cube?
- Would you like to see an example of SSAS KPIs, roles and report actions?
- And lastly, would you like to see an example that uses something OTHER THAN AdventureWorks or Northwind or Pubs? :)
Then this session is for you!
SessionID: 31578
Application Lifecycle Management for Databases
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-TSQL
Speaker: Mark Scott
Title: Application Lifecycle Management for Databases
Abstract:
This session will deal with techniques for maintaining SQL Server databases in an orderly fashion. We will discuss design decisions that make databases easier to maintain. We will talk about code management and change control to keep the database current – even in multi-user environments. We will talk about simpler, reliable deployment strategies. And we will explore testing frameworks to assure the changes are safe. By using field proven techniques and the tools in Visual Studio and SQL Server Management Studio, we can ease the process of maintaining custom databases while remaining flexible enough to meet the changing needs of our organizations.
SessionID: 31625
SSRS Interactive Reports
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence 2
Speaker: Matt Van Horn
Title: SSRS Interactive Reports
Abstract:
I will show how to take advantage the interactive features of SQL Reporting Services to allow your users to drill down from summaries to the details that drive them. Address some of the simple to implement features that can make your existing reports much more useable to your end users. Topics to be covered include: Graphing, Interactive Sorting, Grouping, and Drilldown Reports.
SessionID: 32139
Developing a BI / DW Environment using SSIS
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Business Intelligence 2
Speaker: Vince Napoli
Title: Developing a BI / DW Environment using SSIS
Abstract:
In this session, we will look at the concepts and practices used in implementing a Data Warehouse environment, features and capabiiities of SSIS, and how to take SSIS to meet your DW / BI needs. We start at a high conceptual level and walk you through implementing a sample DW using SSIS, showing examples of best practices along the way.
SessionID: 32164
High Availability Solutions for SQL Server 2008
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: DBA
Speaker: Paul Begley
Title: High Availability Solutions for SQL Server 2008
Abstract:
SessionID: 32363
So help me Codd
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: DBA
Speaker: Raj More
Title: So help me Codd
Abstract:
I will talk about Database design
- Normalization and Normal forms (1NF, 2NF, 3NF, BCNF)
- Insert/Update/Delete Anomalies and how to solve for them
- Techniques of normalization
- Who Dat?
- Denormalization
- Common Sense things to do when working with databases
SessionID: 32744
Overview of SQL 2005 Service Broker
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-TSQL
Speaker: Said Salomon
Title: Overview of SQL 2005 Service Broker
Abstract:
This session will be a basic review of SQL 2005 Service Broker. It will explain what SQL 2005 Service Broker is, and how can it be used. The presentation will include a number example applications and demos of basic SQL 2005 Service Broker.
SessionID: 32903
New Toys for Developers in SQL Server 2008
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-TSQL
Speaker: Sharon Dooley
Title: New Toys for Developers in SQL Server 2008
Abstract:
This presentation will cover some of the important features for developers in SQL Server 2008. Topics covered include the FILESTREAM attribute, Change Data Capture, the MERGE statement and Row Constructors. There will be demos for most of the topics.
SessionID: 33367
Pushing Data to a Web Client Using Comet
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-.NET
Speaker: Terry Weiss
Title: Pushing Data to a Web Client Using Comet
Abstract:
SessionID: 33774
SQL Server 2008 Policy Managment Overview
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: DBA
Speaker: Joe Toscano
Title: SQL Server 2008 Policy Managment Overview
Abstract:
In presentation I’ll first cover the basics of Policy Management by looking at the components focusing on several simple examples. Then, we’ll discuss how Policy Management can be used to ensure your instances of SQL Server adhere to Microsoft’s recommended best practices for SQL 2000, 2005 and 2008. We’ll see how we can import the readily available and predefined SQL Server best practices into the Policy Management umbrella. Finally, we’ll look at the Enterprise Policy Management Framework which can be used to provide insightful and intuitive Reporting Services reports that can provide you with the policy adherence metrics for your SQL Server Instances across the enterprise.
SessionID: 34519
Developing with SQL Azure
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-.NET
Speaker: Matt Van Horn
Title: Developing with SQL Azure
Abstract:
This is a high level intro of how to develop for SQL Azure either using traditional ASP.Net IIS or Windows Azure as a host. I will go over the differences between SQL Azure and Azure Storage. Considerations that need to be made if using Azure Cloud Hosting with ASP.Net Authentication and session states as well as how to use SQL Azure as a Sql(Membership,Role,Profile)Provider.
SessionID: 34520
Pivot Data Visualization
Event Date: 13-03-2010 - Session time: 00:00:00 - Track: Database Development-.NET
Speaker: Matt Van Horn
Title: Pivot Data Visualization
Abstract: