Forum Replies Created

Viewing 15 posts - 3,676 through 3,690 (of 5,678 total)

  • RE: Could not continue scan with NOLOCK due to data movement

    :blink:

    That is some complex join logic you've got going there.

    Let's get back to the original design flaw, a table that's getting dumped and rebuilt every few minutes. ...


    - 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: concatenating distinct values in a data flow task

    pschwartzbauer (3/17/2011)


    Is there a graceful way to accomplish this using SSIS data flow transformations?

    No. You'll want to pretty much do this at the T-SQL level and feed it up.


    - 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: One data file vs multiple data file on the same drive

    Correct. All it does is get you ready for a separation down the road.

    The only time you get performance gains between the multiple files is when they are on...


    - 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?

    CirquedeSQLeil (3/17/2011)


    Craig Farrell (3/17/2011)


    CirquedeSQLeil (3/17/2011)


    Brandie Tarvin (3/17/2011)


    Craig Farrell (3/17/2011)


    Annnnd, now I have an image of sheep storming the castle. I wonder if they fit their armor before or after...


    - 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?

    CirquedeSQLeil (3/17/2011)


    Brandie Tarvin (3/17/2011)


    Craig Farrell (3/17/2011)


    Annnnd, now I have an image of sheep storming the castle. I wonder if they fit their armor before or after sheerings...

    CRAIG!

    Stop giving me...


    - 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?

    Brandie Tarvin (3/17/2011)


    Craig Farrell (3/17/2011)


    Annnnd, now I have an image of sheep storming the castle. I wonder if they fit their armor before or after sheerings...

    CRAIG!

    Stop giving me story...


    - 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: Script Task referencing its own properties

    Phil Parkin (3/17/2011)


    OK, simpler version:

    public void Main()

    {

    ...


    - 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: Split Comma Seperate Column Problem

    Phil Parkin (3/17/2011)


    Yes, SSIS still uses this archaic form of not equals

    Not that archaic ... so does C#.NET 🙂

    Ewwww... VB ftw!


    - 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: Execution Plan for Newbies

    In the books section on the left, you'll find a book by Grant Fritchey called SQL Server Execution Plans. An excellent walkthrough on most of the things you'll encounter...


    - 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?

    You guys take all the fun out of a quick one-liner. 😛

    And Tomm, no they're not qermso... somethingorothers... they're just dumb and excitable, so they get ahead of themselves. 🙂

    Annnnd,...


    - 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: Script Task referencing its own properties

    CozyRoc (3/16/2011)


    Guys,

    I did the following:

    - defined TaskName in ReadOnlyVariables input.

    - called the following code from script: MsgBox(Dts.Variables("TaskName").Value)

    And it worked, showing script task's name. I think it is incorrect to use...


    - 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: Split Comma Seperate Column Problem

    Nevermind, I see the problem. You don't have evaluations in your strings, as Phil mentioned earlier. You need to test findstring to see if it found the character...


    - 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: Select rows with multiple occurrences over multiple tables

    Then group on the unionall of userid alone, then use that as a subquery back to the different tables to return the records.


    - 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: Split Comma Seperate Column Problem

    Jeff Moden (3/16/2011)


    Ok... I'm pretty much ignorant of SSIS. My question at this point is why couldn't one of the common split functions written in T-SQL work here for...


    - 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: TableSpool Confusion

    Grant Fritchey (3/16/2011)


    It looks like the Stream Aggregate is getting called in a loop. If you look at the actual output from it, it has 83 rows. The table spool...


    - 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 - 3,676 through 3,690 (of 5,678 total)