Difference between revisions of "SQL Profiler"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 13: Line 13:
 
==Tips & Tricks to solve Touchworks Issues==
 
==Tips & Tricks to solve Touchworks Issues==
 
Many errors that one can receive in Touchworks can be traced back to its underlying SQL database calls using SQL Profiler.
 
Many errors that one can receive in Touchworks can be traced back to its underlying SQL database calls using SQL Profiler.
 +
#Timing
 +
#Filters

Revision as of 16:10, 10 September 2008

Overview

Microsoft SQL Server Profiler is a graphical user interface to SQL Trace for monitoring an instance of the Database Engine or Analysis Services. You can capture and save data about each event to a file or table to analyze later. For example, you can monitor a production environment to see which stored procedures are affecting performance by executing too slowly.

To run SQL Server Profiler, on the Start menu, point to All Programs, Microsoft SQL Server 2005, Performance Tools, and then click SQL Server Profiler.

Compliments of Microsoft MSDN Introducing SQL Server Profiler

Introduction

Sql-profiler-trace-properties-general.JPG Sql-profiler-trace-properties-event-selection.JPG

Tips & Tricks to solve Touchworks Issues

Many errors that one can receive in Touchworks can be traced back to its underlying SQL database calls using SQL Profiler.

  1. Timing
  2. Filters