Forum Replies Created

Viewing 15 posts - 14,326 through 14,340 (of 19,564 total)

  • RE: Today's Random Word!

    tosscrosby (5/3/2010)


    crookj (5/3/2010)


    CirquedeSQLeil (5/3/2010)


    Divining rod

    dowsing

    Joe

    dozing

    Siesta

  • RE: Today's Random Word!

    Divining rod

  • RE: Tempdb GROWS

    Brandie Tarvin (5/3/2010)


    You can't rely just on writes, though. Excessive reads could also be causing an issue. Especially if there's a RBAR problem in the query. Bad use of indexing...

  • RE: Tempdb GROWS

    Gianluca Sartori (5/3/2010)


    I see that this thread is still alive, so I'm throwing some more 0.02 € in.

    Adam Machanic wrote a great monitoring procedure that could help you tracking down...

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (5/2/2010)


    I've seen a couple incidents of plagiarism lately on different sites. Not all from this site, but a few places that have copied info from MSDN/Technet,...

  • RE: MCJ - The Missing Link

    Lynn Pettis (5/2/2010)


    How about this one regarding ethics?

    On freelancer.com, some one has posted a job looking for an experienced programmer to develop an SQL injection script for godfather points in...

  • RE: Simple query....Worst plan

    Yes.

  • RE: Median

    keywestfl9 (5/1/2010)


    yes it helped to finish my task. thank you all for the help

    They want to do for another report in access the same thing,i will try and post it...

  • RE: SQL error on SELECT - MSG4104

    Mike Seattle (5/1/2010)


    CirquedeSQLeil (4/28/2010)


    Change the following line

    FROM dbo.TIMEI_DOC_HDR tdh, dbo.TIMEI_DOC_LINE tdl

    To use an explicit join.

    Could you please explain why? I mean, why is that line causing an error and what...

  • RE: Median

    Steven James Gray (5/1/2010)


    Just noticed I'd posted to the SQL 2K forum from your comment. Thats what I get for mis-reading the Active Topics list 😉

    It catches all of us...

  • RE: Space By Table

    Michael Valentine Jones (4/30/2010)


    This should give you what you are after.

    Script to analyze table space usage

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=61762

    Nice script.

  • RE: Space By Table

    The difference in size may also be that the sp_spaceused is reporting on clustered indexes where the sp_mstablespace may not be.

  • RE: MCJ - The Missing Link

    Agreed

  • RE: Space By Table

    Also try to run an updatestats

  • RE: Space By Table

    Since that query relies on a MS provided system stored proc and sp_spaceused is a system stored proc, I would venture that some stats are messed up somewhere.

    Try this query...

Viewing 15 posts - 14,326 through 14,340 (of 19,564 total)