Getting Viewpoint to work on TD Express 13.10 40Gb VM - forum topic by terrydata
Hi I've downloaded the 40Gb VMWare instance of Teradata Express 13.10. The Teradata database works fine, I can connect to it with BTEQ and from SQL Assistant and Teradata Administrator on the Windows...
View ArticleConverting Rows to Columns - forum topic by lbrec
We have one business requirment where they want to convert rows to columns. The data we are talking about is 2-3 TB of data. Data looks something in this format.Table Structure Date_1...
View ArticleRestarting Fastload if we have error with the source data file - forum topic...
Hi, I had encountered today a failure with fastload. There was some issue with the source file for which the fastload got paused. I corrected the data and restarted the run, but it didnt succeed. I got...
View ArticleWill volatile tables be dropped? - response (19) by maniamenon
Hi Dieter, Thank you very much for the information. I have created the Volitile Tables first and then created the Stored Procedure. Now it gives warnings saying SPL5000:W(L46), E(3803):Table...
View ArticleMVC is helpful for running queires - response (2) by Harpreet Singh
Hi Arindam, Using MVC will help in perfromance here. Basically work that is done for MVC column is 1. while inserting data row it needs to be compressed for column or existing data needs to be...
View ArticleQuery for dropping a PPI column - forum topic by MBR
Hi All, Anybody tell me the query for dropping a PPI column in table. Thaks in advance Regards Forums: Database
View ArticleStored Procedure Vs Bteq - forum topic by rajeev saravanan
Hi All, Could any one tell the advantages and disadvantages of using SP and Bteq basically a comparison of both and the scenario when one is prefered over another My general understanding is the that...
View ArticleQuery for dropping a PPI column - response (1) by KS42982
ALTER TABLE.. MODIFY PRIMARY INDEX DROP RANGE BETWEEN...
View Article.NET Data Provider 14.10.00.00 - 'Windows Help' file doesn't work - response...
It worked for me now after I right click the .chm file -> Properties -> Uncheck attribute 'Read-only' -> click 'Unblock' Since I downloaded the file from internet it was 'Blocked'...
View ArticleVARDATE value ignoring TextDelimiter - forum topic by rmattson
Good morning! I looked through the forums and the web and didn't find anyone else with this problem so here we go. I'm running tbuild 14 to a 13.10 database. 1. Data file: cat bub.txt...
View ArticleTPTAPI not able to connect with Teradata database with the error [PXOPL_Open:...
Any news on this? I'm having the same problem.
View ArticleMerge Syntax - forum topic by craigwg
I am using a merge but I'm having a newbie syntax error I think. Here is my statement:MERGE INTO tables_dev.cust_wishlist AS tgt USING stage.WL_WISHLIST AS src ON tgt.cust_wishlist_id = src.id AND...
View ArticleTPT wizard 13.10 and LDAP - response (1) by Fred
You can edit TdgssUseConfigFile.xml (found in tdgssconfig.jar in the ...\tptwizard\jars folder) to either designate LDAP as default mechanism or change its rank. Save a copy of the jar file just in...
View ArticleCopying data from V13 to V14 - forum topic by akasarla
Our production database is version 13 and our UAT database is upgraded to version 14. Now I want to refresh UAT with Production data. Can we copy from the backup of production eventhough both databases...
View ArticleMacro problem in SQL Assistant 13.0 - response (6) by kurtwz
For SQLA 12.0 you should delete both the Macro1 and Hotkeys values from: HKEY_CURRENT_USER\Software\WinMain\CodeMax Editor I searched my c-drive for "codemax" and found a file called cmax40.dll. Is...
View ArticleMerge Syntax - response (1) by teradata_techie
Hi Craig Try changing the SET condition to the following. UPDATE SET target_column1 = src.source_column1 ,target_column2 = src.source_column2 ,target_column3 = CURRENT_DATE ,target_column3 =...
View ArticleTeradata Online Training by Industry Experts at Onlineitguru.com - forum...
ONLINEITGURU is one of the leading top IT Training and Consulting Company in US, with a good placement track record. We have certified trainers. We will provide Online Training, Fast Track online...
View ArticleQuery for dropping a PPI column - response (2) by MBR
Thanks KS for replying above query is for altering a ppi right? but i want to drop that column permanently, how can we do that? Regards
View ArticleHow to exit a SP? - forum topic by barani_sachin
Hi All, How to exit an SP in a midway if some conditions are met? is LEAVE the only option? Also in SP manual states that if leave is used all the open cursors will be closed in that block, if so is...
View Article