Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 2,640 total)

  • RE: Calling all Locking gurus

    a dirty read has nothing to do with with an i/o completion wait, you're totally missing the point.

    It's possible for a write wait on the tran log to cause...

  • RE: Sporadic Performance Issues - bottleneck SQL

    as far as I know the columns are the same, think sp4 might have modified sysprocesses a little, your error is in the use of object_name() which doesn't take the...

  • RE: Query plan on different instances

    So are the databases identical ? The SQL editions the same, the patch levels? same o/s etc. etc.

    How about database and sevrer collations also identical?

    Is this a proc or a...

  • RE: Calling all Locking gurus

    io completion indicates a stall in your disk subsystem .. but I would only really expect to see an io completion wait on a write - not a read  .....

  • RE: A Special Announcement from Andy, Brian, and Steve

    It does sort of make you wonder if discussions of non redgate tools will removed from the site. There can always be other sites!!

  • RE: SQL 2000 Cluster Help

    shared drives have to be added to the server resource groups which have the various nodes allocated etc.

    check in cluster admin manager

  • RE: SS 2005 Licensing per proc

    Microsoft has pledged to only charge per socket, which is prob why sql2005 costs more! Note that if/when you move to virtualised environments the pricing gets a little more blurred...

  • RE: A Special Announcement from Andy, Brian, and Steve

    Just to agree with SQLBill, no business buys another without an agenda, I've worked for companies who buy companies - believe me, they don't do it for the good of...

  • RE: Naming Conventions

    the table name prefix in front of the column name was created in a place I once worked, an example was a table called Monthly_Rates , the column names were...

  • RE: Greater than 2GB

    sql 2k std can only support 2gb of ram regardless of the underlying o/s

    The above extract seems to have come from an exchange site - still, on  a dedicated sql...

  • RE: Indexes and DBCC SHOW_STATISTICS

    count the distinct values in the index row and compare to the rows in the table - if they match the index is highly selective, the bigger the difference the...

  • RE: Different Query plans for a same query on the same database

    You need to understand how query plans exist in the cache and the process by which they operate. I find this quite often in my roles of performance tuning, the...

  • RE: A Special Announcement from Andy, Brian, and Steve

    It's not that I'm cynical at all < grin > but I wonder what Redgate expect to gain from this move - and I wonder if this will mean a...

  • RE: Naming Conventions

    Sorry - just thought of a couple of worst others - inconsistent rmving of vwels from names or rmvngvwls alltgthr  + anything looking like txt speak +  spelling mistakes in...

  • RE: Naming Conventions

    I'm not a lover of non specific prefixes, such as t, tr or p. It makes the sorting more difficult. As a contractor I have to fit in with client's...

Viewing 15 posts - 1,651 through 1,665 (of 2,640 total)