DB2 Vs Teradata - response (3) by shankerao
ANAMIKAP, i am coming across same situation..Can you please help me with that.Please send me documentation and material as well..If you have any. Thanks in advance Shanker
View ArticleCreation of Volatile table - response (2) by TD_Raj
As volatile tables are created in user space and need only spool space, you should mention your username to create volatile tables.
View ArticleImplicit and explicit castings results in a bad plan - response (2) by TROWKRO
Hi Vlad. Thank You for Your time and Your answer. I'm well aware that minimizing the use of castings is a good thing :-). What I'm trying to say, is that the casting itself results in a very bad...
View ArticleImmediately exit a query if a condition is verified - response (8) by gxgxg
I mean that I can't use BTEQ (it is not allowed), but some other people in the IT staff can, so the query is scheduled by them :-) Anyway that's explain everything! Thank you very much! Will version 12...
View ArticleInstalling and Enabling Query Logging in Teradata Express 13 VMware Version -...
Also have a look at the SQL Data Definition Language manual for details of the BEGIN QUERY LOGGING and END QUERY LOGGING commands.
View ArticleImmediately exit a query if a condition is verified - response (9) by dnoeth
Of course is TD12 ok, but you'll probably not migrate to TD12 as this is still a very old version, there's TD13, TD13.10, TD14 and TD14.10 already :-) You could tell the IT staff to add some lines to...
View ArticleImplicit and explicit castings results in a bad plan - response (3) by dnoeth
Hi Troels, i doubt that it performed better before the upgrade, all TD release ever (and probably all other DBMSes, too) show a similar behaviour. You simply can't get a good plan for queries like...
View ArticleImmediately exit a query if a condition is verified - response (10) by terasum
I think the value in where clause should equate to 1, instead of 0 for Mondays. 0 should be for Sundays. (CURRENT_DATE - DATE '0001-01-01') MOD 7=1
View ArticleImmediately exit a query if a condition is verified - response (11) by dnoeth
The numbering is based on whatever you want and 0001-01-01 was a monday. SELECT CURRENT_DATE, (CURRENT_DATE - DATE '0001-01-01') MOD 7; *** Query completed. One row found. 2 columns returned. *** Total...
View Articleproblem extracting td-express-14.00.00.01-vm-40gb.zip - forum topic by AndreNL
Hello, When I extract the VMWare Expres 14 zip file, I get errors. I tried WinZip, WinRAR and PKunzip. Anyone knows this problem ? Thanks in advance, Best Regards, Andre.Forums: Database
View ArticleIs there any automated tool to compress the data in Teradata.. - response (6)...
I would recommend PRISE Compress Wizard to implement MVC compression, you can get a full functional free trial here: https://www.prisetools.com/productrequest
View ArticleCan I do select from fallback table? - response (3) by Raja_KT
I am thinking from many directions, say that if my amp is down and in recovery stage online, then without wasting time, I can can redirect my query to read from fallback or primary, my choice. There...
View ArticleCan I do select from fallback table? - response (4) by ToddAWalter
What you are describing is all automatic in Teradata. If an AMP is down, and fallback is in place, then the query automatically reads the fallback copy and reads all current data. If updates are...
View ArticleCan I do select from fallback table? - response (5) by dnoeth
It's not your choice, it's already done by the system, that's why there's Fallback :-) When an AMP looses it's vDisk, the system restarts and all queries accessing Fallback-protected tables on that...
View ArticleCopy data from MS acsess export to teradata table - response (1) by Adithya
One way we can do is: 1. Export the data from MS Access to excel file. 2. Save the excel file as tab delimited text file. 3. Using File=>"Import Data" option of SQL Assistant you can export into the...
View ArticleImplicit and explicit castings results in a bad plan - response (4) by TROWKRO
Hi Dieter. Okay. Thank You for Your explanation. I get it :-) Regards Troels
View ArticleUntranslatable character at any position in a field. - response (2) by udaymenon
Thanks Ulrich, TRANSLATE funtion and WITH ERROR option did the trick. Atlease i could insert data into the UNICODE table but those characters do showup. But i dont care as far was i am able to insert...
View Articleproblem extracting td-express-14.00.00.01-vm-40gb.zip - response (1) by dnoeth
Hi Andre, assuming you downloaded correctly (check the MD5) some programs can't unzip files larger than 2GB, you should try 7-zip: www.7-zip.org/download.html Dieter
View ArticleIs there any automated tool to compress the data in Teradata.. - response (7)...
We use a SP to generate the Compression Script -- The procedure can apply Multi Value Compression (MVC) up to 15 values. The table that we try to compress needs to have an entry in some metadata tables...
View ArticleSQL Error on 'Create Table' - response (7) by ranjit75raj
Hi, I have employee table and there are 100 records. there is empno column which is UPI and deptno column which in NUSI. Now when I am running the below query.Select * from employee where deptno...
View Article