Forum Replies Created

Viewing 15 posts - 46 through 60 (of 103 total)

  • RE: how to find maximum number of concurrent users

    thanks for the comments 🙂

    but activity monitor and sp_who displays number of currently connected users, right?

    isn't there any way to get the maximum number of users generally? or...

  • RE: Moving TempDB files

    No 'm sure I've connected to the correct server

    There's one point, I haven't restarted server after moving files. is it the case?

  • RE: Moving TempDB files

    yes I connected to that and executed a few queries 😎

  • RE: how to Find the most critical queries

    bjhogan (2/16/2009)


    See if this query gives you what you are looking for. I have found ordering by execution_count useful in the past especially for those queries that might execute...

  • RE: how to Find the most critical queries

    Lowell (2/15/2009)


    you really need to start with creating a trace with profiler....create one and let it run for a while...I'd say one business day.

    with that, it will give you every...

  • RE: how to Find the most critical queries

    Lowell (2/15/2009)


    you really need to start with creating a trace with profiler....create one and let it run for a while...I'd say one business day.

    with that, it will give you every...

  • RE: DBA Regular Works

    yeah got it

    Thank you paul 🙂

  • RE: DBA Regular Works

    1- Set a performance baseline for your most important processes meaning, you have to know how long they take.

    How can I do that?

  • RE: DBA Regular Works

    Thanks all for the comments 🙂

    Maintain good locking strategy between resources

    Good Physical Database design( maintaining proper PK-FK relationships)

    Could you please explain how I can perform that?

    for maintaining proper PK-FK...

  • RE: Performance Problem

    Thanks all for your useful comments 🙂

  • RE: Server Too SLow to Run Profiler

    the script should return the traceid and auto start the trace. Check your system and you'll find its running.

    select * from ::fn_trace_getinfo(default)

    will show details of all traces active

    My traceid is...

  • RE: Performance Problem

    I was going to move tempdb when IT manager questioned me about the large size of tempdb!

    our tempdb file is 12GB, and he says it's so strange and...

  • RE: Performance Problem

    Thanks again Marios:)

  • RE: Server Too SLow to Run Profiler

    Thanks all for the comments 🙂

    Have you tried running the trace as a server side trace rather than through profiler? That should have noticeably less impact.

    1) Start the trace...

  • RE: Performance Problem

    Thanks a lot Marios 🙂

    IS there any risk in configuring tempdb while there are so many concurrent transactions on databases? Or, I shall do that when no one is connected...

Viewing 15 posts - 46 through 60 (of 103 total)