| 32435 | 14 Jun 2013 @ 11:52 PDT | Narasapalli dinesh | Training | Reply | teradata DBA training | Hi,
I'm interseted to learn teradata dev, Please suggest me any one which institute is best in hyderbad..
|
| 32434 | 14 Jun 2013 @ 11:40 PDT | Narasapalli dinesh | Training | Reply | Teradata Training Material available | Hi Todd,
I am very much intrested to learn teradata and do certification in TD14, can you please share the material to my email id : dinesh.narasapalli@valuelab.net
Thanks®ards,
N.Dinesh
|
| 32433 | 14 Jun 2013 @ 10:58 PDT | gryback | Viewpoint | Reply | DCSDB | Agree with Steve. Viewpoint 13.12 released in August 2011 so you are missing features from three major versions (14.00, 14.01, 14.10) and a slew of patch releases.
|
| 32432 | 14 Jun 2013 @ 10:28 PDT | jlb | Viewpoint | Topic | Data Labs Usernames | Creating a Lab group also creates a username. What happens with I set a profile to that username with password expiration in number of days? Who changes that password?
|
| 32431 | 14 Jun 2013 @ 09:58 PDT | rhuaman | Tools | Topic | TTU 64-bit | Hello,
When I submit a request for the TTU - Windows installation package, I receive a link for the 32-bit version. Does anyone know how I can get the 64- bit version?
Thank you,
... |
| 32430 | 14 Jun 2013 @ 08:37 PDT | naani | Enterprise | Reply | fastload | Thanks Dieter!!
|
| 32429 | 14 Jun 2013 @ 07:43 PDT | dnoeth | Database | Reply | Determine number working day between two dates | Hi Vlad,
this can be further simplified, you don't the sys_calendar:
SELECT start_date, end_date,
end_date-start_date+1 AS period_length,
period_length - holiday_days AS working... |
| 32428 | 14 Jun 2013 @ 07:41 PDT | raf_vandormael | Database | Topic | Used CPU & IO compared to max CPU & IO, both per hour ==> SQL?? | Dear esteemed experts,
I need to deliver to one of my end-users, an overview of the Used CPU & IO compared to their maxs, preferrably per hour.
I know i have to look at the resusage and dbql ... |
| 32427 | 14 Jun 2013 @ 07:41 PDT | raf_vandormael | Database | Topic | Used CPU & IO compared to max CPU & IO, both per hour ==> SQL?? | Dear esteemed experts,
I need to deliver to one of my end-users, an overview of the Used CPU & IO compared to their maxs, preferrably per hour.
I know i have to look at the resusage and dbql ... |
| 32426 | 14 Jun 2013 @ 07:13 PDT | VBurmist | Analytics | Reply | UII and PJI? | p.s. earlier these metrics were known as LHR (Larry Higa Ratio) and HLR (Higa Larry Ratio), named after the Teradata performance tuning expert Larry Higa.
|
| 32425 | 14 Jun 2013 @ 07:09 PDT | VBurmist | Analytics | Reply | UII and PJI? | PJI (Product Join Indicator) = CPU * 1000 divided by I/O.
UII (Unnecessary I/O Indicator) = I/O divided by (CPU * 1000).
The metrics are used to make an idea about query efficiency for consuming ... |
| 32424 | 14 Jun 2013 @ 06:24 PDT | dnoeth | Database | Reply | Improve performance of like queries. | You might try to rewrite this LIKE using POSITION or SUBSTRING, but it will probably not reduce CPU.
Dieter
|
| 32423 | 14 Jun 2013 @ 06:14 PDT | dnoeth | Enterprise | Reply | fastload | #1: Yes, but you don't create the error tables, this is done automatically by the tool.
You just might change their default names.
#2: MLoad: aquisition phase -> ET-table and appli... |
| 32422 | 14 Jun 2013 @ 06:13 PDT | ombest | Database | Reply | Stats collection inside SP's | Found a workaround for dinamic SQL and collect stat on volatile tables.
Set SQL SECURITY INVOKER
Creating volatile tables, fill it and others..
and before collecting stat write dummy statement l... |
| 32421 | 14 Jun 2013 @ 05:59 PDT | VBurmist | Database | Reply | Determine number working day between two dates |
CT A(START_DATE DATE,END_DATE DATE);
INS INTO A VALUES('2013-06-03','2013-06-13');
INS INTO A VALUES('2013-06-06','2013-06-12');
INS INTO A VALUES(... |
| 32420 | 14 Jun 2013 @ 05:29 PDT | naani | Enterprise | Reply | fastload | Hi Gurus,
I'm new to Teradata. Please excuse me if I ask some silly questions. Below are my questions:
1. Can I use "CREATE" in Fastload and Multiload? If not, how the error tabl... |
| 32419 | 14 Jun 2013 @ 04:48 PDT | pema_yozer | Database | Reply | Determine number working day between two dates | hi Bikky,
I dont think it quite solves the problem.
you are taking those dates which fall in betwen the dates and marking them as yes, but the second table is already a list of holiday
e... |
| 32418 | 14 Jun 2013 @ 01:34 PDT | AdamL | Enterprise | Reply | why should we use SET table ? | In reference to third comment posted by Fred,
I created a similar table T2_S1 as original source table T1.
CREATE volatile SET TABLE T2_S1 (c1 INTEGER NOT NULL,c2 INTEGER... |
| 32417 | 13 Jun 2013 @ 11:52 PDT | Kishore_1 | Database | Topic | Responding Session: CPU Use and Impact CPU | I am observing a session thru View Point , which is in responding state for the past 10 days
The CPU Use is 0 but the Impact CPU is 33.7
Similary I/O is 0 but I/O skew is 55%.
Could anyone expla... |
| 32416 | 13 Jun 2013 @ 11:17 PDT | barani_sachin | Database | Topic | Improve performance of like queries. | Hi All,
Is there anyway to improve the performance(Reducing the CPU consumed is the main aim for now) of queries involving like in the where clause.
WHERE FIRST... |
| 32415 | 13 Jun 2013 @ 11:07 PDT | terasum | Database | Reply | HUT Lock | You have to go to viewpoint/manager and from there go to database console and open up showlocks utility.
|
| 32414 | 13 Jun 2013 @ 10:15 PDT | Kishore_1 | Database | Topic | HUT Lock | What is the command to see the tables that are locked by HUT (Host Utility) locks on a Teradata database?
|
| 32413 | 13 Jun 2013 @ 05:47 PDT | diogenesesanto | Cloud Computing | Topic | Shutting down Teradata in EC2 keeping data and avoiding Amazon charges | Hi team,
I appreciate to understand the better way to "hibernate" Teradata in Amazon EC2 keeping data and avoiding charges from Amazon.
I guess running a Teradata tpa stop and Amazon st... |
| 32412 | 13 Jun 2013 @ 10:14 PDT | teradatatester | Database | Reply | JARO_WINKLER_SIMILARITY Function for Teradata? | Anyone already made a UDF for the JARO_WINKLER_SIMILARITY Function?
|
| 32411 | 13 Jun 2013 @ 09:58 PDT | TonyL | Tools | Reply | TPT script to move data from table to file | It's not possible because a date column is required to filter the rows.
|