Forum Replies Created

Viewing 15 posts - 49,576 through 49,590 (of 59,078 total)

  • RE: Do I need more memory?

    jjssilva (6/27/2008)


    What I ment was, in order to have maximum performance gain from the DB, it should be in memory. Usually around 80% is enough. You can have less memory...

  • RE: Do I need more memory?

    Matt Miller (6/27/2008)


    I keep waiting for my guys to install that 1 Exabyte RAMdisk I asked for. Just would make all of those nasty delays just melt away...I wonder...

  • RE: The T-SQL Quiz

    Ummm... you think the use of a While loop is "elegant"? :blink: :Whistling:

  • RE: How to design an optional unique constraint

    Stephanie Giovannini (6/27/2008)


    Hmmm... I suppose the second table is the best way to do it, if I'm allowed to do so. At least I now have ammunition.

    Sorry, Stephanie... I have...

  • RE: Table Valued functions Vs Scalar Valued Functions

    TheSQLGuru (6/27/2008)


    At each of my last 3 SQL 2005 performance tuning/analysis client gigs I have addressed tremendous performance issues by removing the use of TVFs (and also table variables). ...

  • RE: Grouping GROUP BY subtotals

    jcrawf02 (6/27/2008)


    Sergiy (6/27/2008)


    jcrawf02,

    can you explain this:

    ISNULL(count(distinct #PLANDATA_Claim.claimid),0) AS "FFS",

    What ISNULL is doing here?

    I have...

  • RE: Grouping GROUP BY subtotals

    jcrawf02 (6/27/2008)


    Sorry, didn't use that in this example. What I ended up doing in my live version is this:

    LEFT JOIN #member ON (ISNULL(PLANDATA_Claim.enrollid,ENCOUNTER_Claim.enrollid) = #member.enrollid )

    Hmmmm.... I suppose that...

  • RE: For loop in sql server

    Thanks for the feedback...

  • RE: more elegant search

    Heh... wasn't me, Bill... I'm still trying stuff out...

  • RE: Float vs Decimal?

    JohnG (6/27/2008)


    yes, I have an accounting degree

    Heh... nothing real evil meant here, John... but when I see something like that, I remember all the folks that I've interviewed that had...

  • RE: How can I limit CPU usage per user in SQL 2005?

    Yuckon (6/27/2008)


    Hi chaps

    Thanks for your input but I think you are missing my point.

    The code is made up,

    The end user is not the best at writing efficient SQL and I...

  • RE: Archetype Records

    That's the fun part about this world... you looked up things having to do with Records and SQL... that's too much info. Forget about "Archetype Records"... you don't even...

  • RE: extracting database sizes using sp_spaceused

    susan.bartrum (6/26/2008)


    I have trawled through lots of sys views and I have not found anything usable yet.

    Another tip would be...

    When you find a useful MS provided stored procedure such as...

  • RE: Compare 2 tables

    eddy (6/27/2008)


    is not so expensive if you see what you get in return

    I've gotta agee there... what you get is proven code with no bugs... Red Gate is real good...

  • RE: Datetime

    Careful... using CONVERT to strip the time off the date (1st example) or the date off the time (2nd example) can slow queries down quite a bit.

Viewing 15 posts - 49,576 through 49,590 (of 59,078 total)