Forum Replies Created

Viewing 15 posts - 196 through 210 (of 1,118 total)

  • RE: Import from Excel 2007 using SQL Command using cast/convert

    Mike,

    The driver is sampling the first n number of rows to determine what would be appropriate type for the column. As you understand the Excel is not true database and...

  • RE: Execute sql task

    keywestfl9 (1/27/2011)


    i am using same driver (.net) but different edition in machines.

    Compare the versions of the installed editions.

  • RE: SSIS 2005 - Data Flow work to be done in a dynamic way - Need Help

    If you can use third-party solutions, check the commercial CozyRoc Data Flow Task Plus. It is an extension of the standard Data Flow Task and it was created to solve...

  • RE: Import from Excel 2007 using SQL Command using cast/convert

    What happens when you use IMEX=1 ?

  • RE: SMTP Connection Manager

    Hi,

    Yes, you can do this . You have to setup SSIS expression, which modifies the SMTP connection manager properties. Here is how to do it:

    1. Right-click on the SMTP connection...

  • RE: Data import from Excel 2003 file

    You have to use the standard 'Derived Column' transformation to transform the source columns into the appropriate destination column types.

  • RE: Importing from XML doc. Multiple tables in same XML?

    Check this article by Matt Masson.

  • RE: Execute sql task

    keywestfl9 (1/27/2011)


    thru Bids

    You cannot execute SSIS packages if you don't have the SSIS framework installed. So again I would recommend you compare the versions on both machines and also check...

  • RE: Execute sql task

    keywestfl9 (1/26/2011)


    i have just installed tools (BIDS) and not integration service

    Then how do you execute SSIS packages on this machine if you don't have integration service installed?

  • RE: Execute sql task

    keywestfl9 (1/26/2011)


    the machine which is working is not having ssis running only BIDS installed and enterprise edition

    other machine is developer edition and ssis running - this is where it doesn't...

  • RE: Execute sql task

    keywestfl9 (1/26/2011)


    i see select statement works with .net data driver for teradata but not the create table from execute task

    when i try odbc i get

    [NCR][ODBC Teradata Driver][Teradata Database] Syntax error:...

  • RE: Execute sql task

    Compare the installed versions. Perhaps this might be an issue fixed with SP.

  • RE: Execute sql task

    keywestfl9 (1/25/2011)


    if i have to use attunity what type of connection is it? Like oledb, odbc

    Check here.

  • RE: Execute sql task

    keywestfl9 (1/25/2011)


    when execute

    Hmm, it looks like there is limitation in the Teradata's drivers. You may try using third-party drivers like Attunity.

  • RE: Execute sql task

    keywestfl9 (1/25/2011)


    sorry correction in my sql

    create table abc as (select id from table1 inner join table2 on table.ano = table2.ano) with data

    primary index (id)

    ;

    it works in Teradata sql assistant...

Viewing 15 posts - 196 through 210 (of 1,118 total)