Forum Replies Created

Viewing 15 posts - 241 through 255 (of 681 total)

  • RE: Conditional Split not splitting data

    Angela,

    You are correct - the file will be created even if there are no rows in your output, and there's no way within the data flow to prevent this.

    A cleaner...

  • RE: Newbie: ZeroPad columns and format other columns before writing into Flatfile

    Do I understand you correctly that you're trying to use the OleDB Command object to do formatting on your data? If so, there is an easier way. Check...

  • RE: SSIS Error Code

    Great, thanks for following up.

  • RE: SSIS Error Code

    How about the destinations?

  • RE: Running .NET components from SSIS

    I'm not that familiar with BizTalk, but SSIS does support the use of custom code and/or components. You can build a custom data flow component using VB.NET or C#...

  • RE: Transfer data from sql server view to sql server table - fastest method?

    Is there any reason why you need SSIS for this task? If both of the objects are on the same server, you should be able to just run your...

  • RE: Look up VS Sql Query LEFT Join

    I agree that generally the LEFT JOIN is the better performing option. You'll want to consider using the SSIS lookup in cases where you want to do some alternative...

  • RE: SSIS Error Code

    In your control flow, are you running the data flow tasks simultaneously or sequentially? If they're all running at the same time, you may have an issue of resource...

  • RE: It's The Job

    GSquared (9/24/2009)


    ... "it's okay to be the most important person in the world, so long as you realize everyone else is too."

    Completely agree! Good quote.

  • RE: It's The Job

    blandry (9/24/2009)


    ... believe it or not Tim, some marketing, accounting and CEO guys are also very smart, others have a vague understanding of what they do ...

    Thanks for the...

  • RE: Using SSIS to automate PGP encryption of text file

    Vishnu, the critical thing is to get the command prompt options working properly before you wrap it into SSIS. You'll have to check your PGP software's documentation to find...

  • RE: Exe SQL Task - Convert float to varchar

    Just curious, why are you casting your input to a decimal and then to VARCHAR?

    If you're trying to convert a numerical data type to a SSN or tax ID, try...

  • RE: Auditing Changes in ETL with SSIS

    mishaluba, you're right - if you're doing a lot of transformation, storage will be a key consideration. I worked recently with a very large ETL process in which tens...

  • RE: DataFlow task

    Trying to do a delete/insert operation in a specific order should be done either with 2 different data flows, or a data flow and an Execute SQL Task. Can...

  • RE: Execute Sql Task

    The DT_DBTIME data type represents a time (hour, minute, second) and not a date. Comparing a mm/dd/yyyy value to a DT_DBTIME will almost always result in an error.

    Take a...

Viewing 15 posts - 241 through 255 (of 681 total)