Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 6,486 total)

  • RE: SELECT 'HAVING' issue

    If you take the assignment off - you'll see that you're getting the counts within each group that adds up to 7, not the count of the groups. Meaning...

  • RE: String Replacement using Table Values

    This is one of those cases where CLR would likely be substantially more efficient than the loop. First - you could leverage the "Proper Case" syntax, so that you...

  • RE: Strategy to build a history

    In its most basic form - an audit log is likely to be your best bet. It would capture all of the changes so that you could have a...

  • RE: VBScript 'ReadLine' Method

    You don't want my phone number - it would have to come with a request for your billing info:).

    I kind of get the idea, but can you mock up...

  • RE: RAID 5 vs. USB Backup Time

    bdragoo (3/31/2008)


    Our server (roughly 300G) had been backing up and sending backup files to an external hard drive connected via a USB 2.0 cable. Needing a more secure and reliable...

  • RE: Is transaction log needed at all? If not, how to get rid of it?

    GSquared (3/31/2008)


    Jack Corbett (3/29/2008)


    You obviously do not have autoshrink enabled so you need to manually shrink your transaction log using DBCC ShrinkDB or DBCC ShrinkFile

    Don't use autoshrink. It's a...

  • RE: Could I eliminate this cursor?

    Matt Miller (3/29/2008)


    rbarryyoung (3/29/2008)


    Thanks, Jeff.

    rbarryyoung (3/29/2008)


    It is one of the hallmark proofs of computer science that you cannot write a program that can generally predict when other computer programs will...

  • RE: VBScript 'ReadLine' Method

    What do you plan on doing with this? What kind of file are you going up against? Is the file structure consistent (meaning - same layout for each...

  • RE: The March Car Update

    bhovious (3/31/2008)


    I was glad to see you qualify your preference for electric-only by recognizing that it only moves the pollution problem to the power grid. If we...

  • RE: Comparing Strings......

    If you're trying to make sure that they don't re-enter existing clients - why not force them to go through the existing list of customers FIRST? Like - a...

  • RE: Training Programmers: Accessing Base Tables or Stored Procs

    Jeff Moden (3/29/2008)


    Well said. I especially like the two rules because, if you substitute the word "RBAR" for "Cursor", I use them all the time in a slightly different...

  • RE: Bachelors degree - Who has one, or even more education?

    While I agree with Jeff on the "having a degree to GET a job" wasn't all that important, I can say that I have been on the receiving end of...

  • RE: Could I eliminate this cursor?

    I see you two have been busy... nice testing!

  • RE: Could I eliminate this cursor?

    rbarryyoung (3/29/2008)


    Thanks, Jeff.

    rbarryyoung (3/29/2008)


    It is one of the hallmark proofs of computer science that you cannot write a program that can generally predict when other computer programs will halt (that's...

  • RE: Four Rules for NULLs

    Jeff Moden (3/28/2008)


    Mike C (3/28/2008)


    Jeff Moden (3/28/2008)


    Mike C (3/28/2008)


    I get a clustered index scan when I run your code. The optimizer expands it out to RowNum <> 1 AND RowNum...

Viewing 15 posts - 3,886 through 3,900 (of 6,486 total)