Viewing 7 posts - 31 through 37 (of 37 total)
Hi All,
I solved this problem a while ago with help from the group. I work with a relatively small data set for now, so this has worked perfectly fine...
December 15, 2008 at 7:22 am
I think the issue is that if you're looking at a char() or varchar() column, you always want to specify the data in quotes.
For example:
entercd not in ('031','032','033')
October 28, 2008 at 3:58 pm
Wow! Thanks so much for the feedback, Greg, rbarryyoung and the others. I am working right now on compiling all of this into a working solution.
Note for rbarryyoung:...
October 23, 2008 at 7:35 am
I really appreciate that help!
My original solution was a table-valued function that basically did a where loop and subtracted a day every time there was still a null in the...
October 22, 2008 at 8:07 am
Interesting editorial, Steve. Reading between the lines, I think you’re saying project updates and meetings should be more focused to the relevant individuals. I agree with that part,...
September 18, 2008 at 7:40 am
Thanks for the tip. That should help quite a bit. I'll try to close the feedback loop when I get the solution.
September 17, 2008 at 12:23 pm
While I'm sure there are companies that do this, the book shows the danger in this and provides a great argument for companies not being able to outsource this function....
September 16, 2008 at 6:56 am
Viewing 7 posts - 31 through 37 (of 37 total)