Forum Replies Created

Viewing 15 posts - 16 through 30 (of 50 total)

  • RE: profiler showing high amount of page reads.

    Maybe concider running PSSDIAG and get a complete view of perfmon and profiler ...be carefull to look at task manager..rather make sure.

  • RE: Clusterization

    WOW .....I query our 3.6 billion row table and all my reponses are sub second ..with out partitioning or splitting data in a federated concept neighter partitioned views ...

    Good design...

  • RE: max pool size

    :hehe:

  • RE: Most common errors to monitoring

    Hi

    Please never only use the errorlog as a main monitoring component.

    I suggest the following:

    Review the SQL server 2000 operations guide (monitoring chapter) and familiarise yourself with monitoring....

  • RE: SQL Plan caching question

    Hi

    Ok something very weird on SQl 2005.

    When I do the same on SQL 2000 with the qualified names then I only get execution context hits 🙂 .

    But on...

  • RE: SQL Plan caching question

    Hi

    I thought so , but at 1 AM in the morning I did not try this ...I will test thanks

  • RE: Poor Performance with Views

    First of all how static is your data that your view refrences ? .

    By recompiling your view the query optimizer uses the statistics and all kinds of good stuff while...

  • RE: data retrieval time from the server is too slow

    Hio

    Your best bet here is to take the following approach.

    Even a software vendr states that is was only a software upgrade you will be surprised to see what actually...

  • RE: spid identified as being blocked by itself

    Hio

    Agree with George. You will have to look at the sysprocesses table and look at the waitstats and the waitresources while it is blocking to see why it is blocking.You...

  • RE: Index creation taking long time

    Hio

    I agree with all the previous statements the other guys made espesially having indexes on individual columns and then a covering index on them as well. There is no real...

  • RE: SOme general SQL performance questions

    Thanks for the feedback

    The CPU one is kinda tricky at this stage ...I think this might be because of hyperthreaded cpu's ..I hate them .

    W

  • RE: help understanding latches

    WOW latches is a very broadbased discussion and sometimes very difficult to explain .

    As the previous replay you had states it is lightweight "locks" ...some people do refer to...

  • RE: UMS Scheduler question

    Thanks for the reply guys ...I always like the undocumented commands

  • RE: UMS Scheduler question

    I know what tools I can use   

    ...I was looking for something deeper ..to realy get into it from a thread perspective ..but...

  • RE: UMS Scheduler question

    Hi

     

    Thanks for the reply .

     

    What do you mean by " I hope with SQL 2000 you can't get this information "

    I realy need this on 2000...

Viewing 15 posts - 16 through 30 (of 50 total)