Viewing 12 posts - 1 through 12 (of 12 total)
Thanks Jack. I'm still not clear on why the code is evaluated...I'm self taught and guess I need to do some more research on this...but I GREATLY appreciate the time...
August 13, 2008 at 7:26 am
Actually this will be a stored procedure (I hope) and will have a lot more going on in the finished product. I just figured why complicate things until I can...
August 12, 2008 at 2:52 pm
Hmmm, let me try to describe better...management wants to "push a button" and have something like this report spit out. There's no input from management, the parameters are totally hidden...
May 9, 2008 at 10:05 am
I have read a lot about "not using dynamic" because of injection attacks however in this case it is unfortunately necessary. I need to build a report, for management, that...
May 9, 2008 at 6:48 am
You were all very helpful with my previous question so I'm hoping I can impose again. Can someone help me with the correct syntax for the following statement? Again, this...
May 8, 2008 at 3:39 pm
Thank you so much! If it's not too silly of a question, what is the purpose of the N' throughout your code sample? I haven't seen it before. I have...
May 2, 2008 at 6:52 am
Yes, I understand that. In short, I need to know how to specify to use each database in the cursor. I can hard-code the database name (as in USE DATABASENAME...
May 1, 2008 at 3:18 pm
Thanks John. It's amazing what you can find when you know where to look. I didn't know all those variables were available
September 7, 2007 at 2:00 pm
The Max Error Count on the parent objects is what I was missing also. My package is now running
John M., can you...
September 6, 2007 at 7:58 am
Unfortunately, no. I'm still struggling with this. I just ordered some training materials from AppDev and am hoping that by going back to the basics I'll find what I'm missing....
September 5, 2007 at 6:48 am
Thanks for trying Steve.
So far the only failure scenario I'm dealing with is an improperly formed .csv file. As stated previously I don't have any control over the .csv source....
July 10, 2007 at 4:47 pm
Viewing 12 posts - 1 through 12 (of 12 total)