Stats collection inside SP's - response (1) by KS42982
Yes, it is possible to collect stats for volatile tables inside stored procedures.
View ArticleWith Recursive - how to filter duplicate records? - response (1) by KS42982
I think to find out the last level, you first need to create rank based on mgr_id, emp_id and staff_id and put it in employee table/view. Let's call is 'RNK'. Once that is done, you can change your...
View ArticleTable Lock and Release during load and truncate process - forum topic by...
Hello TD Gurus, I'd like to lock the Teradata table(A). Read the data from table (A) and load all the data into Master table (B), delete all the records from table(A) and release the lock on table(A)....
View ArticleStats collection inside SP's - response (2) by barani_sachin
Could u pls post an simple example? I tried so many ways but no luck!! Also what does she mean by this statistics are not supported on BEGIN and END period types?
View ArticleSql column alias contains non-English Characters - response (3) by tomnolan
As you said, CHARSET=UTF8 is recommended. Please use it. The only reason that CHARSET=UTF8 might not work for your application is for retrieving fixed-width CHAR columns, and your application has...
View ArticleData From Vendor Changes - forum topic by TDW
I have adopted previously written BTQ's from a 3rd party. We receive a flat file (I believe) from one of our clients each month. The record size varies. For example. Say there are a total of 11 colums...
View Articleselect * works but not "select count(*)" via JDBC - response (2) by tomnolan
It is supported to do a select count(*) from DBC.AccessRights. I just tested that using Teradata JDBC Driver 14.00.00.33 with several different Teradata Database releases. Your exception text indicates...
View ArticleStats collection inside SP's - response (3) by KS42982
Here is one simple example - REPLACE PROCEDURE DBNAME.PROCNAME() BEGIN COLLECT STATISTICS TBNAME COLUMN COL1; END; CALL DBNAME.PROCNAME(); What kind of error do you get when you try that ? I use it in...
View ArticleMicroStrategy BI Architect - will submit for a DOD clearance - forum topic by...
Great opportunity to obtain a DoD Secret Clearance! ExecuTech Strategic Consulting is seeking a Micorstrategy SME for a MicroStrategy BI Architect role to support the USAF at Scott AFB in St. Louis,...
View ArticleViewpoint alert for PJI on session - forum topic by bakster
I am looking for a way to setup a sessions alert when a PJI threshold is exceeded. Are there plans to include the PJI metric as part of a sessions alert? Is there another way to setup such an alert?...
View ArticleTD 13 Query Scheduler Startup Error on Windows 7 64-bit - response (7) by...
I have the same problem. I discovered that I get the error when running as an ordinary user, but not as an Admin, so it seems to be permissions related. Unfortunately Process Monitor didn't seem to...
View ArticleData From Vendor Changes - response (1) by KS42982
I tried hard to find out what is your question or issue here, but not able to, can you please put what's your challenge ?
View Articlewhy mload accepts duplicates and why dont fastload - response (2) by KS42982
For the basic understanding of fastload and mload and to get answer of your questions, you could use below link. Just keep hitting next and you will get all the required details about fastload, mload,...
View ArticleFast load Vs Mload when AMP is down - forum topic by cheeli
Hello Experts, No AMPs may go down (i.e., go offline) while fastload is processing, where as Multiload can work based on the value set through the parameter AMPCHECK. How is this achieved. What kind...
View ArticleMload acquisition and application phase - forum topic by cheeli
Hi Experts, I am a bit confused on how Mload works in acquisition and application phase( how data moves,matching sequence numbers. One of my friend guided me that all the inserts, updates,deletes are...
View ArticleMload error - Highest return code encountered = '23' - forum topic by cheeli
Hello experts, One of our Informatica job that uses Mload (Upsert) has failed with the return code 23. On further checking we found that there are some records in UV table. (in clean up phase) SELECT...
View ArticleReg: Teradata Training - response (1) by ChowdaryKJN
Any good TD training institutes in HYD?
View ArticleTPT 14 WorkingDatabase and TargetTable getting crossed - forum topic by rmattson
I'm on Day 2 of learning TPT, so far so good, except TPT seems to be crossing the WorkingDatabase and TargetTable variables. My setup: 1. Local Job Variables file: TdpId = 'xxxxx', UserName = 'xxxxx,...
View Article