Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 5,841 total)

  • RE: Inventory Stock Report Stored Procedure - Urgent Help

    May I inquire as to whether or not this is a homework or other non-work related post?

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

  • RE: Optimizing inserts and deletes on a single large table

    Hey guys, please check the dates on threads you are going to reply to. Please do not reply to 1.5 year old threads! Thx.:-)

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

  • RE: Invalid object name '#temptable'.

    1) do you REALLY need that identity clustered PK on the temp table?? I can count on 2 hands the number of times in almost 15 years of SQL...

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

  • RE: Performance Issue - CTE

    yasubmj (7/5/2011)


    I was expecting a more technical explanation Jeff!!! 😛

    http://blogs.msdn.com/b/craigfr/archive/2007/10/25/recursive-ctes.aspx

    Craig says clearly here that the anchor part is executed only once, then why is my change making such a big...

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

  • RE: Memory pressure

    1) you should ALWAYS have a max server memory set in sql server. 9 of 12 is ok for a start, but may need to be lower if you see...

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

  • RE: For And ForEach Loops

    Simple answer: no, there is no FOR/NEXT looping construct in TSQL. Use a cursor if you do not want to pursue a set-based solution. Be sure...

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

  • RE: parallel execution of a stored proc?

    BenWard (7/6/2011)


    Cheers guys.

    I will have a play with service broker - I think it would be a useful skill to have anyway. I though about scheduling jobs, but I dont...

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

  • RE: Running Total Issue - ANything New On this Aside from Jeff Modens "Quirky Update"?

    Jeff Moden (7/4/2011)


    TheSQLGuru (7/4/2011)


    Given that a flaw was found what, a two years or more, after the "quirky update" was first put out there how many incorrect results were calculated?...

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

  • RE: parallel execution of a stored proc?

    Unless you are already a SSB proficient user, that is just not the best way to go here. Simply create 13 jobs and schedule them to run at same...

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

  • RE: Rebuilding indexes on SQL Server 2005

    1) stop using maintenance plans for index and stats mx. get a copy of ola.hallengren.com's free and fully documented maintenance suite.

    2) do you have any free space...

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

  • RE: Running Total Issue - ANything New On this Aside from Jeff Modens "Quirky Update"?

    1) It is not a rumor - Denali will have more complete support for windowing functions, including those that allow for single-pass running totals.

    2) Given that a flaw was found...

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

  • RE: Modeling relational databases

    I think ERStudio from Embarcadero is WAY better for SQL Server modelling. Much better pricing too.

    But for what this OP needs, I would just slap something together for the...

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

  • RE: SQL Server failover clustering

    sunny.tjk (6/21/2011)


    Hi everyone,

    Is there a good place to read about SQL server failover clustering? I find BOL little confusing.

    Thank you.

    Allan Hirt has a good book on SQL Server High Availability....

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

  • RE: Runaway Transaction Log Growth

    That's a nice collection of VLFs you have there! I recommend you find and read Kimberly Tripps blog post on optimizing transaction logs.

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

  • RE: Disk IO Performance Degredation after Server Upgrade

    Greg Roberts-134214 (6/28/2011)


    TheSQLGuru (6/28/2011)


    I see you have been going back and forth for days on this issue. You REALLY should have gotten in a professional consultant initially. This type...

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

Viewing 15 posts - 3,271 through 3,285 (of 5,841 total)