SQLBits 2011
Gather SQL Server Performance Data with PowerShell
It's important to keep a baseline of performance metrics that allow us to know when something is wrong and help us to track it down and fix the problem. This session will show you how to use PowerShell to gather your baseline and how to report it.
Understanding how your servers behave normally is critical to knowing where problems really are when they occur. Reporting that in a form that's clear and consistent gives you credibility with your boss and your users. In this session we'll discuss what performance counters to capture and why, and walk through a PowerShell script that gathers those counters and loads them into your administrative database where we'll then build a report showing the counter data in a way that easily shows you the performance characteristics of your system. By tracking this over time you understand how the system is doing and will learn to easily see where the problems are when they occur.
Speakers
Allen White's previous sessions
Find and Fix those Troublesome Queries
SQL Server provides a wealth of tools in the box to help you spot troublesome queries. We'll explore those and examine how they can best be used.
Get Near Realtime ETL with Service Broker
Using SQL Server Service Broker you can create near real-time data in your data warehouse for more timely analysis and reporting.
Maintain SQL Server System and Performance with PowerShell
This session will demonstrate scripts to gather server inventory data and SQL Server and operating system performance data with PowerShell and provide reports to stay on top of your servers.
Gather SQL Server Performance Data with PowerShell
It's important to keep a baseline of performance metrics that allow us to know when something is wrong and help us to track it down and fix the problem. This session will show you how to use PowerShell to gather your baseline and how to report it.
Let Service Broker Help You Scale Your Application
Service Broker was introduced in SQL Server 2005 to provide asyncronous messaging in your database applications. In this session we'll walk you through the basics of Service Broker and show how you can use it to build highly scalable applications.