Viewing 15 posts - 196 through 210 (of 1,118 total)
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...
January 27, 2011 at 2:13 pm
keywestfl9 (1/27/2011)
i am using same driver (.net) but different edition in machines.
Compare the versions of the installed editions.
January 27, 2011 at 1:07 pm
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...
January 27, 2011 at 8:32 am
What happens when you use IMEX=1 ?
January 27, 2011 at 8:28 am
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...
January 27, 2011 at 8:20 am
You have to use the standard 'Derived Column' transformation to transform the source columns into the appropriate destination column types.
January 27, 2011 at 8:15 am
Check this article by Matt Masson.
January 27, 2011 at 8:10 am
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...
January 27, 2011 at 8:06 am
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?
January 26, 2011 at 6:23 pm
keywestfl9 (1/26/2011)
other machine is developer edition and ssis running - this is where it doesn't...
January 26, 2011 at 2:35 pm
keywestfl9 (1/26/2011)
when i try odbc i get
[NCR][ODBC Teradata Driver][Teradata Database] Syntax error:...
January 26, 2011 at 1:44 pm
Compare the installed versions. Perhaps this might be an issue fixed with SP.
January 26, 2011 at 1:16 pm
keywestfl9 (1/25/2011)
if i have to use attunity what type of connection is it? Like oledb, odbc
Check here.
January 25, 2011 at 5:12 pm
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.
January 25, 2011 at 1:18 pm
keywestfl9 (1/25/2011)
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...
January 25, 2011 at 1:01 pm
Viewing 15 posts - 196 through 210 (of 1,118 total)