Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,118 total)

  • RE: ROW-00060 Oracle OLEDB provider

    You have to convince them you are loosing so much time already that they are now loosing money by sticking to their rules. Also I don't see a reason not...

  • RE: Append to a raw file within a foreach loop

    Alexander G. (5/11/2009)


    Hi,

    I want to process several files within a foreach loop. The loop contains a data flow that reads data that has to be appended to a raw file....

  • RE: ROW-00060 Oracle OLEDB provider

    metalray (5/14/2009)


    Hello,

    I am using an SSIS package with the natvie ole db\oracle provider for ole db to copy data across to

    my oracle db. I a test-sub set of 700 000...

  • RE: 2005 SSIS Custom Script Task to do ftpFindFirstFile

    For easier solution, check third-party CozyRoc SFTP Task. It does support both SSH and FTPS connections and you can get remote file time stamp thru IFileInfo interface.

    Do not hesitate to...

  • RE: High level design documentation required for SSIS

    Balaji (5/14/2009)


    :exclamation:

    Hi,

    How to prepare high level design documentation for SSIS project.

    Do you have any sample document?

    Any help would be appreciated..

    Thanks,

    Balaji L

    Check SSIS documenter[/url]. It will help in your documentation efforts.

  • RE: Using variables in a Lookup transformation

    bmturney (5/14/2009)


    How do pass variables to a sql statement in a lookup transform?

    I have a package that I'm putting together... and at the beginning of the package I load up...

  • RE: Using variables in a Lookup transformation

    bmturney (5/14/2009)


    How do pass variables to a sql statement in a lookup transform?

    I have a package that I'm putting together... and at the beginning of the package I load up...

  • RE: Using Update between two tables

    cvrupesh (5/13/2009)


    Hi All,

    I am having a table named item_data where in item and active_date are two columns.

    Another table is Error_log where the columns are item,store,tran_date.

    I want to update active_date for...

  • RE: BIDS: Object reference not set to an instance of an object

    drwhitaker (5/13/2009)


    I am receiving an error when trying to view my SSIS packages within SQL 2005 BIDS. The error is:

    Micrsoft Visual Studio is unable to load this document: ...

  • RE: Send Mail from SMTP server with a username and password

    stricknyn (5/13/2009)


    Hello all,

    I'm trying to figure out how to send mail via the Send Mail Task. My SMTP server requires a username and password. When I create an SMTP...

  • RE: Export/Import of Text fields using CSV Files

    Phil Parkin (5/11/2009)


    Hi guys - I bet you thought that this was all over? :hehe:

    I tried out Ramesh's code and have a follow-up question: what is the data type of...

  • RE: SQL job issue with Truncate table

    simon phoenix (5/11/2009)


    yes, it has something to do with Proxy account?

    If so , how do i work around?

    Simon

    Review your proxy account, allocating additional database permissions for accomplishing the task at...

  • RE: Export/Import of Text fields using CSV Files

    Phil Parkin (5/11/2009)


    Ramesh (5/11/2009)


    I overcome this issue by converting the text column back to string and then doing the replace in SSIS Script component.

    Here is that script:

    Imports System

    Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper

    Imports Microsoft.SqlServer.Dts.Runtime.Wrapper

    Public...

  • RE: Export/Import of Text fields using CSV Files

    Phil Parkin (5/11/2009)


    Thanks for the idea - tried it and:

    The function REPLACE does not support the data type "DT_TEXT" for parameter number 1. The type of the parameter could not...

  • RE: SSIS Performances on Data Flow

    donbuz (5/11/2009)


    Not at all. Would you recommend to "INSERT INTO FROM (SELECT)" approach?

    The concept would in the end to have this ETL component (without the T...like you mentionned) part of...

Viewing 15 posts - 781 through 795 (of 1,118 total)