Viewing 15 posts - 1 through 15 (of 77 total)
I checked all the variables value and it comes correct and without variable it works fine.
Not sure what is causing this
May 4, 2011 at 8:18 am
yes that is what i want to do. i am accessing Teradata and the pwd expire every 90 days so i got to go thru few steps to get the...
February 15, 2011 at 10:48 am
i am getting this error on my execute sql task and i was told in this forum to try different driver but unfortunately dba can't do oledb or odbc .
execute...
February 9, 2011 at 3:11 pm
i am using package configuration thru dtsconfig file.
February 8, 2011 at 12:30 pm
i created a system ODBC connection thru Control Panel - admin tools and used that odbc for ssis connection manager with id and pwd
i created a execute sql task to...
February 8, 2011 at 9:28 am
can you also tell me if i can do the same using script task if so how i do get the reference of teradata driver
January 27, 2011 at 10:15 am
i am using same driver (.net) but different edition in machines.
January 27, 2011 at 10:13 am
i have just installed tools (BIDS) and not integration service
January 26, 2011 at 6:01 pm
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 work.
January 26, 2011 at 2:30 pm
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: expected...
January 26, 2011 at 1:40 pm
i won't be able to use attunity in all environment and i was trying to do more research on .net driver
i see this difference when i parse the query in...
January 26, 2011 at 1:12 pm
if i have to use attunity what type of connection is it? Like oledb, odbc
January 25, 2011 at 4:35 pm
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 using...
January 25, 2011 at 12:57 pm
Viewing 15 posts - 1 through 15 (of 77 total)