Forum Replies Created

Viewing 15 posts - 556 through 570 (of 1,086 total)

  • RE: simple while loop not printing out value

    Hi Remi - busy...

    While that works, it does not answer the question. 

    Why is WHILE @Count = 3 not PRINTING?  It requires an IF to work...

    I wasn't born stupid - I had to study.

  • RE: simple while loop not printing out value

    I thought the same thing, but try this:

    DECLARE @Count integer

    SET @Count = 1

    WHILE @Count < 3

    BEGIN

             SET @Count = @Count + 1

             PRINT @Count...

    I wasn't born stupid - I had to study.

  • RE: Technology in Schools

    Ditto!!  

     

    I wasn't born stupid - I had to study.

  • RE: Operating in Failure

    Where is "Testing" in all of this?  That is why it must be understood what actual Testing is.  It is not QA and it should not be done by the...

    I wasn't born stupid - I had to study.

  • RE: Technology in Schools

    They had calculators when I was young, but no one owned them as they cost a bizillion dollars.   I guess I was on the cusp of "back in the day". ...

    I wasn't born stupid - I had to study.

  • RE: Memorable Signatures

    Am I going to die now? 

     

     

    I wasn't born stupid - I had to study.

  • RE: Memorable Signatures

    What do you call it when a blonde who colors her hair?

    Artificial Intelligence. 

     

    Why did the blonde scale the chain linked fence? 

    To see the other side. 

     

    (You know...

    I wasn't born stupid - I had to study.

  • RE: Memorable Signatures

    Sometimes, this one is "blonde at heart".   

     

     

    I wasn't born stupid - I had to study.

  • RE: Memorable Signatures

    I just used the "This e-mail message was created using 100% recycled electrons." on a friend and she totally bought into it! 

    Very hilarious!!  Thanks

    I wasn't born stupid - I had to study.

  • RE: Multiple ''''Distinct'''' SQL syntax needed!

    You have one call for the dataset versus 12 calls. 

    I wasn't born stupid - I had to study.

  • RE: SELECT LIKE statment

    You would put the real name of your table and real name of the column you want to create in their place...

    I wasn't born stupid - I had to study.

  • RE: Memorable Signatures

    I think it is Veni Vidi, VISA...

    I wasn't born stupid - I had to study.

  • RE: SELECT LIKE statment

    Wow - no sooner said, than done...  

    I wasn't born stupid - I had to study.

  • RE: SELECT LIKE statment

    Use the REPLACE function in both your input and the field searched to remove spaces for the match.    (Don't worry, someone will probably give you a better solution that may...

    I wasn't born stupid - I had to study.

  • RE: Memorable Signatures

    All we really wanted to do was impress girls and try to pick them up....    Generally a failure, but hey, college is for...

    I wasn't born stupid - I had to study.

Viewing 15 posts - 556 through 570 (of 1,086 total)