Forum Replies Created

Viewing 15 posts - 3,586 through 3,600 (of 5,678 total)

  • RE: View with many tables and poor performance

    Sorry, saw this thread earlier but my life is a bit zany at the moment.

    Remove the 100 percent part. There's no purpose to it and the old trick of...


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

    Side note: I use max posts per page... and we've hit 500 pages. 🙂


    - 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 do I prevent a user from even using a database...

    Public is a database role, and as mentioned above, you can just outright remove said user from the database. However, this becomes a problem if you're doing NT group...


    - 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 DB Redesign advice

    allbymyself (3/24/2011)


    Great points indeed. I mean no disrespect to DBAs. I'm just used to having to wear many hats and am not knowing of all tasks for someone who only...


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

    GSquared (3/24/2011)


    Nah, check the interviews on http://thehollywoodinterview.blogspot.com/2010/09/paul-verhoeven-starship-troopers.html, and so on. Definitely wasn't done that way. Also, the DNA from the book is in every frame of the movie....


    - 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 Question: Get One Value From One Excel Cell and Put in Variable

    Koen Verbeeck (3/24/2011)


    You can just store it into a ResultSet.

    Select single line and store the value in a string variable. You'll avoid the for each loop this way.

    *facepalm* Thanks...


    - 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: Updating millions of records

    There's no where clauses on any of this, you're mass updating in multiple passes... Yeah, that's gonna hurt.

    The nc index really only hurts if you're updating something in 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: Pass Variable values in Lookup transformation

    I don't have SSIS in front of me, but I'm 99% sure you can load the SQL Statement as an expression. Build out your dynamic query in the expression...


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

    SQLkiwi (3/23/2011)


    Stefan Krzywicki (3/23/2011)


    I may go to that one. I think it is between yours and plan reuse.

    I'm giving away chocolate fish, if that helps...:hehe:

    Warning: They melt if you put...


    - 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 Question: Get One Value From One Excel Cell and Put in Variable

    imani_technology (3/23/2011)


    Regarding the Script Component, how would I set the DTS.Variables("").Value to the value from the spreadsheet?

    You wouldn't directly. You'd read the row into the stream in a datasource,...


    - 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: Replication from SQL2005 to SQL2008 (cluster environment) not working...

    oskargunn (3/21/2011)


    I found the solution on this site 🙂

    http://www.sqlservercentral.com/Forums/Topic554399-149-1.aspx

    After adding the server name to the host file on the subscriber side (2K8) I was able to connect.

    Thanks for the solution...


    - 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: Searching Functions, Procedures and Tables

    FredS-1001785 (3/21/2011)


    I get two cursors.

    Well, no cursor declares in this code, I assume this is an excerpt then.

    The first has references in code with a short string 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: Searching Functions, Procedures and Tables

    Jeff Moden (3/22/2011)


    FredS-1001785 (3/21/2011)


    The original problem I was trying to solve was that I wanted to make sure that I was dropping temporary tables after using them. Hence, searching...


    - 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: same data/schema/indexes/statistics - different execution timings?

    sqldba_icon (3/21/2011)


    Another update, now when i drop fk/truncate/insert data back/ add fk the good table(table1) also gives bad performance? Why would that be.. In the interim i will tryt o...


    - 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 Question: Get One Value From One Excel Cell and Put in Variable

    First thing that comes to mind is dropping it out to a recordset destination and then using that in a foreach loop (with 1 loop for your one row) 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 - 3,586 through 3,600 (of 5,678 total)