Forum Replies Created

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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.

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • RE: Performance Monitoring Tools

    1) Confio

    2) SQL Sentry Performance Advisor

    The best one is actually ME! 😎

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

  • RE: SQL Tuning where no PK exists

    Let me see if I have this right: you are dumping 120K relatively fat rows into a TEMPORARY TABLE then selecting those rows back out and it is taking...

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

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