Forum Replies Created

Viewing 15 posts - 4,996 through 5,010 (of 5,841 total)

  • RE: What is recommended: One database per application? or all tables of all aplications in the same database?

    Steve Jones - Editor (9/15/2008)


    I tend to agree with the two posts above. I separate things out for two reasons:

    - security, you can secure things, but the more co-located things...

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

  • RE: AWE issue

    In addition to the recommendation by others that you need to set lock pages in memory permission for the domain account now used, 30720 MB is too high for a...

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

  • RE: SQL Server 2005 Cluster

    Junior, you really, really need to get a consultant in for a day or two to explain to you what types of HA are available in SQL Server and to...

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

  • RE: SQL Server

    I'm with GSquared on this one. If you are asking multiple open-ended questions like that it is almost certain that you do not have the skills, training or experience...

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

  • RE: NOLOCK Discussion

    jcrawf02 (9/9/2008)


    Ok, so I've seen some half-answers to this question, but my pea-brain needs a clear response to this:

    I'm working in an environment where the reporting server is only updated...

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

  • RE: Index Seek vs Index Scan

    It's usually the other way round, though only if a bookmark lookup is required. The optimiser will only pick a plan with a bookmark lookup if it feels that the...

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

  • RE: NOLOCK Discussion

    The first one is the reason so many database developers like Nolock. They notice that the query runs faster pretty much every time, get excited about that, and then...

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

  • RE: Severe performance problems

    1) Turn off autoshrink. No back talk - just do it. :hehe: There are a ton of bad things that happen when this fires (which is does...

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

  • RE: SQL server become unresponsive

    Rem (9/5/2008)


    I am not sure which one to try first. Any hints?

    Yes: call PSS and pay them the $275 or whatever it is. Had you done this...

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

  • RE: SQL server become unresponsive

    I suggest you contact PSS. There are quite a number of bugs that can cause this (the Broadcom adapter one mentioned in the linked article, HP iLO driver, Windows...

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

  • RE: Debugger For SQL

    WOW! Doesn't get much better than that! You even get to take advantage of the long drive for some "me time"! Congrats.

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

  • RE: Should non-clustered indexes be placed on separate physical device than data?

    Roy Ernest (9/3/2008)


    I am not a big fan of SAN. We had our prodiction set up with Clustering (Ofcourse SAN as well) . Everything was redundant and there is one...

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

  • RE: SQL server become unresponsive

    The hardware has 8 CPU (Hyper-Threading). CPUs 0 to 5 are Processors Affinity while 6 to 15 are I/O Affinity (because I was seeing entry like this on e...

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

  • RE: Debugger For SQL

    Jeff Moden (9/2/2008)


    Carl Federl (9/2/2008)


    Jeff & GSquared:

    Did either of you get a chance to perform any additional analysis ?

    No, I sure haven't... my apologies. Have a new job with...

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

  • RE: How to improve insert performance

    Richard Fryar (9/2/2008)


    Check for an insert trigger.

    I've seen ridiculously inefficient triggers resulting in high CPU and IO.

    That is indeed a good one, Richard, and one that is often simply overlooked!

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

Viewing 15 posts - 4,996 through 5,010 (of 5,841 total)