Fast Export Restart Log - response (2) by feinholz
Why do you want to know what information is being stored in the FastExport restart log table? That information is only important to FastExport. As for setting checkpoints, one cannot normally...
View ArticleMulti load through java application. - response (1) by feinholz
There is no Java/JDBC interface to the MultiLoad protocol.
View ArticleLoading using Teradata Parallel Transporter Load utility. - response (11) by...
Re: the post about the 2 columns and loading all of the data into a single column: TPT has a feature whereby you indicate in the schema a column that is a metadata column specifically for the file...
View ArticleMulti load through java application. - response (2) by tomnolan
The MultiLoad protocol is not supported by the Teradata JDBC Driver at the present time; however, it is on our product roadmap. As an alternative, we recommend using JDBC FastLoad CSV to load data into...
View ArticleUDF compiled but fails to run "corrupt stack frame" - response (1) by Fred
The inputString parameter should be referenced only, not modified.
View ArticleUSI in multiload - response (10) by cheeli
Thank you for the post Dieter. 1. Each AMP will hold the secondary index values for their rows in the base table only for NUSI. How does the hash value point to the same AMP for the rows that are in...
View ArticleCounting consecutive dates - response (1) by mohan.mscss
Please show some data and how exactly you need the result..
View ArticleUSI in multiload - response (11) by dnoeth
Hi Cheeli, "broadcast to all AMPs" means sending a message over the BYNET to all AMPs in the system. This has to be done for a NUSI access: the hash of the actual NUSI value can be calculated (using...
View Article"From" clauses in Create database query. - response (1) by dnoeth
In Teradata there's a hierarchy of databases/users, "dbc" being the root. When FROM is not specified it defaults to the logged in user. As most customers use a single admin user (e.g. "sysdba") for...
View ArticleCounting consecutive dates - response (2) by dnoeth
Yes, some more info would be helpful indeed, but this is probably what you want: select EMP_NUM, TRAN_DT, ROW_NUMBER() OVER (PARTITION BY EMP_NUM, dummy ORDER BY TRAN_DT) as consecutive_days from (...
View ArticleROLE MAPPING ATTRIBUTES - response (7) by macktd
Hi stever, Will you please explain data collection service(DCS)? I have small doubt regarding DCS, does DCS maintain both backup files and manage server files?
View ArticleDisable Pmon Logons - topic by m.tahoon
Are There anyway we can disable logons for PMON clients and Teradata Manager. Our Primary concerns is to allow user to abort their own queries from Viewpoint [My Queries] tab which requires the user...
View ArticleCounting consecutive dates - response (3) by Tigersense
dnoeth, That is great. It has basically gotten me on the right track. Much Thanks!!! Wish there was a thumbs up button for you.
View ArticleROLE MAPPING ATTRIBUTES - response (8) by stever
Sorry, but I think explaining how the DCS works is not something that can be adequately explained in a forum post. Have a look at the Viewpoint Config Guide on http://info.teradata.com.
View ArticleVP Filters could not Filer with PM/API Connection - topic by gsoh
Hi, We want to apply a filter on the Excel program. read more
View ArticleUDF compiled but fails to run "corrupt stack frame" - response (3) by...
Just sharing final code in C #define SQL_TEXT Latin_Text #include "sqltypes_td.h" #include <stdio.h> #include <string.h> #include <stdlib.h> void removechar(VARCHAR_LATIN...
View ArticleExplain plans differ when object (view) names are fully qualified and when...
Does the optimizer treat a query differently when the object names in the query are fully qualified vs. when they are not fully qualified ? I came across a query which gives one explain plan when the...
View ArticleHow to Find Database name using Proxyid/Service id - topic by AmarnathG
Hi Experts, Could you please let me know the query/process to find database name using Proxy id/Service id. I t would be highly appreciated. Thanks, Amarnath
View Article