Forum Replies Created

Viewing 15 posts - 11,851 through 11,865 (of 13,874 total)

  • RE: SSIS Derived Columns help needed

    I second Alvin. You're going to have to build in a lot of logic rules and what-ifs to make that work.


  • RE: Deploy SSIS package in SQL server

    Not easily. Rewrite in 2005 and deploy, or upgrade server to 2008 and deploy.


  • RE: Deploy SSIS package in SQL server

    Have you got an instance of SS2005 running on the machine you are deploying to?

    Check for the existence of multiple dtexec.exe files on the deployment machine.


  • RE: problem with date column in ssis package

    19th Century?:w00t:

    Your very first post used 30-DEC-99 as an example, so it's not surprising that some confusion was caused.


  • RE: Execute Process Task & PKUnzip.exe

    You might find something interesting in this thread.


  • RE: Microsoft.SqlServer.Server.SqlTrigger forces me to specify the Target

    jango_41 (9/27/2010)


    Dear joyfull All,

    when a trigger is to be defined in c#, you must define something like :

    [Microsoft.SqlServer.Server.SqlTrigger(Name = "UpdateAddressChangeLogADDRESS", Target = "ADDRESS", Event = "FOR UPDATE")]

    I may be wrong,...


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


Viewing 15 posts - 11,851 through 11,865 (of 13,874 total)