Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 5,678 total)

  • RE: SSIS

    In the OLEDB source you can use a query instead of a tablefeed. Do so, and put your query there.


    - 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: SQL Query issue with RowNumber - Any help is greatly appreciated!

    Without seeing your sample data, I had to make some assumptions. Don't where clause AFTER you initiate the ROW_NUMBER(). That's what's removing the rows on you. ROW_NUMBER()...


    - 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: Today's Random Word!

    Brandie Tarvin (7/18/2011)


    inevitable.

    Drive Failure


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

    GilaMonster (7/18/2011)


    Jeff Moden (7/17/2011)


    most accidental DBA's can't get a company to give them 2 weeks paid training leave.

    Most companies won't give a 2 day's paid training leave if it's not...


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

    Jeff Moden (7/17/2011)


    Craig Farrell (7/17/2011)


    Do you honestly think in 8 hours of training you can get a from scratch IT employee to a working (Junior) DBA?

    No... of course not. ...


    - 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: [Help] Table to express mathematical expression?

    Sol, this is screaming homework problem, or interview question.

    Please, show us what you've got so far and have worked out on your own, and we'll be happy to try to...


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

    Jeff Moden (7/17/2011)


    Ummm... isn't MCM only two weeks long? What's the difference between what is being proposed and a cert from Microsoft? I was thinking more along the...


    - 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: 2 SSAS server. Same hardware, Same source data. One takes 70% more time to process. How to troubleshoot?

    Dumb question, perhaps... but has anyone checked in and made sure you don't have disk failures on either the DW, the SSAS server, or wherever you store your cubes? ...


    - 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: Single Invoice Row with Orders

    This is possible using some xml tricks and the like, but really, it's not what the tool wants to do. It's a reporting/subreport organization, and SQL doesn't do 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: Today's Random Word!

    Revenant (7/17/2011)


    This is what I got:

    About 0 results (0.04 seconds)

    Optimized Query! (Truncate All Tables!)


    - 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: Outsourced = Laid Off?

    TravisDBA (7/17/2011)


    Maybe you are not suited, or skilled enough, for the position you are looking for. Not saying you are, but consider it.

    .

    😀

    With all due respect, unless I know...


    - 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: 2 SSAS server. Same hardware, Same source data. One takes 70% more time to process. How to troubleshoot?

    boxta (7/14/2011)


    hmm... CPU is identical on both servers.. Memory is the same as well

    Available memory during run time seems similar

    We have 72 GB on BOTH DW servers, and...


    - 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: Insert/update/delete with partitioned view problem

    There's a few problems here. Two of which is going to be seriously problematic:

    http://msdn.microsoft.com/en-us/library/ms187067.aspx

    INSERT statements add data to the member tables through the partitioned view. The INSERT statements must...


    - 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 (7/15/2011)


    The best training I've come across is offered by Four Deuce (http://www.fourdeuce.com/training/publicclasses.aspx).

    Brandie, my apologies, I didn't mean to completely skip this, and somehow I did. I...


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

    Jeff Moden (7/16/2011)


    WayneS (7/15/2011)


    Lynn Pettis (7/15/2011)


    Chad Crawford (7/15/2011)


    Craig Farrell (7/14/2011)


    Hey guys, does anyone know of boot camp training session(s) for SQL Server for practical skills (not certifications). I'm...


    - 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 - 2,761 through 2,775 (of 5,678 total)