Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 5,678 total)

  • RE: Massive Blocking

    Set Textsize shouldn't cause the blocking.

    What it indicates WILL cause blocking. Especially if they fubared the design.

    For those playing at home since OPC knows this because he uses google...


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


    Evil Kraig F (8/26/2011)


    Stefan Krzywicki (8/26/2011)


    Here's something everyone in IT should be aware of

    Your decision making ability deteriorates as you make more decisions

    Thanks for this Stefan, shared 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?

    Stefan Krzywicki (8/26/2011)


    Here's something everyone in IT should be aware of

    Your decision making ability deteriorates as you make more decisions

    Thanks for this Stefan, shared it around a bit myself this...


    - 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: type cast issue occuring inside "derived column" transformation.

    aveerabadran (7/8/2008)


    Hi All,

    I face a type cast issue occuring inside "derived column" transformation.

    Following is the error msg get:

    [Derived Column [34]] Error: The "component "Derived Column" (34)" failed because error...


    - 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 information regarding Indexes

    That's just too little information. We'd need to see the execution plans, the table schema, and the indexes you built to be able to assist you in troubleshooting a...


    - 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: The OVER Clause enhancements in SQL Server code named β€œDenali”, CTP3

    Wayne,

    Excellent examples and a solid walkthrough, thank you.

    Btw, for your question about real-use of range, you'd have to wrap the results in a distinct.

    I'm thinking of log-entries. If 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: Back in the saddle

    The 10,000 foot view on NoSQL: It's an eventually consistent data-layer that allows for multi-site editing. It's not transactionally consistent across all nodes, but "eventually" gets 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: Step through Data Flow

    What in particular are you trying to debug?

    Usually in a dataflow you use the data viewers to see what the data looks like going into the different component to try...


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

    SanDroid (8/25/2011)


    Anything anywhere by Joe Celko cause he is just that funny and laughing helps us learn. πŸ˜€

    I have to say we definately have different opinions of humor.


    - 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-Dynamically read data from file and pass it to variable and from that variable to sp

    parthi-1705 (8/25/2011)


    and the sp "Sample_ee" has 2 param one is year from txt file and another i need to give externally Output of each year needs to be stored 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: Finding it impossible to Split a column based on a delimiter

    Jeff Moden (8/24/2011)


    Evil Kraig F (8/22/2011)


    Jeff Moden (8/18/2011)


    I would just pork chop the provider of the spreadsheet and get them to do things right. πŸ˜‰

    The problem here isn't 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: SSIS-Dynamically read data from file and pass it to variable and from that variable to sp

    Drop it to a recordset destination. The destination will need a global package variable of type object.

    After the dataflow, initiate a for each loop, and use ado recordset as...


    - 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 and delete trigger on multiple rows

    Here's my usual approach to this process. This is going to be mostly psuedocode to give you the general idea.

    Assuming you have the following table:

    CREATE TABLE tblA (ColA INT,...


    - 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: Grant Insert on a single table to all Logins

    PMar (8/24/2011)


    Is there a simple way to grant insert permission on a single table tbl1 in a database DB1 to all existing SQL Server Logins?

    This seems like a homework question....


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

    Lynn Pettis (8/24/2011)


    Roy Ernest (8/24/2011)


    I was talking about it will be fun to work on the committee. Not piss people off.

    You never know, you may find it fun 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

Viewing 15 posts - 2,641 through 2,655 (of 5,678 total)