Forum Replies Created

Viewing 15 posts - 4,396 through 4,410 (of 5,843 total)

  • RE: Performance Monitoring Tools

    bwilliams-1049831 (11/17/2009)


    I am using Quest Spotlight for SQL Server.

    I also use Quest Spotlight for Oracle.

    I love the graphics I can quickly see green is good and the closer we get...

  • RE: Trunc log on chkpt

    Newbie, you REALLY need to get a professional to come in for a few days to give your group some training on how to effectively and PROPERLY manage a sql...

  • RE: Why would an identity clustered index get fragmented?

    Someone mentioned updates, and that has my vote for causing the fragmentation. If you update a variable field with a value that is longer than the original value, you...

  • RE: Surely It Should Just Work?

    Steve Jones - Editor (11/17/2009)


    GSquared (11/16/2009)


    She has a Swiss Army knife, I have a locking-blade pocket knife.

    I think it's cool both you and your wife have knives 🙂

    And...

  • RE: REPLACE Multiple Spaces with One

    GSquared (11/17/2009)


    TheSQLGuru (11/16/2009)


    GSquared: did you try hard-coded space-strings instead of the pile of replicates? I would HOPE the optimizer would expand those on compile, but if it doesn't...

  • RE: REPLACE Multiple Spaces with One

    GSquared: did you try hard-coded space-strings instead of the pile of replicates? I would HOPE the optimizer would expand those on compile, but if it doesn't that should...

  • RE: MERGE or not to MERGE

    I think the trigger issue has the potential to zap a lot of unsuspecting MERGE users.

    I also think that TVPs will...

  • RE: High CPU

    bell282 (11/15/2009)


    my server has very high CPU (between 90 - 100%) when certain processes run. However, if i profile what is going on with the server, SQL seems to...

  • RE: REPLACE Multiple Spaces with One

    newjcb (11/16/2009)


    I starting writing this reply saying that this isn't very efficient at all...

    However, after I tested it with large strings (I used the HTML source of the article as...

  • RE: Low Disk Space

    Please provide information from sysfiles for this database. Also run dbcc sqlperf(logspace) and provide the data for the log for this database.

  • RE: REPLACE Multiple Spaces with One

    Good solution Jeff, and well documented. However, I was a tad disappointed that you included the LTRIM(RTRIM(. That is unnecessary overhead that is unrelated to solving the stated...

  • RE: delete records in sql without entry in transaction log

    abhijeetv (11/16/2009)


    BOL (2005) Says:

    TRUNCATE_ONLY option with BACKUP, Removes the inactive part of the log without making a backup copy of it and truncates the log by discarding all but the...

  • RE: Comparison Between LinQ and NHibernate

    CA sells ERwin while IBM sells Rational Rose as part of their tools in software engineering companies these tools are in a network folder for developers to use and in...

  • RE: Comparison Between LinQ and NHibernate

    Gift Peddie (11/14/2009)


    TheSQLGuru (11/14/2009)


    Guess we will have to agree to disagree on this one. In my world, 93.7% of the developers will take the easiest way to slap code...

  • RE: SQL Tuning where no PK exists

    SQLNewbster (11/14/2009)


    Here is the sequence of things that have occurred and/or a summary of the information:

    1. I am working with a vendor's backend system, using that data to do...

Viewing 15 posts - 4,396 through 4,410 (of 5,843 total)