Forum Replies Created

Viewing 15 posts - 11,476 through 11,490 (of 13,877 total)

  • RE: Split Flat File Destination at X record count

    sqlsponge2 (4/19/2011)


    Hello...

    I have an SSIS package that is running that is creating an output file that is to big to read in on a third party system. I am...


  • RE: SSIS Execute Process task Hangs

    --Edit

    What does the package do?

    If you put a script task as the very first task in the script (and write a log file / database entry) at least you will...


  • RE: How replace

    Jeff Moden (4/18/2011)


    Lisset (4/18/2011)


    Hi everybody, I has created a user function that replace any digit that don't been letter or number but when appear a number with superscript or subscript(ej:...


  • RE: Passing dynamic connection string to SSIS Package

    You're kidding, right?

    Sentence 1 from the link:

    The dtexec command prompt utility is used to configure and execute SQL Server Integration Services packages.

    How were you going to run the package...


  • RE: Passing dynamic connection string to SSIS Package

    Have a look at the on-line help here.


  • RE: UPDATE WITH SSIS

    PSB (4/18/2011)


    User::FileId is a variable that holds the FileID of the file loaded.

    And presumably an integer (given that you are performing maths on it)?

    In which case, why not something like:

    ...

    ABCD_Call_ID...


  • RE: UPDATE WITH SSIS

    By the way, that query syntax is a little unusual. What does @[User::_FileID] contain?


  • RE: UPDATE WITH SSIS

    Create an ExecuteSQL task and use an Expression to define the SQL to be executed - you'll be able to build the expression to include your variables as required.


  • RE: Which SSIS transformation to used

    bhavika.chauhan (4/16/2011)


    Please help.

    I have to check this condition : (select count(distinct columnName) From tablename) > 1

    Which transformation should i use for it .

    Create an integer package variable (scoped...


  • RE: Data Import from SQL 2000 to SQL 2005

    What provider did you choose and what error message did you get? Please copy/paste the exact text.


  • RE: SEQUENTIAL NUMBERING IN SSIS

    Four hours, that's harsh. Post back if you have any questions about coding in the script component. As an Informix guy, this is a bit of a change for you,...


  • RE: Which SSIS transformation to used

    bhavika.chauhan (4/15/2011)


    I have to import data from Excel to Database .

    In between that i need to check several validations such as duplicates, Distinct rows , quantity cannot be negative etc...


  • RE: SEQUENTIAL NUMBERING IN SSIS

    Oh yeah! My weekend started early when I couldn't get to work today (not my fault) 🙂 Haven't quite made it to the pub yet, but the beer is getting...


  • RE: SEQUENTIAL NUMBERING IN SSIS

    That's also the only idea I had for this one.


  • RE: Problems importing CSV files using SSIS.

    I have just spent some time looking at this and seems that one of the simplest solutions is to change the column delimiter to something else - I used |...


Viewing 15 posts - 11,476 through 11,490 (of 13,877 total)