Results 1 to 15 of 15

Thread: Odd (slow behaviour of SQL)

  1. #1
    Join Date
    Dec 2003
    Posts
    140

    Odd (slow behaviour of SQL)

    Hi,

    I am using MSDE and Analysis Services (lastest packs) and the same installation on the same machine has been working great for the last 18 months or so untill yesterday. Whenever I try to open a DTS (in order to edit it) the machine just goes into a coma.... I have tried to re-start many times but of no use.

    Can someone kindly guide me what should I look for in order to solve this.

    I will be very grateful for your help.

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    right click on the DTS package and delete all the old versions from the DTS packages that are not needed and try again.

    check widows application event log on the machine.

  3. #3
    Join Date
    Dec 2003
    Posts
    140
    Thanks for the reply MAK. I followed your suggestion and it seems to have improved things slightly. So many thanks for that.

    If possible, can you kindly recommend some additional tweaks that I can apply to further imporve the overall performance of my SQL installation?

    Many thanks.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    MSDE has performance limit, it'll slow down if has more than 8 concurrent active connections.

  5. #5
    Join Date
    Apr 2006
    Posts
    5
    Hi every one , i am new to this forum. Please provide some practical reading material for oracle 9i and oracle htmldb. i will really appriciate your replies.
    regards
    Adnan

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    You should post it in Oracle forum in this board.

  7. #7
    Join Date
    Dec 2003
    Posts
    140
    Quote Originally Posted by rmiao
    MSDE has performance limit, it'll slow down if has more than 8 concurrent active connections.
    thanks for the replies everyone.

    rmiao: Can you kindly advise how to check the # of active connections and how to "solve" such a situation.

    Any additional tips regarding the performance will also be very much appreciated.

  8. #8
    Join Date
    Apr 2006
    Posts
    5
    Quote Originally Posted by rmiao
    You should post it in Oracle forum in this board.
    Hi every one , i am new to this forum. Please provide some practical reading material for oracle 9i and oracle htmldb. i will really appriciate your replies.
    regards
    Adnan

  9. #9
    Join Date
    Sep 2002
    Posts
    5,938
    joozh, you can use 'sp_who2 active' to check active connections. And the limitation is by design, go to full version of sql if you need more than 8 concurrent active connections.

  10. #10
    Join Date
    Sep 2002
    Posts
    5,938
    adnan, check Oracle's web site for Oracle docs.

  11. #11
    Join Date
    Dec 2003
    Posts
    140
    Quote Originally Posted by rmiao
    joozh, you can use 'sp_who2 active' to check active connections. And the limitation is by design, go to full version of sql if you need more than 8 concurrent active connections.
    A kinder-garden question : from where and how do I execute 'sp_who2 active' (which i think is a stored procedure??)

  12. #12
    Join Date
    Apr 2006
    Posts
    5
    Quote Originally Posted by rmiao
    adnan, check Oracle's web site for Oracle docs.
    Hi again . Can any one provide me the source of small applications build on Oracle forms and reports and backend database Oracle. so that i can check the coding.

  13. #13
    Join Date
    Sep 2002
    Posts
    5,938
    Run sp_who2 in query analyzer.

  14. #14
    Join Date
    Dec 2003
    Posts
    140
    Quote Originally Posted by rmiao
    Run sp_who2 in query analyzer.
    Attached is a snapshot of executing sp_who2.
    My apologies (for the couple of blanking outs due to legal limitations).

    Does this provide you with any clue? I hope it does...

    Thanks.
    Attached Images Attached Images

  15. #15
    Join Date
    Sep 2002
    Posts
    5,938
    I only see one active connection, so shouldn't connection limit issue. By the way, processes with spid <= 50 are system process, don't include them in active connection count.

Posting Permissions

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