57916 | 21 Jun 2016 @ 12:01 PDT | au185006 | Teradata Database on VMWare | Reply | Confused over which VM to download | Community edition is available for download at http://downloads.teradata.com/download/database/teradata-virtual-machine-community-edition-for-vmware
|
57915 | 21 Jun 2016 @ 11:26 PDT | srivigneshkn | Tools | Topic | TPT Restartability | Hi,
I would like to know if there is a way in which i can disable TPT restartability, each time TPT executes i would like to run it from the beginning and it should not restart from ... |
57914 | 21 Jun 2016 @ 11:25 PDT | ToddMcC | Database | Reply | 9804: Response Row Size/Constant Row Size overflow | I received this error after installing Teradata SQL Assistance 15.0. My Connection is "Teradata.Net". I fixed the problem by changing the connection settings as follows:
... |
57913 | 21 Jun 2016 @ 11:07 PDT | shiboo18 | Aster | Topic | ERROR: SQL-MR function TEXT_PARSER failed: Loading stop word file /stopwords_en.txt failed. | Hi guys,
I am new to Aster. Only like 3 weeks into it.
I am using TEXT_Parser analytic function. I want to use my own stop word file.
I have loaded the file from my local into AFS using ... |
57912 | 21 Jun 2016 @ 10:38 PDT | fgrimmer | Teradata Studio | Reply | Teradata Studio does not show all of my authorized tables- | Mitch, Some areas that may affect the tables list: Have you changed the Teradata Datatools Preference to use VX views to load the tables lists? Are you using the cache option on your database where... |
57911 | 21 Jun 2016 @ 10:35 PDT | NetFx | Connectivity | Reply | python / odbc connection to TD | Windows or Linux?
This might help: http://developer.teradata.com/blog/odbcteam/2016/02/python-with-teradata-odbc
|
57910 | 21 Jun 2016 @ 10:28 PDT | NetFx | Connectivity | Reply | Command line installation for ODBC Driver for Windows 15.00.00.00 | http://www.info.teradata.com/templates/eSrchResults.cfm?prodline=&txtpid=&txtrelno=&txtttlkywrd=TTU15.10.04&rdsort=Title&srtord=Asc&wNew=True&nm=Teradata+Tools+and+Utili... |
57909 | 21 Jun 2016 @ 10:13 PDT | mikeyb100 | Teradata Studio | Topic | Issue Downloading Studio even After Java installed | I'm on a mac OS X Yosemite version 10.10.5. I've been trying to download the mac version of studio express and it prompts me to download Java 1.7 or later. So I do, then install it, test it... |
57908 | 21 Jun 2016 @ 09:23 PDT | feinholz | Tools | Reply | TPT API C program usage | 64K.
|
57907 | 21 Jun 2016 @ 08:31 PDT | amoyyang | Database | Reply | create mutiple tables from an existing table with while loop | Have not got any follow up! As an alternative, if possible, can some one guide me to textbooks or references that can help resolve this issue! Thanks a lot!
|
57906 | 21 Jun 2016 @ 08:15 PDT | Sunny445 | Database | Topic | Bteq-import- Error Handling Not working |
Hi, i have a bteq which uses repeat function to load a file into a table. we have a parameter for the input file. if the parameter is not available, the script is failing with a Return code 0, i... |
57905 | 21 Jun 2016 @ 07:46 PDT | pushkarcse | Database | Topic | COLUMNAR TABLE- SELECT TOP N* FROM COLUMNAR TABLE NOT GIVING OUTPUT | Hi,
I am facing one issue with the columnar table. I am unable to fetch records using TOP N* command from a columnar table with 256 columns.
SELECT TOP 10*
FROM COLUMNAR TABLE
--Return... |
57904 | 21 Jun 2016 @ 07:18 PDT | plentyfish | Tools | Reply | TPT Load Operator error table being loaded? | Hello, is there a way I can identify tables in load pending state?
|
57903 | 21 Jun 2016 @ 07:03 PDT | plentyfish | Database | Reply | Teradata Table Naming | Thanks Tom. I also just found the "length" function usefull about doing a bit of googling.
sel * from dbc.tablesv where length(tablename) > 30
|
57902 | 21 Jun 2016 @ 06:38 PDT | tomnolan | Database | Reply | Teradata Table Naming |
select databasename,tablename from dbc.tablesv where characters(tablename) > 30;
|
57901 | 21 Jun 2016 @ 06:31 PDT | plentyfish | Database | Reply | Teradata Table Naming | Hi all, whats the SQL to find list of table names longer than 30 characters?
|
57900 | 21 Jun 2016 @ 05:46 PDT | stami27 | Tools | Reply | TPT Work/error Tables always protected (FALLBACK) ? |
CREATE SET TABLE dbp_etl_log.frprg_t16e3a6294b63ea1fb21_L ,FALLBACK ,
NO BEFORE JOURNAL,
NO AFTER JOURNAL,
CHECKSUM =... |
57899 | 21 Jun 2016 @ 05:35 PDT | stami27 | Tools | Topic | TPT Work/error Tables always protected (FALLBACK) ? | Hi,
can anyone tell me if I can affect on tptstream
that the work or error tables could be created as NO FALLBACK?
Currently in the version tptstream1500 (15.00.00.04-1)
the work tables a... |
57898 | 21 Jun 2016 @ 04:50 PDT | Jok3r | General | Topic | Retrieve columns having a specific value | Hi,
I have 100+ columns. I need to retreive columns having a specific value [Say 'ABC'] in any of the rows.
Please help.
|
57897 | 21 Jun 2016 @ 04:43 PDT | aklopis | Database | Reply | Error handling from DBC.SysExecSQL in my own procedure | Hi Dieter.
I can't drop the database first. I tried that but the procedure is used by many users and sometimes the user don't have access to drop the database. That's why the better so... |
57896 | 21 Jun 2016 @ 02:10 PDT | archana_2016 | Tools | Reply | TPT API C program usage | Hi Steve,
As you have mentioned in the above comments, Using GetBuffer we can retrieve 64K buffer of rows. what is the maximum buffer of rows that can be retrieved?
Thanks.
|
57895 | 21 Jun 2016 @ 12:46 PDT | johnpaul | Database | Reply | LOBs are not allowed to be hashed issue in Recursive query | Hi Harshit,
This was a limitation. we dropped proceeding after this issue.
Regards,
John
|
57894 | 20 Jun 2016 @ 11:57 PDT | dnoeth | General | Reply | Assign values based on dates by group | For each groupid?
case datecol
when min(datecol) over (partition by groupid) then 'initial'
when max(datecol) over (partition by groupid) then 'recent'
else 'inte... |
57893 | 20 Jun 2016 @ 11:54 PDT | dnoeth | UDA | Reply | How to create a Macro passing table names as the parameter | http://www.info.teradata.com/HTMLPubs/DB_TTU_15_10/SQL_Reference/B035_1148_151K/ch03.108.114.html#ww11214369
Of course you should always be aware of possible SQL Injection:
https://en.wik... |
57892 | 20 Jun 2016 @ 11:40 PDT | Priti_Kanal | UDA | Reply | How to create a Macro passing table names as the parameter | Hi Dieter,
I am having requirement where I want to use database_name and table_name as parameterized in stored procedure.
In procedure I will be performing below DML operations :
INSERT ... |