Forum Replies Created

Viewing 15 posts - 5,236 through 5,250 (of 5,841 total)

  • RE: Performance Problem/Fix Collection After Migration to SQL2005

    No queries to post, but I will add that the query optimizer was so modified between 2000 and 2005 that there were bound to be lots of regressive-performing situations. ...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: application running slow

    In a hurry while at an airport, so I may have missed a few connections/items.

    1) SANs do NOT always outperform DAS. Given equal spindles it can often be a...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Interpreting Deadlock Info

    Here is the bible on deadlock troubleshooting: http://blogs.msdn.com/bartd/archive/2006/09/09/Deadlock-Troubleshooting_2C00_-Part-1.aspx

    Note that there are two continuations to that posting.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 64GB RAM on SQL 2005 Standard on W2K3 Enterprise

    Do they even make RAID controllers WITHOUT write cache?? :w00t:

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Prevent multilple logins per user

    Thanks for the confirmation Gila, and the test script for it.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Prevent multilple logins per user

    Gila, for posterity's sake, were you able to login as DAC when the trigger was preventing normal logins? This could be a very important tip to know, or a...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Table vs View

    Well, to be honest, having to wade through a bunch of views/functions to find the source of a perf problem actually makes me MORE money since I bill by the...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 64GB RAM on SQL 2005 Standard on W2K3 Enterprise

    1) 2 cpus (unless they are dual or quad core (NOT Hyperthreaded)) is a bit light to process that much RAM.

    2) For I/O, there are some documents I recommend, but...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 64GB RAM on SQL 2005 Standard on W2K3 Enterprise

    A few things I missed:

    1) 2GB is definitely not enough ram for all things non-sql server-buffer memory. I would leave at least 6GB, and watch for paging to see...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 64GB RAM on SQL 2005 Standard on W2K3 Enterprise

    1) I wasn't aware there was a SP4 for Win2k3

    2) You should ABSOLUTELY, WITHOUT QUESTION purchase a 64 bit machine and install 64bit OS and SQL Server. There are...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Table vs View

    On a side note, I personally despise views!! As a consultant they REALLY confound my efforts to examine/tune my client's queries!

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Problem with Rebuild/Reorganize Index

    Helmut Rothtauscher (4/10/2008)


    Hi,

    I'm working on Performance Tuning problem on a machine with at the moment 3 Databases with a size of 25 GB, 40 GB and 70 GB, growing each...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Performance: Every nth item

    While I and I am sure others have benefitted from the deviation into how to efficiently sample tables with identities on them, that isn't addressing the needs of the OP....

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Choosing between a View and Table-valued function

    G2, your issue seems to be different in nature from my client's. They took the hierarchy as an initial set of data and then joined it to between 3...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Choosing between a View and Table-valued function

    I have a client with a similar situation. On their system we developed an orghierarchy table that gave both the up and down listing for each org and use...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 5,236 through 5,250 (of 5,841 total)