Forum Replies Created

Viewing 15 posts - 54,766 through 54,780 (of 59,067 total)

  • RE: deduping query optimization

    really old server, 512MB ram and 2 300Mhz processors (yes that's an M not a G)

    I'm thinking that you've squeezed just about all the speed you're gonna get out of...

  • RE: Limit Resources to UGLY query

    Bob Fazio (10/1/2007)


    Formatting in this new site is less than adequate.

    I absolutely agree!

    Insert of 3.3m rows.

    Best run (no index). 270 - seconds

    worst run (with index) 283...

  • RE: Limit Resources to UGLY query

    Kurt W. Zimmerman (10/1/2007)


    I've had to deal with very long running updates and processor intensive stored procedures that has been able to take my dual quad core w/ 8gb to...

  • RE: Is this workable

    ... and what about the EndDates that are NULL? 😉

  • RE: Remove Decimals Without Rounding

    Post the entire test harness so we can do the same test, Tom 😉

  • RE: Remove Decimals Without Rounding

    Oh... and do be aware that STR uses FLOAT for it's main operand... 😉

  • RE: Remove Decimals Without Rounding

    Ninja's_RGR'us (9/29/2007)


    So Jeff, how do you solve this version of the problem?

    Set @i = 0.034

    PRINT REPLACE(@i,'.','')

    --003400 OR 34?

    Set @i = 0.0304

    PRINT REPLACE(@i,'.','')

    --003040 OR 304?

    I assume you're talking about adding leading...

  • RE: Update Trigger Updates Correct Record In Another Table

    nigelrivett (9/29/2007)


    There is a case for auditing inserts - it depends on what you are using the audit trail for.

    If you want to report on full history of the data...

  • RE: Update Trigger Updates Correct Record In Another Table

    Ninja's_RGR'us (9/29/2007)


    Sorry Jeff, but I only audit full rows, not columns sot he 5:1 ratio doesn't apply.

    2 what do you do about the rule that says that auditing data should...

  • RE: 500,000th member mark

    Outstanding job Steve, Warren, and Andy!!! Yeah, I know... Warren and Andy are on the "sidelines" now, but that group of 3 started this! Nicely done!

  • RE: Table Description

    Open Query Analyzer...

    Press f8...

    Drill down to table and "columns"...

  • RE: Secure part of table

    I think you might need two roles... one for WebGroup and one for WebGroupAdmin which is where you'd put Tracey. Then maybe do some correct grants?

  • RE: Day Month Year D.B. fields vs YMD field using date functions

    Simply put, there are more reasons than I could possibly post here as to why you should not, nay, must not store dates as 3 separate columns. The efficiency...

  • RE: Filling in numbers

    I gotta ask, because you're a newbie....

    Why are you worried about reassigning barcodes? Bar codes can be made to easily exceed 2 billion (approximate max for an INT). ...

  • RE: deduping query optimization

    Hey there PoleCat... long time no "see"...

    Is it the goal of this bit of code to update all but the "first" row for each customer what has been entered within...

Viewing 15 posts - 54,766 through 54,780 (of 59,067 total)