Monday, January 10, 2011

6 Phases of a big project

  1. Enthusiasm,
  2. Disillusionment,
  3. Panic and hysteria,
  4. Search for the guilty,
  5. Punishment of the innocent, and
  6. Praise and honor for the nonparticipants.


If you find this solution useful, you are welcome to press one of the ads in this page.. Thanks!


Wednesday, January 5, 2011

How to use SQL Server profiler for basic profiling?

PROBLEM:
How to use SQL Server profiler for basic profiling?

SOLUTION:
To access Profiler, you must be the administrator or have permission to connect to a specific instance of SQL Server and have granted permissions to execute profiler stored procedures.
Open SQL Server profiler. If the following window not open, choose the "New Trace" button.
Use the "Standard (default)" template and go to the "Event Selection" Tab

In the event selection tab choose only

  • "RPC:Completed"
  • "SQL:BatchCompleted"

Press the run button


Now you can start to traces and analyze your queries or applications..
For more information, visit here

If you find this solution useful, you are welcome to press one of the ads in this page.. Thanks!