DB Run slow

  • Hi

    My database Run slow ,yesterday it runs normally all index are created correctly

    what might be the problem?

    1.)with out using profiler how to check where is problem

    2.)with using profiler how to check where is problem

    Database size is 5GB

    Thanks

    Parthi

    Thanks
    Parthi

  • Some general issues for Query performing slow so the database were No indexes, table scans, missing or out of date statistics, blocking, excess recompilations of stored procedures, procedures and triggers without SET NOCOUNT ON, poorly written query with unnecessarily complicated joins, too much normalization, excess usage of cursors and temporary tables.

    You can use Profiler to find out ;

    Which queries taking longer time for excution..

    Blocking Problem..

    Index usages or unused indexes..

    Refer books online..regarding profiler usage

    Rd,

    Deepali

  • http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-1/

    http://www.simple-talk.com/sql/performance/finding-the-causes-of-poor-performance-in-sql-server,-part-2/

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • download performance dashboard & install it if u r using sql server 2005

    this will directly give u the query which is taking longer time & also provides index script for the same if required.

    Sanket Ahir
    Don't run behind the success, Try to be eligible & success will run behind u......

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply