Forum Replies Created

Viewing 15 posts - 11,821 through 11,835 (of 13,838 total)

  • RE: Executing a Link?

    rjames-833409 (9/28/2010)


    bump

    Did you check out the HTTP Connection Manager and, if so, what were your findings?

  • RE: Fuzzy lookup

    Deepthy (9/28/2010)


    Hi all,

    I am new to SSIS Please bare with me.

    Here is my scenario.

    I have two tables TableA and referetable TableB

    create table tablea ( country varchar(100),city varchar(100),clean_city varchar (100))

    Create table...

  • RE: Update a variable in SSIS

    Raunak Jhawar (9/24/2010)


    (and admit, VB or C# is probably a lot easier than WQL :-D)

    -- ...try something new everyday...;-)

    One day a German beer, then a Belgian one, then Czech, ......

  • RE: Update a variable in SSIS

    Raunak Jhawar (9/24/2010)


    da-zero (9/24/2010)


    Or, just to add another option:

    1. Add a script task.

    2. In the script, create a directoryinfo on the directory. (let's name it di)

    3. Use the getfiles method:...

  • RE: Update a variable in SSIS

    I think that there is another option: store your incrementing values in a database table. Your package just needs to read/increment as necessary - then you get the data persistence...

  • RE: Using SSIS to create a SQL script

    delete a

    from TableA a join TableB b

    on a.ID = b.ID

    deletes rows from table A which have matching records (by ID) in table B.

  • RE: Removing Tab character from source data

    Are the tabs in the source SQL data, or are they being added on the way to the output file?

  • RE: ForEach Loop File Count

    DoubleEx (9/21/2010)


    Thanks all - good ideas. I started with scripting and using a global var that is looked at by the Contstraints for >0 or ==0. The...

  • RE: Convert ActiveXScript task

    jani_shirish (9/21/2010)


    I am not good at vb

    can you suggest some way to achive this

    --

    Time to learn, or pay someone to do it for you.

  • RE: Automate converting xml to excel

    Alvin Ramard (9/21/2010)


    smacumber 77733 (9/21/2010)


    Yes I am, what would be the script then to write?

    Thx

    Phil, which do you prefer, hourly rate, or contract price?

    🙂

    😀

    Note to OP:

    Try Googling the...

  • RE: ForEach Loop File Count

    I would use a variable that is assigned from the result of an EXECUTE SQL task along the lines of:

    select count(*) from ImportTable

    and then use precedence constraints (= 0 or...

  • RE: Automate converting xml to excel

    Yes, if you are happy installing Excel on your SSIS server, you can instantiate an Excel application object in a Script task and do what you like ...

  • RE: C# and web services with SSIS

    steveb. (9/21/2010)


    With 2005 SSIS i am not sure, you can with 2008, you would just include them like you normally would. Use a Script task and...

  • RE: On creation of SSIS Package it provides .dtsx file and at DTS it looks for .dts file

    da-zero (9/21/2010)


    Phil Parkin (9/20/2010)


    vince.chevens (9/20/2010)


    How about installing SSIS component of SQL2005 only on your server

    --comment deleted--

    Now, that just makes me curious 😀

    😀 Just two seconds after submitting my initial response,...

  • RE: On creation of SSIS Package it provides .dtsx file and at DTS it looks for .dts file

    vince.chevens (9/20/2010)


    How about installing SSIS component of SQL2005 only on your server

    --comment deleted--

Viewing 15 posts - 11,821 through 11,835 (of 13,838 total)