Results 1 to 3 of 3

Thread: DB problem...

  1. #1
    Join Date
    May 2003
    Location
    India
    Posts
    15

    DB problem...

    hello,
    my database is getting down slow drastically
    i am unable to understand the reason behind it.
    A query which usually doesn't take a second to execute is now taking
    some min's to execute..
    even i have truncated the log ..
    and i have even run the DBCC CheckDB.

    It runs fine for some time after performing these steps,but suddenly gets down at some point..

    help rqd immediately.
    thnx & regards
    pavan kashyap

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Do you rebuild indexes periodically? Check table frag with 'dbcc showcontig'.

  3. #3
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    Did you check if someone has dropped any index?

    See the query plan to find out if statistics needs to be updated. Do you have auto updatestatics turned on?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •