Viewing 15 posts - 556 through 570 (of 1,086 total)
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...
September 14, 2005 at 3:01 pm
I thought the same thing, but try this:
DECLARE @Count integer
SET @Count = 1
WHILE @Count < 3
BEGIN
SET @Count = @Count + 1
PRINT @Count...
September 14, 2005 at 12:20 pm
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...
September 12, 2005 at 9:23 am
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". ...
September 11, 2005 at 8:13 am
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...
September 9, 2005 at 3:00 pm
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
September 9, 2005 at 2:06 pm
You have one call for the dataset versus 12 calls.
September 9, 2005 at 1:11 pm
You would put the real name of your table and real name of the column you want to create in their place...
September 9, 2005 at 12:41 pm
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...
September 9, 2005 at 12:11 pm
All we really wanted to do was impress girls and try to pick them up.... Generally a failure, but hey, college is for...
September 9, 2005 at 12:08 pm
Viewing 15 posts - 556 through 570 (of 1,086 total)