Forum Replies Created

Viewing 15 posts - 4,066 through 4,080 (of 5,678 total)

  • RE: Performance difference between different users calling the same stored procedure?

    MB-400824 (2/10/2011)


    Your comments have helped me a great deal and I feel that my understanding for writing stored procedures is improved tremendously. Hopefully in time I will be able 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: nosql vs relational database

    A very handy article, Jeremiah, especially the revised one. Thanks for pointing it out. Much reading to be done!


    - 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 to code for different row data

    adonetok (2/10/2011)


    SSCommitted, thank you so much. It works great!!!

    Heheh, my pleasure, glad it works for you. You understand what it's doing, I hope?

    Also, just an FYI, my name's Craig...


    - 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: Issues with Update DateTime column with GETDATE() using insert and delete triggers

    aksheela (2/9/2011)


    Yes you are right. I missed that part.

    I am doing multiples deletes at a time using the front end of the application that is through ADO.Net recordset.

    Do 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: Can a bad plan be stuck in cache?

    Chrissy321 (2/9/2011)


    <snip>

    So the only place I use the parameters is in the SELECT not the WHERE. Would that still be considered to be parameter sniffing? Or some type of variant...


    - 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 to improve performance of a dumb query?

    Portlander (2/9/2011)


    Craig Farrell (2/9/2011)


    I'd really like to see the full proc and ddl here, this thing is a tragedy.

    No arguments there. Hence the subject (How to improve performance...


    - 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: Tables in TempDB

    I don't know the answer offhand, but out of curiousity, why do you care? Are you just simply curious or do you have a distinct criteria for it?

    Now, 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: Can a bad plan be stuck in cache?

    A number of them. To answer your first question, yes, a bad execution plan can get stuck in cache. Look up 'parameter sniffing', you'll find an eyeful. 🙂


    - 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 to improve performance of a dumb query?

    |--Stream Aggregate(DEFINE[Expr1009]=MIN([testdb].[Table1].[id])))

    |--Nested Loops(Left Semi Join)

    |--Nested Loops(Left Semi Join)

    ...


    - 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: Exclude a database from Maintenance Plan

    ^ What Grant said. 🙂

    I personally prefer individual scripts and jobs for my backups (and maintenance in general) to fine tune my control... and to make sure backup #23 failing...


    - 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 to improve performance of a dumb query?

    I just took a second look at your code. Okay, that is a significantly STRANGE clause.

    and exists

    (select id from Table1 where calendar_id = 'Test1'...


    - 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 to improve performance of a dumb query?

    Portlander (2/9/2011)


    I had already tried UPDATE STATISTICS with no benefit. I tried the following again:

    UPDATE STATISTICS Table1

    WITH FULLSCAN, NORECOMPUTE

    And verified that it has no impact 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: transactional replication !

    It won't be able to happen immediately until the snapshot is sent over and in place before the transactions can start being shipped. You can trigger that to occur...


    - 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 2008 - Remove characters from a text file

    The squares simply mean they're out of the standard character set for the font.

    There's no gentle way to do this, you need to loop to each character, evaulate the CHAR()...


    - 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 to improve performance of a dumb query?

    The first and most likely cause of a slowdown after a version upgrade in SQL Server is table statistics.

    Take all the tables in the offending query and rebuild the statistics...


    - 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 - 4,066 through 4,080 (of 5,678 total)