Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)

  • RE: Create Procedure Help Needed

    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...

  • RE: Create Procedure Help Needed

    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...

  • RE: SQL 2005 Query Help Needed

    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...

  • RE: SQL 2005 Query Help Needed

    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...

  • RE: SQL 2005 Query Help Needed

    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...

  • RE: SQL 2005 Query Help Needed

    Thanks!

  • RE: SQL 2005 Query Help Needed

    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...

  • RE: SQL 2005 Query Help Needed

    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...

  • RE: Need help with ForEach Loop

    Thanks John. It's amazing what you can find when you know where to look. I didn't know all those variables were available

  • RE: Need help with ForEach Loop

    The Max Error Count on the parent objects is what I was missing also. My package is now running

    John M., can you...

  • RE: Need help with ForEach Loop

    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....

  • RE: Need help with ForEach Loop

    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....

Viewing 12 posts - 1 through 12 (of 12 total)