57841 | 17 Jun 2016 @ 12:10 PDT | dnoeth | Database | Reply | calculate date error | Well, this is not Teradata related, in fact no database likes that :)
When you Explain your query you'll see "unsatisfiable conditions".
|
57840 | 16 Jun 2016 @ 11:00 PDT | TDMGUSER | Database | Reply | calculate date error | That was a good point. Add_months is more intuitive for me. But the problem was smething more trivial. It seems that teradata does not like bigger date to be placed earlier in a BETWEEN statement w... |
57839 | 16 Jun 2016 @ 10:42 PDT | dnoeth | Database | Reply | Integer to date conversion | I don't know who wrote those conversions originally, but it's just a slightly modified version of a astronomical julian day calculation, so you can use
DATE '0001-01-01' + ... |
57838 | 16 Jun 2016 @ 10:42 PDT | Ranjanj4 | Tools | Reply | Macro problem in SQL Assistant 13.0 | @soumyasin.. thankyou so much .. its working now .. great work :)
|
57837 | 16 Jun 2016 @ 10:38 PDT | dnoeth | Database | Reply | Alter table on huge table | Comparing pros & cons of Alter, Merge, Insert/Select:
Why don't you use ALTER TABLE to alter a table?
|
57836 | 16 Jun 2016 @ 06:53 PDT | Fred | Database | Reply | Integer to date conversion | Check the logic in dbc.UsersV view definition.
|
57835 | 16 Jun 2016 @ 06:45 PDT | Fred | Database | Reply | calculate date error | Don't use INTERVAL MONTH arithmetic for this. There is no 2014-11-31 (18 months before 2016-05-31), but ANSI semantics for INTERVAL types only modifies the portion of the date/time value at the... |
57834 | 16 Jun 2016 @ 05:19 PDT | TDMGUSER | Database | Topic | calculate date error | I am trying to find out how many people purchased something in last 12, 18 or 24 months starting from 31st May and looking back. But keep getting invalid date error in terdata. What am I doing wron... |
57833 | 16 Jun 2016 @ 05:18 PDT | ToddAWalter | Database | Reply | Copying trillions of data to new table | It would be good to see the explain.
The number/granularity of partitions does not affect the cost of executing this process (and converting the granularity of the partitioning
would be v... |
57832 | 16 Jun 2016 @ 05:05 PDT | ToddAWalter | Database | Reply | Alter table on huge table | I assume that @samir means that they usually do:
INSERT SELECT old table to new table
Rename old table to save table
rename new table to old table
drop save table when satisfied that result is ... |
57831 | 16 Jun 2016 @ 04:06 PDT | psapna | Database | Reply | Teradata basic query | Hi there,
Is there anyone who could provide an idea on how to start writing rules in Abinitio BRE.Any documentation or any link online that can be used as a start guide.I am new to thi... |
57830 | 16 Jun 2016 @ 04:06 PDT | fgrimmer | Teradata Studio | Reply | Code Assist functionality questions | Nothing currently to stop it. But we are working on a new Query Manager and I think it will change this behavior.
|
57829 | 16 Jun 2016 @ 03:24 PDT | gryback | Viewpoint | Reply | Data Labs Installation Question | It can be either.
|
57828 | 16 Jun 2016 @ 02:19 PDT | XKAMILOXII | Database | Reply | Subtracting Timestamps as decimals hours | Thanks, Carlos! :)
|
57827 | 16 Jun 2016 @ 01:45 PDT | teradatauser2 | Database | Topic | Integer to date conversion | Hi,
I have date in dbc.oldpasswords which is 735960 and 736051. I want to convert it to a date field so that i can read it. The format of this column is - integer format '_,__,__,_9'. I ha... |
57826 | 16 Jun 2016 @ 10:55 PDT | feinholz | Tools | Reply | TDCH-TPT Interface | Please provide your script and version of TPT.
|
57825 | 16 Jun 2016 @ 10:42 PDT | Blamey4 | Database | Reply | Time Difference from previous row | I will try making the changes you listed to see if it works, thank you for your help!!!
|
57824 | 16 Jun 2016 @ 10:42 PDT | dnoeth | Database | Reply | 'arcmain' utility for Archiving and Backup | Yep, the TTU Installaton Guides seem to be missing in the 14.10 online docu, but exists for other versions:
http://www.info.teradata.com/HTMLPubs/DB_TTU_15_00/index.html#page/TTU_Install/B035_3122... |
57823 | 16 Jun 2016 @ 10:06 PDT | dnoeth | Database | Reply | Time Difference from previous row | When START_DTE_EVB is a DATE casting to a string with a specific format is simple, either using Teradata's FORMAT or TO_CHAR:
TO_CHAR(START_DTE_EVB,'yyyy-mm-dd')
But then... |
57822 | 16 Jun 2016 @ 08:27 PDT | Blamey4 | Database | Reply | Time Difference from previous row | Hi Dieter Thank you for helping! In our database the date and time columns seperate columns; The date is data type [DATE] and the time column is data type [VARCHAR (8)] so the time value appears li... |
57821 | 16 Jun 2016 @ 07:58 PDT | hferro@gmail.com | Database | Topic | 'arcmain' utility for Archiving and Backup | Hey all,
I am new to Teradata and unable to complete a quite basic task: database backup. After reading the documentation available on line, I understood that the best (free) tool for backup is th... |
57820 | 16 Jun 2016 @ 07:33 PDT | kmccarty | Hadoop | Topic | Using TDCH Export to move data from Hive view or query into Teradata | I have a Hive table that is too big for my Teradata database, but if I can exclude some of the columns, it should be OK. Since I don't want to have a duplicate copy of the table with fewe... |
57819 | 16 Jun 2016 @ 07:14 PDT | kmccarty | Hadoop | Reply | Can the TDCH be used to load data into view (in teradata) | Which TDCH README are you reading? The only one I can find is the Teradata Connector for Hadoop Tutorial v 1.0 which has nothing of which you speak.
|
57818 | 16 Jun 2016 @ 06:32 PDT | venkatmummidi | Tools | Reply | TPT and Windows PowerShell |
Iam get the same error when trying to run tbuild via powershell/java procces builder.
Error launching tbuildexe.exee": The system cannot find the file specified.
(2... |
57817 | 16 Jun 2016 @ 06:15 PDT | raf_vandormael | Database | Reply | Teradata DBQL logging setup and maintanence document for TD 15 | We currently are still in 14.10 and plan to go to 15.10. Today we archive our DBQL / resusage data to a database we've created ourselves. It's named is certainly not PDCR.
* How generic is... |