Forum Replies Created

Viewing 15 posts - 2,581 through 2,595 (of 5,678 total)

  • RE: Disappointed with List as table Function

    Part of the issue is the explicit conversion after the function to a different datatype, messes with the optimizer.

    Another is the differences between @tmp and #tmp. @tmp has statistical 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: Continuous Integration with SQL Server DBMS's

    Rich Yarger (9/19/2011)


    Kraig, thank you for sharing this. I'm sure my guys who are working on this are going to be thrilled!

    😛

    My pleasure... kinda. Every time I 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: SQL Partition

    Tom.Thomson (9/19/2011)


    SQL Kiwi (9/19/2011)


    Evil Kraig F (9/19/2011)


    Paul, remember when I mentioned in that other thread that Partitioning seems to be a Level III item? 🙂

    Indeed. Perhaps we 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: Continuous Integration with SQL Server DBMS's

    The entire process is a rabbit hole. Imagine having all of your code looking like this in source safe:

    If not exists (table)

    Create table (15 columns)

    If not exists (select...


    - 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 across databases in stored proc

    This might have to do with cross database ownership chaining and the SSRS login not having permissions, as SQLRNNR mentioned above. I'd usually expect an error in that case,...


    - 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: Continuous Integration with SQL Server DBMS's

    Welcome to my personal little slice of hell. What's up Rich?


    - 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: SQL Partition

    SQL Kiwi (9/17/2011)


    vk-kirov (9/16/2011)


    Good question, but the answer is totally wrong.

    Exactly. I can only imagine the author did test the code before submitting this question, but made a late...


    - 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 Package Execution for a non BIDS installed user

    Brandon Carl Goodman (9/19/2011)


    Thanks everybody, but maybe I did not explain this very well. The user in this case will not have BIDS nor SQL Server installed on their...


    - 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 need to improve this query I have attached here

    Ranask, we need to see the index definitions as well, the schema is only half the battle... and speaking of, I understand the desire to only give us the columns...


    - 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 Data Flow Transformations

    jdpowell777 (9/19/2011)


    Okay, great, thanks for the response

    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

  • RE: Are the posted questions getting worse?

    GilaMonster (9/17/2011)


    Tom.Thomson (9/17/2011)


    GilaMonster (9/17/2011)


    WayneS (9/17/2011)


    Steve Jones - SSC Editor (9/15/2011)


    Please let's not have quotes of every post that counts down from 95, 94, 93.

    I'm going out of town for 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: SSIS Data Flow Transformations

    jdpowell777 (9/16/2011)


    Hi, I am new to SSIS. I would like to know, when it comes to simple queries is SSIS, whether there are any advantages to using data flow transformations,...


    - 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: Send multiple emails in SSIS from resultset

    PHXHoward (9/15/2011)


    Thanks for replying. I have the SELECT worked out but I don't know how to write multiple rows to a variable and then create the foreachloop to handle...


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

    ALZDBA (9/15/2011)


    SQLRNNR (9/15/2011)


    WayneS (9/15/2011)


    SQLRNNR (9/15/2011)


    Just saying that we only need 98 more posts for 30,000

    how many?

    Ummm - 96

    Make up your mind. No guessing 😉

    Bah! This is a SQL Server...


    - 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 Practice - What makes the most sense?

    this might be a silly question, but are you running the IIS and SSRS on the same server as the database?

    If so, that's not helping.

    A datawarehouse server is quite common...


    - 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,581 through 2,595 (of 5,678 total)