DB2 Vs Teradata - response (2) by anamikap
could you plz help me what all the changes we have to do to convert db2 queries to teradata queries
View ArticleCharacter PPI question - response (2) by HelmutR
Hello Dieter, thanks for your answer! The split into two columns is out of scope ... but the access is always SAP_CODE = 'xxxx'. Your example with the multi-level partitioning is good, didn't think of...
View ArticleSecondary Index - response (8) by trustngs
Hi Dieter, Thanks for your response. I tried this one created a table with single column NUSI and collected stats on the index. Then i dropped the index, still i able to see the stats using help stats...
View ArticleSecondary Index - response (9) by dnoeth
Whether those collected stats are used even after dropping the index? Of course are those stats used, both column and index stats on a single column are stored in tvfields, there's absolutely no...
View ArticleFastload giving intermittent error when used in SAP BODS - topic by mohithuria
We are using SAP BODS as ETL tool and it is loading data into Teradata warehouse, the error logs in BODS show the below error and when we restart the job without changing anything in the source data...
View ArticleWhat is best datatype for surrogate key - topic by vikramachandran
I am working on a project where there is a need to increase the storage available for surrogate key to accomodate for more keys due to business growth. Currently its defined as integer and proposed...
View ArticleTeradata TPT Script - response (18) by ericsun2
USING CHARACTER SET UTF8 DEFINE JOB EXPORT_TO_INDICDATA_FILE_FORMAT DESCRIPTION 'Export from ' || @SourceTableName || ' to the INDICDATA file: ' || @DataFileName ( DEFINE SCHEMA DATA_FILE_SCHEMA...
View ArticleSecondary Index - response (10) by trustngs
Hi Dieter, Thanks for the reply. So even though the index is dropped, stats collected on it remains and it can used by the parser when required while building the plan. Correct me if i am wrong.
View ArticleMigrating ORACLE OBIEE Reporting to Work on Top of Teradata 13.10 - topic by...
We are looking to create an estimate for migrating an ORACLE installation to Teradata. In this process, there are nearly 100 reports in OBIEE which must be migrated to run against the Teradata...
View ArticleConsolidate List of what datatypes of a column can be altered - from and to -...
I am trying to get a list/mapping of the data types I can change using an alter command and to what. For example, I am trying to alter an integer column to a bigint and is it not letting me do it....
View ArticleCompression - BLC and MVC - topic by TeraLab
All, I see the following disclaimer in the AtanSuite Compression tool. "Tables using block level compression should not be selected." Currently we are on appliance which has block level compression...
View ArticleLink to Teradata Basics Web-Based Training (WBT) - response (2) by iqbal898
Hello, Please contact Manohar on the following email: "Manohar Krishna" <sunmanu9@gmail.com> He is the a great Teradata professional trainer. You will be amazed that you contacted Manohar. Very...
View ArticleIs SQL Reference Fundamentals B035-1141-067A.pdf the correct/sufficient...
Anybody trying to seek Teradata Basic or advanced knowledge pl. contact Manohar on the following email. "Manohar Krishna " <sunmanu9@gmail.com> His expertise in TD is second to none ! His way...
View ArticleImmediat TERADATA Online training available...,Interested people drop a mail...
Excellent Teradata Professional available online. Pl. contact on the following email if you would like to learn basic or advanced Teradata. "Manohar Krishna " <sunmanu9@gmail.com> His...
View ArticleTERADATA CERTIFICATION - response (18) by iqbal898
Guys, Excellent Teradata Professional available online. Pl. contact on the following email if you would like to learn basic or advanced Teradata. "Manohar Krishna " <sunmanu9@gmail.com> His...
View ArticleTPT script to move data from table to file - response (1) by feinholz
1. No, not supported yet. 2. No. 3. No, not available yet. 4. Yes, it is called the OS Command Operator. Please refer to the TPT documentation for #4.
View ArticleTeradata TPT Script - response (19) by feinholz
Yes, the table name must have single-quotes in the job var file; the variable substitution will carry forward the single-quotes, which is necessary. As for putting a schema in a job var file, I do not...
View ArticleOracle numeric data type equivalent on Teradata. - response (2) by AshishPatil
Hi, Extending thread a little bit. In oracle we have datatype as NUMBER without any precision and scale. So it can accept large values i.e. around 38 digits and 14 decimals. So for these, what is the...
View Article