Forum Replies Created

Viewing 15 posts - 271 through 285 (of 1,118 total)

  • RE: Convert ActiveXScript task

    shirishjani (9/21/2010)


    so what is the changes that i need to apply with this

    once i take new activexscripttask from toolbox

    I don't think you have to make any changes. It should...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Convert ActiveXScript task

    Did you try using the standard ActiveX Script Task? It is for executing older DTS scripts and this script looks like it should execute properly.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Sending Result set as Email via Script task

    Vijay,

    Check this post by Matt Masson.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Can multiple script components execute asynchronously?

    Hi David,

    Why not try to export the Excel file content into CSV file and then use script to process this text file? You will still need Excel to do the...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    erngreen (9/14/2010)


    If you can give me a general idea. I might be able to resolve.

    Check this article by Todd McDermid. You have to apply the same process ,...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    erngreen (9/14/2010)


    This is sql server 2005

    This is the problem. The component is for 2008 and you are using 2005. You can easily modify the component to work for 2005 ,...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    What version of SQL Serve do you use? 2005 or 2008 ?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    erngreen (9/13/2010)


    The installation goes smoothly but when I go to add it in BI Studio. I get an error.

    What is the exact error message?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    erngreen (9/13/2010)


    While I would like to use this component, I have been unable to get it to install in my enviornment.

    What's the issue? Have you tried asking a question in...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    Have you checked this component ?

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    erngreen (9/13/2010)


    The flat file connection manager does not work for files with uneven column data. It works well in DTS but not in SSIS. The file is also delimited with...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Text File Import

    Hi,

    You should use Script Component, not Script Task and create Script Source. Two recommendations:

    - Explicitly define the columns from the source and then define each and every column in the...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: How to export to Excel with dynamic column names?

    WayneS (9/9/2010)


    I'm working on some SSIS packages. The data is extracted by years loaded into a table - each year is processed separately.

    Part of the data extraction utilizes dynamic sql...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Password Protect Excel Destination File

    Scott-361039 (9/9/2010)


    Hi

    I am looking for some help with the following please:

    I am passing out an excel file that will be emailed to a recipient and i would like to password...

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

  • RE: Pre-requisite for running DTEXEC command

    Hi Arunvijay,

    You have to install "Integration Services" on the target machine. This is an option in the SQL Server installation wizard.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

Viewing 15 posts - 271 through 285 (of 1,118 total)