Forum Replies Created

Viewing 15 posts - 1,816 through 1,830 (of 5,678 total)

  • RE: TRUNCATE TABLE and ROLLBACK TRAN

    My sincere apologies to those of you who have done counter-myth articles of this nature. I meant to say no OFFICIAL documentation on recovery mode associations, but there are...


    - 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: Row_Overflow_data

    goodluck (2/3/2012)


    Does having a row_overflow_data in the allocation unit on a partition table not create indexes properly?

    Not that I'm aware of... why do you ask, what problems are you seeing?


    - 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: Index is not used while selecting

    snigdhandream (2/2/2012)


    Hi everybody,

    Thanks for your replies. I will make the scenario little bit clear...


    - 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: How would I create this SQL?

    Use a subquery grouping on customer number grabbing maxDate. Join that subquery back to the main table as a restriction so you only pull the last record per customer.

    If...


    - 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: Old Dog, New Tricks

    cengland0 (2/3/2012)


    Gary Varga (2/3/2012)


    cengland0 (2/3/2012)


    What? Not using stored procedures!!!

    Good question and one I'm glad you asked.

    I'm the DBA on several databases, others I'm not. For those that I'm 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: a tricky question

    Huge question, short answer: You need to look into disaster recovery. There's articles, blogs, discussions, and methods in abundance, but no piece of the topic is a 'quick'...


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

    Revenant (2/2/2012)


    Evil Kraig F (2/2/2012)


    Revenant (2/2/2012)


    jcrawf02 (2/2/2012)


    Is it a character flaw that every time I ask for help and someone tells me that it will take too long and 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: Old Dog, New Tricks

    On the particular point of columnAlias = Somestuff, I dislike it particularly for larger queries.

    They look like where clauses, or joins, to me when I'm scanning large scripts. An...


    - 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 (2/2/2012)


    Evil Kraig F (2/2/2012)


    GilaMonster (2/2/2012)


    Anyone interested in proof-reading an article on bulk-logged recovery and minimally logged operations? It's titled as an introductory article, but I read the log 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: Query same customer to determine datediff between two orders in same table

    Dave Brooking (2/2/2012)


    Paul,

    Take a look at http://msdn.microsoft.com/en-us/library/hh231256(v=sql.110).aspx. Unfortunately, I don't have 2012 installed. However I have used LAG and LEAD with an Oracle database previously.

    Dave

    Very interesting, thanks for 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: Query same customer to determine datediff between two orders in same table

    paulgill (2/2/2012)


    Seems to do what I am wanting.

    Definitely open to a better way!

    I'm afraid I have almost no understanding of LAG and LEAD, however, this isn't an uncommon scenario....


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

    Revenant (2/2/2012)


    jcrawf02 (2/2/2012)


    Is it a character flaw that every time I ask for help and someone tells me that it will take too long and be too hard, to get...


    - 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 (2/2/2012)


    Anyone interested in proof-reading an article on bulk-logged recovery and minimally logged operations? It's titled as an introductory article, but I read the log and might end up with...


    - 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

    homebrew01 (2/2/2012)


    The advantage of Backup/Restore is it will automatically include any new tables that get added to the database in the future.

    If it's going to a different server then 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: I am trying to avoid cursors, what other option can I use?

    josetur12 (2/2/2012)


    Kraig,your sample code works.

    Thank you.

    My pleasure. Good luck. 🙂


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