Fastload: Can it Transfer data from One table to another Empty table? -...
Thanks Dieter. Could you share how to determine no of sessions for fastload optimally without straining system resources and getting job done optimally? Best, ADi
View ArticlePerformance tuning - response (2) by KS42982
No it doesn't make a difference how you do INNER JOIN, it would be same.
View ArticleStats collection inside SP's - response (1) by KS42982
Yes, it is possible to collect stats for volatile tables inside stored procedures.
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 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 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 ArticleIssue with Sorting of Polish Characters - forum topic by richamonga
Hi, I am facing an issue with sorting of Polish characters.The sorting is nothappening properly in teradata even though the collation has been set to Multinational and character set is UNICODE. There...
View ArticleIs it good to creating SET table with UPI or NUPI and why..? - response (1)...
The below link might help u. http://forums.teradata.com/forum/database/set-with-upi
View ArticleHow to install Teradata Express on Windows 7 64 bit machine? - response (1)...
You may have to login to TD developer exchange first to enable the links. For VMWare server, you may have to register yourself on VMWare website.
View ArticleTeradata Field names and DAO/ADO/OLEDB access problem - forum topic by larry609
Here's the issue: When accessing Teradata from MS Access 2007/XP/32bit, let's say I have a table called WELL. In that table, the first (and key) field is Well_Id. Using DAO, I can say, rs!Well_ID or...
View ArticleIs it good to creating SET table with UPI or NUPI and why..? - response (5)...
Please give me one example on three tables to join, using Scalar subqueries. Regards, mack
View ArticleNeed to convert Rows to columns - forum topic by praneethbobba9
Hi Guys I'm facing a difficulty in achieving the below scenario Scenario : Table A is the table i'm having ( The column ID2 has only 4 distinct values -- A,B,C,D ) Table A ----------------| ID1...
View ArticleNeed to convert Rows to columns - forum topic by praneethbobba9
Hi Guys I'm facing a difficulty in achieving the below scenario Scenario : Table A is the table i'm having ( The column ID2 has only 4 distinct values -- A,B,C,D ) Table A ----------------| ID1...
View ArticleMacro does not work when converted into stored procedure - response (2) by...
I have two table emp and dept emp table columname are empid,ename,sal dept table columname are deptid,dname i want to 3 highest sal from each deptid by sung rank()over function.How?please help me
View ArticleHow to find a particular table in Teradata is locked using SQL query? -...
I am having a situation where in multiple loads are trying to update an Audit table and resulting in deadlock scenario. Some facts regarding the loading: 1. The load's can't be scheduled to diff...
View Article