Forum Replies Created

Viewing 15 posts - 10,951 through 10,965 (of 13,877 total)

  • RE: Excel Connection string - Dynamic string

    And setting it as an Expression, not directly as a property.

  • RE: execute string

    Nice!

  • RE: accumulated values

    Anamika (1/9/2012)


    hi,

    i have a table with every minute data, if i want to select data for every 15 minute how can i do it.

    for example

    01/05/2012 5:40:00 PM 1

    01/05/2012...

  • RE: SSIS package runs locally but fails when deployed in server ( Write data to EXCEL )

    Evil Kraig F (1/6/2012)


    Your server needs the Office Suite installed, and possibly the exact driver you're looking for. You'll also most likely have to turn on the 'run in...

  • RE: Update with except conditon

    This thread illustrates so very well the consequences of not forcing the OP to provide a proper set of requirements before answering ... talented people who could tackle the problem...

  • RE: ETL Magic with SSIS – Part I

    My comment relates to this sentence:

    1) to fail the package if the file is not available, then execute the package again at a later time, or 2) we can...

  • RE: filter conditions based on condition..

    Your selection logic is flawed. You should read Gail's article, but I think that this would be closer to what you need:

    select * from test_data

    where Eid = (case when...

  • RE: Group by clause on partial select

    You are responding to a thread which is 2 years old!

  • RE: Update with except conditon

    SKYBVI (1/4/2012)


    I want to update a column in a table.

    I am using:-

    update table

    set column name =....

    except (sub query giving other COLUMN VALUES as output)

    I dont want the sub query resulted...

  • RE: choose a random record

    How will the query know that the first result should be excluded the second time it runs? It's no longer random at that point, unless you put the selected names...

  • RE: choose a random record

    xRafo (12/29/2011)


    I just Need 1 row.

    The table have around 2000 records.

    I've been testing the above query but sometimes give 2 times return the same value,

    I need not repeat random...

  • RE: Why Build?

    CHANDRASHEKHAR SINGH (12/29/2011)


    Hi,

    Building a package is a standard Practice. When you deploye your package from Dev environment to Production environement, you should build your package, which will craete the .msi...

  • RE: Assign value of variable based on value in another variable?

    CHANDRASHEKHAR SINGH (12/29/2011)


    Hi,

    If the file is in the same folder, you can give the extension as *.* while configuring your Foreach Loop container.

    Regards,

    Chandrashekhar

    How does this help in determining whether the...

  • RE: timestamp

    Not all millisecond values can be stored by a SQL Server datetime column and perhaps this is causing issues?

    For example

    select CAST('2011-12-21 14:29:54:304' as datetime)

    will return 2011-12-21 14:29:54.303 - showing that...

  • RE: Help with SSIS expression

    ankita.patel01 81294 (12/27/2011)


    that is how we're receiving the data as text. and, need to use ssis to convert this data to proper data type and transform with these scenarios to...

Viewing 15 posts - 10,951 through 10,965 (of 13,877 total)