Calling Dnoeth your expert opinion is requried and a easy question. Please...
Next question from the user is it possible to set up customizable setting for spool per amp at the run time? I suspect I know what the answer is. Again Thanks in advance The Gnome
View ArticleTPT attributes SkipRows and SkipRowsEveryFile - response (4) by feinholz
No. You either skip the 'n' rows in one file or all.
View ArticleIs there a way to modify Connection Properties of DB Connections through some...
Yes, but it is encrypted.
View ArticleIs there a way to modify Connection Properties of DB Connections through some...
ok, for option 1 above, each user may have a different name for a given connection to a particular server, since these names are customizable. how would we address this with a generic .xml file...
View ArticleNo spool space error,when running SP in BTEQ. - response (4) by JustMe
What does your stored procedure do? Does it perform aggregation? Are you joining tables? have you run explains on the underlying code?
View ArticleNo spool space error,when running SP in BTEQ. - response (5) by JustMe
And how much spool is currently allocated to that User ID?
View ArticleIs there a way to modify Connection Properties of DB Connections through some...
It will import any new connection profiles or overwrite existing ones that match the name. Possibly another option is to modify the host files that map the database server names?
View ArticleBTEQ Import Latest Flat File - forum topic by International83
Hello experts, I am using BTEQ and need some help to create a solution to dynamically pick a pipe delimited file based on the latest time stamp. I have heard about the .OS RM command but will delete...
View ArticleTPT load in informatica giving CLI Error - response (10) by amittera
Guys, Do we have any clue to this issue if it got resolved. We tried checking Informatica/ network etc. Many blogs suggst its issue at the clinet side i.e configuration etc, but still no luck. The...
View ArticleCopying trillions of data to new table - response (10) by dnoeth
This should run fast as it's based on the partitioning column. Is there a Join Index defined on the table, can you post Explain?
View ArticleSubtracting Timestamps as decimals hours - response (9) by dnoeth
Well, TimeStamp_Diff_Hours<> TimeStamp_Diff_Seconds
View ArticleCalling Dnoeth your expert opinion is requried and a easy question. Please...
Spool/Temp/Perm space is always divided by the number of AMPs in the system Well, the meaning of always implies no exception :)
View ArticleTERADATA on Windows 10 - response (3) by dnoeth
I'm running VMs on three generations of INTEL NUCs using i3 CPUs.
View ArticleHelp extracting select time period records ( rank / any other way) - response...
You simply need to check the next row's values: select COLA, COLB, COLC, min(COLB) over (partition by COLA order by COLC) as nextCOLB, min(COLC) over (partition by COLA order by COLC) as nextCOLC from...
View ArticleHow to declear Macro Variable? - response (9) by dnoeth
Global and session level parameters in SQL
View ArticleCalling a teradata stored procedure by shell script - response (10) by...
Hi All, I'm new to stored procedure in Teradata. Im trying to create a simple store procedure which would insert one record into table using unix script. I'm unable to create as it is throwing error...
View ArticleCalling a teradata stored procedure by shell script - response (11) by dnoeth
You can't create SPs in BTEQ like this (but in SQL Assistant). The SP source code must be stored in a file and then it's: .COMPILE FILE = my_sp_source.txt;
View ArticleTPT load in informatica giving CLI Error - response (11) by Prabhakar...
Hi amit, as said earlier collect stats on the source tables helped a bit. But as the volume grew over the period from 40 million to 250,50million, the issue repeated. DBA suggested to use TPT with PDO...
View ArticleTPT load in informatica giving CLI Error - response (12) by amittera
The iss for us is relating now at the Login time out issue which we are now recommeding to increasing to 740 sec, as a temp workaround, also there is a patch involved to be done at Informatica server....
View Article