﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0"><channel><title>SQLServerCentral.com Articles tagged Profiler</title><link>http://www.sqlservercentral.com/</link><description>Articles tagged Profiler posted on SQLServerCentral.com</description><language>en-us</language><ttl>360</ttl><managingEditor>sjones@sqlservercentral.com (Steve Jones)</managingEditor><item><title>Get a Descriptive Name for SQL Server Analysis Services Profiler Event Class and Event Subclass</title><description><![CDATA[<p>A customer provides an SQL Server Analysis Services trace file to analyze. You save this file into a trace table and execute T-SQL code to analyze the results. Rather than getting descriptive values for the EventClass and EventSubclass data, you get numerical values. How do you resolve these numerical values to meaningful descriptive names?  Check out this tip to learn more.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/90660/</guid><pubDate>Thu, 17 May 2012 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/90660/</link></item><item><title>SQL Server Blocking Monitoring</title><description><![CDATA[<p>Monitoring blocking can be problematic when you cannot catch it in the act.  This article will show you an easy way to configure a SQL Server Profiler Trace to monitor blocking</p>]]></description><guid>http://www.sqlservercentral.com/articles/Blocking/73148/</guid><pubDate>Thu, 19 May 2011 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Blocking/73148/</link></item><item><title>Working with SQL Server Profiler Trace Files</title><description><![CDATA[<p>In a previous tip we looked at the steps to Create a Trace Template in Profiler. In this tip we will look at a few more tips such as creating a trace template from an existing trace file and saving a trace file to a SQL Server table. </p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/72329/</guid><pubDate>Wed, 16 Feb 2011 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/72329/</link></item><item><title> Fun with SQL Server Profiler trace files and PowerShell</title><description><![CDATA[<p>Running Profiler traces against multiple servers becomes a painful process when it’s time to collate and filter all that data. It would be time-consuming, frustrating and messy if Laerte hadn’t written this handy PowerShell script (complete with examples) to help you out.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/71834/</guid><pubDate>Wed, 22 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/71834/</link></item><item><title>Set Up And Schedule a Server Side Trace</title><description><![CDATA[<p>How to use Profiler to generate TSQL scripts that can be modified and automated to run as a server-side trace</p>]]></description><guid>http://www.sqlservercentral.com/articles/Performance+Tuning/71549/</guid><pubDate>Thu, 02 Dec 2010 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Performance+Tuning/71549/</link></item><item><title>SQL Profiler Through StreamInsight Sample Solution</title><description><![CDATA[<p>In this postI show how you can use StreamInsight to take events coming from SQL Server Profiler in real-time and do some analytics whilst the data is in flight.  Here is the solution for that post.  The download contains Project that reads events from a previously recorded trace file Project that starts a trace and captures events in real-time from a custom trace definition file (Included) It is a very simple solution and could be extended.</p><!-- 12 Tools (SQL Dev Bundle)-->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013"><img src="http://assets.red-gate.com/external/SSC/devbundle_68x68.gif" alt="sqldeveloperbundle"></td>   <td><strong>12 essential tools for database professionals</strong><br />The SQL Developer Bundle contains 12 tools designed with the SQL Server developer and DBA in mind.  <a href="http://www.red-gate.com/products/sql-development/sql-developer-bundle/?utm_source=ssc&utm_medium=pubad&utm_content=12_tools&utm_campaign=sqldeveloperbundle&utm_term=rss-20013">Try it now.</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/redirect/articles/71161/</guid><pubDate>Tue, 21 Sep 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/71161/</link></item><item><title>Performance testing and tuning for a beginner</title><description><![CDATA[<p>How to test and tune a stored procedure?</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/64523/</guid><pubDate>Fri, 10 Sep 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/64523/</link></item><item><title>Streaming Profiler Data Through StreamInsight</title><description><![CDATA[<p>Using the Trace Management objects API it is possible to capture the events happening on SQL Server or indeed Analysis Services.  I got to thinking that this would be a good thing to stream out in real time in StreamInsight and do some analysis “In Flight”.  So here is a short video of me doing just that.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/70945/</guid><pubDate>Tue, 31 Aug 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/70945/</link></item><item><title>Determining Object Access Using SQL Server Profiler</title><description><![CDATA[<p>Deanna Dicken examines a SQL Server Profiler event to determine object access...who is using the object, when, and how. This gives the SQL developer or database administrator much needed information for impact analysis prior to a change or the decommissioning of a SQL Server object.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/70564/</guid><pubDate>Wed, 30 Jun 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/70564/</link></item><item><title>Profiling SSIS packages for component level change tracking</title><description><![CDATA[<p>In this tip we will look at an add-in that helps you better identify changes between two versions of an SSIS package.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/68955/</guid><pubDate>Thu, 10 Dec 2009 07:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/68955/</link></item><item><title>Troubleshooting Performance Problems in SQL Server 2008</title><description><![CDATA[<p>This white paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66765/</guid><pubDate>Fri, 31 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66765/</link></item><item><title>Auditing with SQL Profiler</title><description><![CDATA[<p>Complete package to allow tracking of any data that Profiler can capture and storage for auditing purposes, use to satisfy SOX compliance.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Auditing/67431/</guid><pubDate>Thu, 16 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Auditing/67431/</link></item><item><title>Testing with Profiler Custom Events and Database Snapshots</title><description><![CDATA[<p>We've all had them. One of those stored procedures that is huge and contains complex business logic which may or may not be executed. These procedures make it an absolute nightmare when it comes to debugging problems because they're so complex and have so many logic offshoots that it's very easy to get lost when you're trying to determine the path that the procedure code took when it ran. Fortunately Profiler lets you define custom events that you can raise in your code and capture in a trace so you get a better window into the sub events occurring in your code.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/67511/</guid><pubDate>Wed, 15 Jul 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/67511/</link></item><item><title>SQL Server Profiler Part 2:  Custom Templates and Saving Data</title><description><![CDATA[<p>In Part 2 of our series we will examine how to create custom templates and how to save collected trace data.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Profiler/66776/</guid><pubDate>Mon, 15 Jun 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Profiler/66776/</link></item><item><title>Trace File Source Adapter</title><description><![CDATA[<p>The Trace File Source adapter is a useful addition to your SSIS toolbox.  It allows you to read 2005 and 2008 profiler traces stored as .trc files and read them into the Data Flow.  From there you can perform filtering and analysis using the power of SSIS</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66977/</guid><pubDate>Wed, 27 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66977/</link></item><item><title>Mastering SQL Server Profiler - Part 6: Creating Custom Traces</title><description><![CDATA[<p>The sixth and last module of the training course &quot;Becoming a Profiler Master&quot;, describes how to create custom Profiler traces, tailored to the specific performance problem you wish to investigate.</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/articles/Video/66682/</guid><pubDate>Thu, 21 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66682/</link></item><item><title>Mastering SQL Server Profiler - Part 5: Data Columns </title><description><![CDATA[<p>The fifth module of the training course &quot;Becoming a Profiler Master&quot;, looks in details at the data columns that are associated with the Profiler events discussed in module 4.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66681/</guid><pubDate>Tue, 19 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66681/</link></item><item><title>Mastering SQL Server Profiler - Part 4: Profiler Events</title><description><![CDATA[<p>The fourth module of the training course &quot;Becoming a Profiler Master&quot;, takes a detailed look at the many events and event categories that can be collected with Profiler.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66680/</guid><pubDate>Thu, 14 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66680/</link></item><item><title>Mastering SQL Server Profiler - Part 3: Getting Started</title><description><![CDATA[<p>This, the third installment of the &quot;Becoming a Profiler Master&quot; online training course, shows how to start, stop and control Profiler and how to save the traces.</p><!-- disturbing m2 (DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>Top 5 hard-earned Lessons of a DBA </strong><br />New! Part 4, ‘Disturbing Development’ by Grant Fritchey, features the return of Joe Deebeeay and a server-threatening encounter with ORMs -  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m2&utm_campaign=sqldbabundle&utm_term=rss-20019">read it here</a></td>  </tr> </tbody></table>
]]></description><guid>http://www.sqlservercentral.com/articles/Video/66679/</guid><pubDate>Tue, 12 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66679/</link></item><item><title>Mastering SQL Server Profiler - Part 2: Profiler Architecture</title><description><![CDATA[<p>This module, part 2 of the online training course &quot;Becoming a Profiler Master&quot;, discusses the inner workings of Profiler.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66678/</guid><pubDate>Thu, 07 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66678/</link></item><item><title>Mastering SQL Server Profiler - Part 1: Introduction to Profiler Concepts</title><description><![CDATA[<p>In this video written by MVP Brad McGehee you can learn how to get started using the Profiler GUI.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66677/</guid><pubDate>Tue, 05 May 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66677/</link></item><item><title>Mastering SQL Server Profiler - Introduction</title><description><![CDATA[<p>This is the introductory module for the SSC Online Video Training course, Becoming a Profiler Master. In it, MVP Brad McGeHee will discuss some of the critical factors that might persuade you of the need to master this powerful SQL Server profiling tool.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66675/</guid><pubDate>Thu, 30 Apr 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66675/</link></item><item><title>Mastering SQL Server Profiler - Video Training Course</title><description><![CDATA[<p>In this 6-module course, Brad McGehee provides an in-depth, step-by-step  guide to mastering the basics of SQL Server Profiler, a powerful performance monitoring and analysis tool.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/66676/</guid><pubDate>Tue, 21 Apr 2009 11:32:02 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/66676/</link></item><item><title>How to Identify Blocking Problems with SQL Profiler</title><description><![CDATA[<p>Many SQL Server developers and DBAs have, in the past, had their own favourite diagnostic Stored Procedures for investigating blocking issues. But since SQL Server 2005, it's a good idea to use the SQL Profiler for all but the most complex problems. Brad McGehee takes us through the steps...</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/66284/</guid><pubDate>Tue, 31 Mar 2009 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/66284/</link></item><item><title>Mastering SQL Server Profiler</title><description><![CDATA[<p>SQL Server Profiler can troubleshoot a wide  range of SQL Server issues, such as poorly-performing queries, locking and blocking,  excessive table/index scanning, and a lot more. Brad's book will allow you to master the use of this versatile tool.</p>]]></description><guid>http://www.sqlservercentral.com/articles/books/65797/</guid><pubDate>Mon, 09 Feb 2009 18:33:43 UT</pubDate><link>http://www.sqlservercentral.com/articles/books/65797/</link></item><item><title>Performance testing and tuning for a beginner</title><description><![CDATA[<p>How to test and tune a stored procedure?</p>]]></description><guid>http://www.sqlservercentral.com/articles/Stored+Procedures/64523/</guid><pubDate>Fri, 10 Sep 2010 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Stored+Procedures/64523/</link></item><item><title>Blog: How to Script a Profiler Trace as a SQL Trace Data Collection Set</title><description><![CDATA[<p>MVP Brad McGehee shows how you can use Trace data as a source for your data collections for the new Management Data Warehouse</p><!-- disturbing m1(DBA Bundle) -->
<table border="0" cellpadding="0" cellspacing="10" style="width: 100%;"> <colgroup>  <col width="68" />  <col width="1266" /> </colgroup> <tbody>  <tr align="left" valign="top">   <td>    <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018"><img src="http://assets.red-gate.com/external/SSC/top5_68x68.gif" alt="sqldbabundle"></td>   <td><strong>‘Disturbing Development’</strong><br />Grant Fritchey & the DBA Team present the latest installment of the Top 5 hard-earned lessons of a DBA –  <a href="http://www.red-gate.com/products/dba/dba-bundle/entrypage/hard-earned-lessons-4?utm_source=ssc&utm_medium=pubad&utm_content=disturbing_m1&utm_campaign=sqldbabundle&utm_term=rss-20018">read it now</a></td>  </tr> </tbody></table>


]]></description><guid>http://www.sqlservercentral.com/redirect/articles/64508/</guid><pubDate>Wed, 01 Oct 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/64508/</link></item><item><title>Using Profiler - SQL School Video</title><description><![CDATA[<p>A basic tutorial that examines how Profiler can be used in SQL Server 2005 to monitor your SQL Server instance. MVP Brian Knight shows how to create  a trace and the various options you have for monitoring events.</p>]]></description><guid>http://www.sqlservercentral.com/articles/Video/63814/</guid><pubDate>Tue, 02 Sep 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Video/63814/</link></item><item><title>How to Track Down Deadlocks Using SQL Server 2005 Profiler</title><description><![CDATA[<p>It is irritating, sometimes alarming, for the user to be confronted by the 'deadlock message' when a deadlock happens. It can be a tiresome business to prevent them from occurring in applications. Fortunately, the profiler can be used to help DBAs identify how deadlocking problems happen, and indicate the best way of minimising the likelihood of their reappearance.</p>]]></description><guid>http://www.sqlservercentral.com/redirect/articles/63693/</guid><pubDate>Mon, 21 Jul 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/redirect/articles/63693/</link></item><item><title>Scripting Trace's for SQL 2005</title><description><![CDATA[<p>How to Script Traces for SQL and Analysis Services</p>]]></description><guid>http://www.sqlservercentral.com/articles/Profiler/63097/</guid><pubDate>Thu, 19 Jun 2008 06:00:00 UT</pubDate><link>http://www.sqlservercentral.com/articles/Profiler/63097/</link></item></channel></rss>