Forum Replies Created

Viewing 15 posts - 4,591 through 4,605 (of 5,678 total)

  • RE: Need help on SQL Server Service Broker ("SSB")

    Each instance, or server, needs its own endpoint.

    You'll also need to generate the route on each side to the other, so you can send close dialog messages and the like.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    Paul, thank you.

    Please don't feel I'm ignoring your comments if I don't provide an immediate answer on this while I wrap my head around all the information and recommendations.

    The first...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: What is the Main Purpose of Sequence Container? Can you tell me one scenario?

    For an instance of WHEN to use it, an example would be conditional flowing. By enabling/disabling different containers, you can have your script task perform an If/Then structure that...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need help on SQL Server Service Broker ("SSB")

    You need to setup endpoints.

    The best Service Broker basics/walkthrough I've seen, by Adam Machanic:

    http://www.simple-talk.com/sql/learn-sql-server/service-broker-foundations-workbench/

    http://www.simple-talk.com/sql/learn-sql-server/service-broker-advanced-basics-workbench/


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    WayneS (12/11/2010)


    Just a W-A-G here, but since you're posting in a SQL 2005 forum, I'm guessing that you're also using SSMS 2005?

    Dead on target.

    Also, take a look at those...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    Paul White NZ (12/11/2010)


    Craig,

    Thanks for that, it helps a great deal. Just one more question before I get to the good stuff.

    The delta/replacement files you get for historical edits:...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    WayneS (12/11/2010)


    Craig,

    Any chance of getting an execution plan on that first update (the 6 hour one)? Also, can we get updated Delete/Insert/Update plans after you implement the 3rd suggested index...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    WayneS (12/11/2010)


    Craig,

    Edit: Whoops, this plan is for the update in the cursor, not the initial 6 hour one. Still, it is taking about 8 minutes per batch - this index...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    Paul White NZ (12/11/2010)


    Craig,

    I've spent a good bit of time looking at the script and the execution plans. There's a fair bit to say about them at face value,...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Need some help with a large data volume optimization

    Paul White NZ (12/11/2010)


    Which edition of SQL Server is this? Standard?

    Enterprise afaik. I'll double check Monday when I'm back in the office.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Are the posted questions getting worse?

    WayneS (12/10/2010)


    Is it just me, or do others also see that the quantity of technical posts has dropped considerable lately? I know all the schools are closed, but there were...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: CASCADE DELETE (Using a Stored Procedure)

    You've got the idea. I personally would delete from the bottom tables up, just so when you do get around to properly putting in foreign keys this doesn't break.

    Your...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: Optimizing This Query

    Sighs.

    CELKO (12/10/2010)


    There is a lot of dialect in this code. SQL uses <> instead of <>,

    Typo, he meant <> instead of !=, and he's right.

    TOP(n) is proprietary, and you have...


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: return like query faster

    Take a look into full text indexing. This is probably your best bet for speed here, though it does require some upkeep.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

  • RE: What shape would you use to concatenate two input fields into a single output field?

    Oval?

    We really need more information here.


    - Craig Farrell

    Never stop learning, even if it hurts. Ego bruises are practically mandatory as you learn unless you've never risked enough to make a mistake.

    For better assistance in answering your questions[/url] | Forum Netiquette
    For index/tuning help, follow these directions.[/url] |Tally Tables[/url]

    Twitter: @AnyWayDBA

Viewing 15 posts - 4,591 through 4,605 (of 5,678 total)