Unable to release locks - response (1) by Fred
Either re-run and complete the restore or drop the tables.
View ArticleIs there a way to modify Connection Properties of DB Connections through some...
1) One option is to distribute an .xml file that contains the connection profile with the new server name in the profile definition and users would import it into their Studio or Studio Express. During...
View ArticleDATE - 'SELECT DATE' RETURNS AN INCORRECT DATE - forum topic by BRIANH
I'm running an old version -Teradata 13.0 under VMWare - Linux. I've had the issue of SELECT DATE; returning an incorrect date. I'm now attempting to correct this problem. I did this: copied the...
View ArticleCurrent date as column name in select query - forum topic by Vishnujp
Hi All, I need to set alias to a column name as current_date in the format (DDMMMYYYY) in a select query (Teradata version 14). Eg: Select case when ... then else ......
View ArticleTPT attributes SkipRows and SkipRowsEveryFile - response (3) by sneha.g
Thanks for clarifying Steve. I have another question. Let's say, there are 5 files and the files are loaded in serial order (i.e. it doesn't get loaded parallely). Out of 5 files, 2 files have header...
View ArticleData Labs Installation Question - forum topic by AVOT
Hi all I'm currently using Viewpoint 15.00.01.008 and TD DB: 15.00.03.01 and I am installing the tddatalabsportlets version v15.00.00.04-1. 1. I get the rpm file for tddatalabsportlets v15.00.00.04-1....
View ArticleCurrent date as column name in select query - response (1) by Johannes Vink
Set the alias between double quotes: AS "CURRENT_DATE"
View ArticleDATE - 'SELECT DATE' RETURNS AN INCORRECT DATE - response (1) by Johannes Vink
SELECT DATE returns the current date from the database/OS. I guess your VM date/time is not up-to-date...
View ArticleSeeing Junk character when inserting hyphen (-) - response (2) by Johannes Vink
The utf-8 session recommendation I knew, but the detailed explanation why in this case it is going wrong... wow. Beside that: don't query DBC.TABLES, but query DBC.TABLESV if available on your TD system.
View ArticleCopying trillions of data to new table - response (9) by Rajudeepak
Hello, Help me with a query to purge data from the below table. This table has 670,235,825,680 rows. I'm trying to delete around 164,154,526,390 rows using cal_dt column.delfrom pr_us_inv.str_inv_dly...
View ArticleNo spool space error,when running SP in BTEQ. - response (3) by keerthi1987
Hi ashok_paswan, We have checked the skew factor for single customer table, we are getting below results, T001_Test_Invoice_Raw 2482.03369140625 0.10130965576335008We have set both index (PI and NUSI)...
View ArticleTERADATA on Windows 10 - response (2) by eric_td
Hi, Will Teradata Vmware edition work on Windows 10. It works fine on Win7. I would be having intel i3/8GB RAM/ Win 10 64bit OS. Would it work fine? Or would I need i5 processor
View ArticleUnable to release locks - response (2) by JustMe
Thanks Fred... We will perform our quarterly refresh later this month, so I know that will take care of it. Was just wondering if there was any other way. Thanks again!
View ArticleGetting YYYYMMDDHH FORMAT - forum topic by omerf
Hi, I have column which name is Start_Time and it includes '4/26/2016 18:14:57.000000' . i want to take 2016042618 output (YYYYMMDDHH). How can i get it ? Thank you. Tags: teradataForums: Teradata...
View ArticleIs there a way to modify Connection Properties of DB Connections through some...
Are these connection profiles stored in a file somewhere on the OS?
View ArticleTeradata 14 basics certification information - response (25) by surendharreddy
Thanks a lot Rakesh, the link you provided is very usefull and that PDF is very informative.
View ArticleDATE - 'SELECT DATE' RETURNS AN INCORRECT DATE - response (2) by BRIANH
thank Johannes... resetting the linux date and time completed my fix. Thanks again for your advice.
View ArticleCalling Dnoeth your expert opinion is requried and a easy question. Please...
Dieter We have a simple question that but our user will only accept your reponse as being correct. The question is, is an profile's spool divided accross the total number of AMPS on a system or simply...
View ArticleCalling Dnoeth your expert opinion is requried and a easy question. Please...
You hopefully got the same answer three times: Spool/Temp/Perm space is always divided by the number of AMPs in the system. That's why you might need to assign a huge spool due to skewed processing....
View ArticleGetting YYYYMMDDHH FORMAT - response (1) by dnoeth
The simple way: to_char(Start_Time, 'YYYYMMDDHH24')
View Article