Forum Replies Created

Viewing 15 posts - 676 through 690 (of 938 total)

  • RE: The Bulb Man

    Wow, you guys are pretty good.  The three line solution didn't show up yet, and it looks like no one's solved the prime number riddle (T-SQL would probably be a...

  • RE: The Bulb Man

    Reminds me of another old joke, but I can't post it to a family-oriented website

  • RE: The Bulb Man

    OK, here are three more moldy oldies:

    1.  Are there three 2-digit primes that have the following properties:

    • The average of the sum of all three is a prime number
    • The average of the...
  • RE: The Bulb Man

    Computer people always make things so complicated...  I think that's why I love the job   Someone already posted the generally accepted answer, but in...

  • RE: The Bulb Man

    You'd be surprised.  This was an actual question I got on a job interview...  they used it to try to gauge your thought processes.  I gave a pretty aggressive answer: ...

  • RE: Images; inserting and retrieving

    It can be done, but just because you can do something doesn't mean you should

  • RE: Humble Beginnings

    I agree - I think a lot of what's been lost is in low-level troubleshooting and low-level optimizations, since most of that has been abstracted away.  A lot of the...

  • RE: SQL 2005 for the SQL2K Developer Part 2

    Don't forget RANK(), DENSE_RANK() and NTILE().  See http://www.sqlservercentral.com/columnists/mcoles/sequentialordering.asp for more info.  Also discusses other reasons IDENTITY column and other options are not optimal solutions.

    Thanks.

  • RE: VB .NET talking to databases...

    No waste of time   We all hit little snags and brain freezes every now and then.  Best of luck!

  • RE: VB .NET talking to databases...

    Hmmm.  Are you adding Parameters to the DataAdapter's SelectCommand Parameters collection?  Sounds like you're re-adding them twice.  If that's the case, clear out the parameters collection before adding them or...

  • RE: Encrypt a column

    Good deal   Enjoy

  • RE: Trigger Help Needed

    Then you need to set up a scheduled job to run every two hours.  A good place to start is to go into Enterprise Manager, right click on "Management" and...

  • RE: Free Encryption

    Good to hear   You can use INSERT INTO to insert the results into a temporary or other table.  The exact format and datatypes...

  • RE: Trigger Help Needed

    Would I have to have this job running all the time? New records are being created constantly and I dont think that have the job running only every 2 hours...

  • RE: Trapping errors while truncating a table

    hehe Excellente!

Viewing 15 posts - 676 through 690 (of 938 total)