Forum Replies Created

Viewing 15 posts - 856 through 870 (of 5,678 total)

  • RE: Why is my vendor's RBAR so slow?

    Start time will help you determine when it was sent from the vendor app. What you want to do is look at duration to determine if it's your box...


    - 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: Parsing a parameter text field to behave like a search engine

    donbuz (1/23/2013)


    Thank you for this input Craig.

    Security matters are definitely a great concern when dealing with user inputs and dynamic SQL.

    I doubt the ratio cost/benefice of such an implementation in...


    - 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: Multiple CROSS APPLY???

    sanchez.hector.m (1/23/2013)


    Thanks checking out my question. Can you make out the tables now?

    Hector

    I see you didn't bother to read the link. The data is non-consumable in a test format...


    - 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: Calculation of one column on the basis of column from sub query

    afreenraja (1/23/2013)


    Thanks.

    So, please let me the solution for this.

    Thanks in advance.

    Afreen

    DBA Dom above gave you the basics of the solution. If you want working code, you'll have to give...


    - 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 IMMEDIATE HELP !PLEASE!

    ... My server just crashed and the business is failing... that's immediate help please type needs. This? Not so much.

    As a fast fix, stop using DTS/SSIS for backups...


    - 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: TIME OUT EXPIRED

    :doze: CAPS LOCK is not your friend. Periods are.

    jackwala (1/23/2013)


    WHEN SO MANY USERS HIT A TABLE CONCURRENTLY IN MSSQL 2008 R2 ERRORS OCCURED TIME OUT EXPIRED OR ELASPED TIME...


    - 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: Multiple CROSS APPLY???

    Hey Hector, welcome to the forums.

    If you can format your data like you'd see in the first link in my signature, you'll find a number of folks here would be...


    - 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: Parsing a parameter text field to behave like a search engine

    Donbuz,

    What you'll end up with here is nearly pure dynamic SQL. True search engine mechanics will have to have an interpreter turn 'english' style engine mechanics into a usable...


    - 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: Compare Two sets of delimited string items

    kenneth.bucci (1/18/2013)


    Yes that is what I am saying @Issues is a SQL Paramerter with multiple delimited values separated with a comma. SPL.IssCode contains a different set of multiple delimited values...


    - 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: Fact/Dimension design suggestions

    The APPLICATIONS table relates to the APPL_STATUSES table by the APPLICATIONS_ID. Whenever a status of an application changes a record is written in APPL_STATUSES along with the status 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: Where condition not equal to multiple columns - PUZZLE - who can solve this?

    *facepalm* sorry about the earlier code. Try this again:

    Alternatively:

    SELECT

    *,

    CASE WHEN column2 <> 'AP' THEN 1 ELSE 0 END AS APtest,

    CASE WHEN column3 <> 'U' THEN 1 ELSE 0 END...


    - 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: Where condition not equal to multiple columns - PUZZLE - who can solve this?

    EDIT: Scratch this, bad code. Sorry about 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: Are the posted questions getting worse?

    Was ill for a week, miss anything of import?


    - 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: Several questions about SSIS

    kaplan71 (1/11/2013)


    I am hoping to set up a maintenance plan that will check the integrity of one of our databases. The data within the database is static, and does 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?

    jasona.work (1/11/2013)


    Evil Kraig F (1/11/2013)


    Lynn Pettis (1/11/2013)


    Guess I should stop procrastinating and get a couple of articles written as well.

    Same here. Heck, I've got one that's completely written in...


    - 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 - 856 through 870 (of 5,678 total)