Forum Replies Created

Viewing 15 posts - 1,831 through 1,845 (of 5,678 total)

  • RE: AdHoc Reporting without giving too much control to the user – Is this possible?

    Jon MM (2/2/2012)


    If you know of a better approach I would love to hear about it!

    Thank you for your help 😀

    I don't know of a better approach but I've thought...


    - 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: I am trying to avoid cursors, what other option can I use?

    Out of curiousity, what's the problem with doing it this way:

    Update t1

    set status = 5

    FROm

    table1 AS t1

    JOIn

    table2 AS t2

    ON

    t1.DOC_CD = t2.DOC_CD

    AND t1.DEPT_CD = t2.DEPT_CD

    AND t1.DOC_ID = t2.DOC_ID

    AND t1.VERS_NO = t2.VERS_NO

    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: Need the best way of doing it in SSIS...SSIS experts please suggest

    Koen Verbeeck (2/2/2012)


    Sri8143 (2/2/2012)


    Phil,

    I am doing it thru transfer sql server objects tasks which was recomended initially in this conversation so going with it as i am unable to do...


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

    JAZZ Master (2/1/2012)


    Springer

    Crying mothers in broken households who want to sue their ex husband and will have their five current boyfriends to show him all the reasons why!


    - 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: Join performance

    Star Trek (2/1/2012)


    how can I get it for a particular query?

    Do I need to write a query for that?

    The SPID itself needs to be reviewed during operations. You need...


    - 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: Best practices for File groups in OLTP Database?

    SQLKnowItAll (2/1/2012)


    Awesome... So for the test, it is what it is. In practice, as always, it depends 🙂 Can you give an example of a situation where you...


    - 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 with Query

    sartis (2/1/2012)


    Hey Craig, So i moved my where statement into my join statement and I got it to work correctly, thanks for trying to help.

    :blink: I'm glad that made...


    - 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: Best practices for File groups in OLTP Database?

    SQLKnowItAll (2/1/2012)


    According to Microsoft (I am studying for 70-432) you should always create at least 3 files and 2 filegroups. 1 file being the t-log, and 2 datafiles. ...


    - 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: Solid State drisk

    Rem70Rem (2/1/2012)


    This is for a data warehouse. My concern is the lifespan of the SSDs disks. As of now we don't have any SSDs in house, but it...


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

    Calling for backup here, if you could. Guy's got data that apparently is inconstently left out of his query in what he swears is a static system. 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

  • RE: Help With Select Statement

    drew.allen (2/1/2012)


    Take a look at EXCEPT which performs a set difference, which is what you are looking for. It makes it much clearer that you are doing a set...


    - 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: SSIS SCENARIO

    johnitech.itech (2/1/2012)


    :w00t:

    Hello ,Why not found ,If you install excel 2007 ,You will found automatically

    thanks

    That's incorrect. You need to install Excel 2k7 or 2012, then still perform those tasks....


    - 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: Running Excel VBA through SSIS 2008

    Not from SSIS, once it's handed off the VBA command. You'll have to log into the machine and directly stop the process via Task Manager. Stopping the process...


    - 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: Server side tracing

    sqlzealot-81 (2/1/2012)


    Okei, After I took the trace script from the production, Is there any way to specify the server name to be traced. So that I can run the job...


    - 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: SSIS SCENARIO

    You have to go through a couple of hoops to hook SSIS to the new office documents (2k7+).

    This walkthrough is a good place to get started:

    http://dataintegrity.wordpress.com/2009/10/16/xlsx/


    - 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 - 1,831 through 1,845 (of 5,678 total)