Forum Replies Created

Viewing 15 posts - 1,096 through 1,110 (of 3,666 total)

  • RE: Loading up to 60 optional txt files

    BobMcC (3/2/2011)


    I receive our data extracts in .zip format. They are then un-compressed to a clean \working directory.

    The file names correspond with the SQL tables they need to be loaded...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: How To Work with Files based on file name patterns

    Phil Parkin (2/15/2011)


    IMO this might be simpler if implemented in a Script Task.

    That's what I would do.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SSIS Export Data From ExecuteSQLTask

    SQL Dude-467553 (2/22/2011)


    I tried that way but it didn't like the temp tables in the stored procedure. I tried to copy the text of the procedure and use it...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SSIS Export Data From ExecuteSQLTask

    SQL Dude-467553 (2/22/2011)


    Hi All,

    I've created a SSIS package that

    1. Calls A stored procedure in the ExecuteSQLTask

    2. That ExecuteSQLTask has the Result Set Type = "RowSet"

    3. I...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: variable column count txt files to sql server table

    I probably would use a flat file source to read the data as one column. I would then feed that one column to a script component where I would...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Export a Stored's result in multilple CSV

    gladiatore85 (2/21/2011)


    Thanks Alvin, but i cannot use the SPLIT 'cause the Categories are undefined...

    Anyway i've found solution using a temp recordset, i select every distinct categories, then i loop...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: howto abort container on any error?

    Dolson Sebastian (2/17/2011)


    to fail the container on a failure, the best option is failparentonfaliure=true... i agree...

    i was thinking about catching the error and continuing the flow. 😉

    The original post says:...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    The "base" is what most things "sit" on, so be careful what you touch! 😀



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Accessing the Variables collection in SSIS (2k5)

    I'm really surprised that SSIS packages are not more self aware at runtime. Hopefully there will be some improvement in 2011.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Need help regards DTEXEC Syntax

    Have you tried replacing MyVariable with the variable names?

    Also, take a look at DTExecUI. It can be a real savior sometimes for generating the command string for you.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Are the posted questions getting worse?

    They exchange camels too??



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: SQL Server Interview Questions And Answers

    What does all of this have to do with Integration Services?



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Get month name from file using ssis 2008

    In the Control Flow, you could add a ForEach file container to hold your dataflow. Have the ForEach container pass the file name to a variable. Use that...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: Export a Stored's result in multilple CSV

    gladiatore85 (2/17/2011)


    Hi everyone I need your precious help! I'm a newbie on SSIS 🙂

    I'm working on SSIS 2008.

    I have a parametric stored that results a multiple recordset.

    Now i want...



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • RE: GET month and year from Filename

    Please avoid posting the same question in multiple forum sections.

    Please answer my question in your other post.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

Viewing 15 posts - 1,096 through 1,110 (of 3,666 total)