Forum Replies Created

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

  • 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 |...

  • RE: Looping through files

    quillis131 (4/14/2011)


    I know looping through files is easy in SSIS. But struck up, need a idea to functiona package.

    My package should load Data in files to the Table. ...

  • RE: Data Import from SQL 2000 to SQL 2005

    Have you tried connecting to the 2000 instance from within 2005 Management Studio? Once that's in place (use a linked server), you can just use standard queries to move data...

  • RE: Data Import from SQL 2000 to SQL 2005

    SKYBVI (4/14/2011)


    I think I am getting near to the answer of my own question...:-P

    So far, you haven't mentioned anything that can't be done in a stored proc ...

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