Importing Data from file with sql assistant - response (1) by dnoeth
I just tried it, seems to be a bug in SQLA while parsing the highlighted text. Is this your code? create table sandbox.xyz (name varchar(256) not null) insert into sandbox.xyz (?);Add a semicolon...
View ArticleLogging on to Utilities with no TDPID - response (2) by toadrw
Hi Dieter: Thank you for your reply. I'm still a little confused, but if anyone can help it is you! Thank you. So if no TDPID is given then a default one is used? That makes sense. And can you also...
View ArticleLogging on to Utilities with no TDPID - response (4) by dnoeth
Hi Todd, "dbc" doesn't mean the user dbc, it's just the default value for TDPID (dbc = DataBase Computer). This default can be modified for utilities using CLI (like BTEQ or the load tools): There's a...
View ArticleIBM DataStage and Teradata Control Framework - response (4) by Rajesh.Prabhu
Catherine can you please share any white paper/links on CFW ? -Raj
View ArticleHelp on Query Tunning - response (1) by rajeev saravanan
Hi, Since you are harcoding the date value we can avoid the join with the calender table depending on the volume of the data involved if its is not really high then probably we can try an approach...
View ArticleHelp on Query Tunning - response (2) by JGP@1979
@Rajeev Thanks for looking into the issue. The volume of data is huge and the query provided by you made it worse.
View Articleexact table clone - topic by eejimkos
Hello, Thank you in advance for your time. I want to create a table with the same structure as an existing one. The problem with the create table command , is that it does take under consideration...
View ArticleIndex Cocepts in Teradata - response (6) by sachin.sebastian
USI retrieval can be a 1 or 2 AMP operation. In a scenario where the hash value of PI and USI are the same, the SI subatble row as well as the base table row will be on the same amp. Still it is a 2...
View ArticleHow to transpose rows to columns without the use of .sql and Bteqs - response...
You can also use windowed aggregate functions, like Rank() Over (Partition Acct_num, Acct_type)
View ArticleHelp on Query Tunning - response (3) by rajeev saravanan
Hi, I agree cross join is not ideal when data volume is large sorry for that will try to find some other alternative Regards R.Rajeev
View ArticleODBC Socket Error in some Informatica Sessions - topic by HP
Hello, Since past one month, we are getting the error below in some of our informatica sessions during the daily load. 013-02-22 02:11:10 : ERROR : (15655 | PRE-SESS) : (IS | IS_NAME) :...
View ArticleCalculating the actual query run time - response (4) by rajeev saravanan
Hi Carlos/Sachin Thanks for providing the info i have few more queries 1.) I queried the dbc.DBQLogTbl and i could find data only for the queries which i had run today, where can i find the info for...
View ArticleCombining Multiple Insert Statements with Calculations Fields - response (2)...
Hi, I want to run multiple COLLECT STATS statements simultaneously on the Teradata database. How can i achieve this using BTEQ script, can i run these multiple statements in BTEQ ? I tried...
View ArticleDropping Primary Composite Key - response (2) by taruntrehan
Hi, Thanks for your inputs. However, i understand that if primary key is not a part of primary index , then the primary keys are created as unique secondary indexes. I was able to drop the primary key...
View Articleexact table clone - response (1) by mohan.mscss
if i read you correctly, hope you are looking as like below, please let know if otherwise ct new_tablename as exissting_tblname with data and stats unique primary index(alt_id); Regards, Mohan K
View ArticleHow to transpose rows to columns without the use of .sql and Bteqs - response...
HI All, I too have same query(Need to Convert rows to cols anyone help me how to resolve it. Input: Product State population HSI MP 12 FIN...
View ArticleHOw to convert rows into columns dynamically in Teradata. - topic by Budda123
Input: Product State population HSI MP 12 FIN AP 34 read more
View ArticleHOw to convert rows into columns dynamically in Teradata. - topic by Budda123
Input: Product State population HSI MP 12 FIN AP 34 read more
View ArticleCombining Multiple Insert Statements with Calculations Fields - response (3)...
No, you can't run COLLECT STATS statements like that in BTEQ. You have do something like: collect stats on table column (row_wid); collect stats on table column (order_wid);
View Article