Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 5,678 total)

  • RE: Are the posted questions getting worse?

    Jeff Moden (2/25/2012)


    It'll be so close that I can ride my unicycle to work without having to powder for chaffing. 😀

    This is a YouTube video just WAITING to happen....


    - 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 return only entries with multiple categories in a junction table?

    CELKO (2/23/2012)


    The short answer is that you are not writing RDBMS at all. Trust me, there is no such thing as a “junction table” (that is an old network database...


    - 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 runs much slower when connect to SQL Server locally.

    *vivian* (2/26/2012)


    The environment is a cluster. Only this node is having weird problem. Once move the SQL instance to the other node, run the query locally it is very quick.

    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: Please help with view

    jd 67003 (2/23/2012)


    Wow, thank you so much. I am going to try what you provided as soon as I can. Yeah this database probably is a mess. But like 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: Attacking SSIS at last...ummm?...

    To your specific points.

    File Watcher: I've never had much luck with this and usually just iterate the job to repeat every 5 minutes or so, with a quit successfully 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: Creating sprocs from SP_EXECUTESQL

    I can't find anything wrong with it visually. It seems fine. I can't test your statement in any way because it's been heavily modified (see WHERE...conditions).

    Due to that,...


    - 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: Creating sprocs from SP_EXECUTESQL

    You didn't close the statement for q and you've got an extra comma in your delimited list. It looks like the end of that line is just trimmed off.

    Ignore...


    - 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: Please help with view

    We're getting there. Sorry this is taking a few iterations, I know you're trying.

    A few questions. While trying to slap together some very limited sample data into these...


    - 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: Creating sprocs from SP_EXECUTESQL

    What's the error you're getting?


    - 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: Please help with view

    I need to see the query to help you directly, but basically what you want is a sub-query that will grab the max timestamp for each of the 36 records...


    - 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: Windows Group as Login linked to User Login

    Lowell (2/22/2012)


    these two extended procs examples might help.

    one tells you who belongs to a group, the other can tell you all the grouls i belong to:

    EXEC master..xp_logininfo

    @acctname...


    - 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 runs much slower when connect to SQL Server locally.

    *vivian* (2/22/2012)


    Hi Brandie,

    The query I run returns a lot of data (50000), do you think it could because both server activites and client activites happen on this SQL Server so...


    - 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 runs much slower when connect to SQL Server locally.

    What's the server set to consume for memory? The reason I ask is the client for SSMS may barely have enough room to run via RDC but your local...


    - 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: Too Tired to Work Smart

    SQLBill (2/20/2012)


    After the first eight hours, we realized this was going to take awhile, so we began 'tag-teaming'. Two people would oversee the one doing the work and ask any...


    - 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 return only entries with multiple categories in a junction table?

    ColdCoffee (2/22/2012)


    Both of them wont work if the number of degrees queried is just one.

    Agreed, I was answering the initially asked question of what method to use rather then providing...


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