Viewing 15 posts - 31 through 45 (of 85 total)
All I want to know, is how do you go about posting a small job RFP to the internet for people in your local area?
I have a need to have...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
June 16, 2009 at 7:43 pm
With the current economy, I find there is never any money for either, so its a draw!
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
June 5, 2009 at 9:32 am
At work, its the kunky old ink jet printer in the next cube that's print head crashes from end to end so hard and loud that it actually vibrates the...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
March 27, 2009 at 9:18 am
Personally, I have found that none of it makes me more productive and in fact all of it makes me less productive then ever. With every new technology comes...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
March 20, 2009 at 9:36 am
I see what you are saying. When you keep going down the same road it get difficult to shift gears and swith gears to try a different approach. ...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 25, 2009 at 8:24 am
In static SQL I can declare a variable assign it to the results of a SELECT statement then use then employ the variable within another SELECT, WITHOUT generating a displayable...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 25, 2009 at 8:17 am
Thanks, the sp_executesql was what I needed. Actually my real problem was that I was trying to do something like: @var = execute sp_executesql @sql to assign...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 25, 2009 at 8:01 am
No good. The code I sent is run many times within a loop in which the result of the code is used to feed other code. The SQL...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 24, 2009 at 2:22 pm
That was a typo -- sorry. However ... = exec (@sql) still causes the stored procedure parser to produce the same Incorrect syntax near the keyword 'exec' error.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 24, 2009 at 1:31 pm
Thanks! That works, but now I need to know how to embed it within some static SQL code such as in:
SELECT @sql = 'max(rtrim(select q' + cast(@qQuestion as varchar)...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 24, 2009 at 1:11 pm
To take the reverse opinion. Camera's that are not monitored serve not only as a deterent, but the video is there should an incident occur where the identification of...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 19, 2009 at 7:55 am
Everyone prefers the risk taker, but its the conservative approach that keeps the company afloat. When it comes to making decisions, having a team that know how to do...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
February 13, 2009 at 9:42 am
Like many others, I like to visit foriegn lands but absolutely hate air travel. It used to be the air traveller was pampered, but anymore my feelings on air...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
January 15, 2009 at 7:38 am
. . . and yes! All professionals including myself are prostitutes and proud of it!
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
January 9, 2009 at 6:16 pm
Mr. Copeland,
A famous author of late, once wrote "Whores and prostitutes should be measured as any other professional . . . Do they provide good service for the money!"
No one...
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -- Martin Fowler
January 9, 2009 at 6:11 pm
Viewing 15 posts - 31 through 45 (of 85 total)