Query that returns List of users from teradata database - forum topic by...
Hi, I need to write Teradata query that will list out all users that have access to a database and their names which are stored in the commentstring column. Thank you.Forums: Database
View ArticleCount of Records within 7 days of Timestamp - response (1) by dnoeth
Hi Dave, some modification of your original query should give the correct output, but the efficiency depends on the number of rows per name, it's fast if the number is low: SELECT Contact_ALL.Name,...
View ArticleCast from CHAR(20) to SMALLINT - response (6) by KS42982
It should not throw any errors if you are inserting the records as per the first post. Can you share the query that is giving you the problem and will look into it.
View ArticleTeradata Mapping Manager issues - response (1) by ccurry
Regarding your unselect issue, you need to CTRL+Click in the "data area" of the grid and not on the row numbers. This will only unselect the cel(s) on which you CTRL+Click, leaving the rest of that row...
View Articleusing a calculation done in the previous row in this row's calculation -...
Based on your narration you might not need recursion, just a modification of your query: SUM(a+b-c) OVER (ORDER BY week ROWS UNBOUNDED PRECEDING AS Inventory Dieter
View ArticleSession to Node Mapping - response (3) by tomnolan
PEs can communicate with any/all AMPs as needed, regardless of whether the AMP is located on the same node as the PE ("on-node") or a different node ("off-node"). The Bynet handles all the messaging....
View ArticleSession to Node Mapping - response (4) by tomnolan
Regarding your original question: "When a user tries to establish a connection to Teradata, will Teradata Gateway receive and send that request to any 1 NODE?(if yes, on what basis)" Sessions are owned...
View ArticleTeradata Training Material available - response (26) by svaiyaburi
Hi Todd, Can you please send me your material to me.svaiyaburi@gmail.com Thanks Vaiyaburi S
View ArticleTeradata Mapping Manager issues - response (2) by garrett@data-design.com
Thanks. No matter what I do, I cannot process the mappings from the auto find. When I re-run the auto find and try to process the rows (with the don't display mapped rows option checked), I keep...
View ArticleTeradata DBLink - forum topic by goldminer
A question that I get from developers on a routine basis is "When is Teradata going to develop DB Links?" As a DBA, I could use this functionality as well. Has anyone else ever inquired about DB...
View ArticleTeradata Mapping Manager issues - response (3) by ccurry
If you are still using TMM 2.1.3 and saving mapping without map notes, that is the known bug so the USI error is expected. If you are saving with map notes and still getting USI error, then you have...
View ArticleCluster level Archive!!! - response (1) by jamesl
Hi: I am intrested in arcmain cluster=0,1 ... feature. i read this section on the manual (the cluster command is only covered in 1 page) but don't fully under stand the strength of archive cluster ....
View ArticleTTU 14.00 Windows silent install and uninstall - response (2) by cgswong
Thanks for replying Sudhansu. I tried using 14.00.02 and the silent installation went through. It runs in the background regardless of the switch used and takes a while to spool up so it was not...
View ArticleSummarize the total by category - forum topic by MMM
I get the full data for each category instead of getting the full total for each category. For example the output came out 9936 instead of 5 rows with totals SELECT SV.CATEGORY_DSC,...
View Articlepulling all the tables and Views not using in prod since from long time in...
Hi Gurus, Please help me suggesting a query to find for pulling all the tables and Views in teradata . we have lot of backed up temp tables and views not using in prod since from long time. Please...
View ArticleTPT with named pipe - response (3) by jawadahmed
I have entered the new line and checked the newline character with notepad++ but the issue still persists. Data is not of fixed length. But adding delimiter at the end of the line would make TPT to...
View ArticleNR0-012 Physical Implementation Exam - response (4) by Nishant.Bhardwaj
Hi Guys, In order to take the practice exams at coffindw, i tried to register it after completing the form but i dont know why when i am clicking the FINISH button in the bottom,nothing is happening....
View ArticleTeradata Training Material available - response (27) by Siva V
Hi Todd, I have cleared the teradata basics and SQL certification.Now i am preparing the teradata Physical implementation cerfication. If you have any teradata materials please forward to my below mail...
View ArticleUnifying SQL - forum topic by gschasie
UnifiedSQL Unified SQL is a method I developed to transform the historized DBQL SQL Statements into a pattern and assigning a surrogate unique key named unifiedsqlid to that pattern. This key with...
View ArticleSession to Node Mapping - response (5) by CarlosAL
Hi again. Adding to the excellent explanation by mr. Nolan, you can have more than one PE per node (as a matter of fact, this is the usual case). Same with gateways. Both are vprocs (software...
View Article