Viewing 12 posts - 1 through 12 (of 12 total)
Lowell,
Using your script, I found that some of the CRM telephone numbers were NULL. I forgot to check if there were values there. Thanks so much!
April 5, 2009 at 11:34 am
AdvertiserName is the primary key on the Advertiser table.
April 5, 2009 at 11:22 am
Jeffrey,
I made the changes you suggested and tested the report - it works perfectly!. Thanks so much.
Pat
December 10, 2008 at 9:09 am
Jeff and Jeffrey,
Thanks to both of you. That seems like a very doable solution that will avoid the duplication. I really appreciate your help.
Pat
December 10, 2008 at 7:09 am
Jeff,
Thanks for responding. We run this report daily for the previous day, and then weekly for the previous week. Once a week is run, we never run that week again....
December 7, 2008 at 10:22 am
Hi Jeff,
I read and replied to Jack's response before I saw yours, but thanks for explaining it in such detail. That was very helpful. However, I like the idea of...
December 7, 2008 at 10:18 am
Thank you for your detailed reply. I think I understand what you are saying when you say that I am thinking procedurally and not terms of sets. I am an...
December 7, 2008 at 9:23 am
Sorry, I missed one of your questions. I do not want to load duplicates - I just want to ignore them and move on with the rest of the script.
December 5, 2008 at 6:36 pm
The primary key is EmpName and PTODate. Ignore error is simply a label to allow me to continue on with the code. What I'm trying to do is to ignore...
December 5, 2008 at 6:35 pm
No, there are no quotes within the name; the name is surrounded by quotes. When I changed the code to WHERE (SUBSTRING(cust_name, 1, 3) <> 'ABC')), that worked, but I...
September 20, 2007 at 5:25 pm
Viewing 12 posts - 1 through 12 (of 12 total)