Forum Replies Created

Viewing 15 posts - 4,816 through 4,830 (of 5,678 total)

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (11/24/2010)


    WayneS (11/24/2010)


    CirquedeSQLeil (11/24/2010)


    Craig Farrell (11/24/2010)


    CirquedeSQLeil (11/24/2010)


    jcrawf02 (11/24/2010)


    Should we point out that his view solution doesn't *just* give you the duplicates? 😉

    Yes - fire away!!!!!!!!!

    I just ended up having 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: Are the posted questions getting worse?

    WayneS (11/24/2010)


    Craig - I thought about posting this over "there", but decided to keep this to us threadizens.

    http://blogs.lessthandot.com/index.php/DataMgmt/DataDesign/iso-11179-naming-conventions

    (Just gotta love how it starts out by talking about you-know-who!)

    Ah, 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: Are the posted questions getting worse?

    CirquedeSQLeil (11/24/2010)


    Craig Farrell (11/24/2010)


    CirquedeSQLeil (11/24/2010)


    jcrawf02 (11/24/2010)


    Should we point out that his view solution doesn't *just* give you the duplicates? 😉

    Yes - fire away!!!!!!!!!

    I just ended up having to thump Joe...


    - 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: Huge tables with no appropriate column for creating clustered index !

    Sachin Vaidya (11/24/2010)


    So, creating a clustered index on non unique column is fine, right? However, I will definitely need a unique column if I would have to partition this table.

    Yes,...


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

    CirquedeSQLeil (11/24/2010)


    jcrawf02 (11/24/2010)


    Should we point out that his view solution doesn't *just* give you the duplicates? 😉

    Yes - fire away!!!!!!!!!

    I just ended up having to thump Joe over the head...


    - 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 building a query.

    CELKO (11/24/2010)


    I hope you know why NUMERIC(s,p) is not like DECIMAL(s,p).

    Before some poor soul gets misled by this...

    It's not?

    http://msdn.microsoft.com/en-us/library/ms187746.aspx

    decimal[ (p[ ,s] )] and numeric[ (p[ ,s] )]

    Fixed precision...


    - 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 you make the result pane disappear?

    Rod at work (11/24/2010)


    Gianluca Sartori (11/24/2010)


    CTRL + R

    WOW. Thank you. BTW, that control sequence isn't really obvious. (At least not to me.)

    It's to toggle (R)esults. At...


    - 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: Getting DML and DDL operations without using triggers

    Bhuvnesh (11/24/2010)


    gedda (11/23/2010)


    Hi I am wondering if there is a way to get events from the database for DDL and DML operations without using triggers or is this a futile...


    - 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 Db Tables with Foreach Loop

    Ran into this the other day on a different task, but same error. It's the generic "We couldn't be more specific error, sorry." error.

    A couple of questions. First,...


    - 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: Huge tables with no appropriate column for creating clustered index !

    You're suffering under the misunderstanding that a clustered index needs to be unique. It doesn't. The Primary Key does, and there should be some key there to uniquely...


    - 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 Execution fails

    Ummm.... there's not much we can do for ya there. I'm not entirely sure the query definition fits in 8k bytes.

    This is a hard limit of the worktables 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

  • RE: Stored Procedure Takes long time on one Server, but quick on another

    Thanks for the feedback, that's excellent news. Luck to you in the future.


    - 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: Error on this code "GO WAITFOR DELAY '00:00:05'"

    malik_nagel (11/23/2010)


    I want to run a "GO" and then pause for 5 seconds. When I run this code I get "A fatal scripting error occurred.

    Incorrect syntax was encountered while...


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

    WayneS (11/23/2010)


    Alvin Ramard (11/23/2010)


    Craig Farrell (11/23/2010)


    Alvin Ramard (11/23/2010)


    LutzM (11/23/2010)


    Alvin, that's what you look like when you've had time to shave?!? 😀

    But isn't that counterproductive regarding hunting season?

    Depends on what I'm...


    - 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: Poor Restore Times

    csoloway (11/22/2010)


    It's Windows 2003 Standard which is limited to 4G and SQL Server 2000 Standard which is limited to 2.

    I'm just looking for some documentation that speaks to what happens...


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