TD Express 14 download uncompress error - response (1) by dnoeth
Hi Tom, this has always been a problem of Microsoft, they still had a 2GB limit for zipped files and the error was not "this is too large for me" it was always some "this file is corrupt" or whatever....
View ArticleMload on a referenced table. - response (4) by dnoeth
You should post new questions to new threads. Your script looks ok, FORMAT VARTEXT is correct. Is any data loaded? Is it the correct end of line for your operating system, Win/Unix? Is there a...
View ArticleTranspose columns to rows - response (1) by dnoeth
Hi Chandrashekar, you should avoid recursion for stuff like that, it will result in huge spool usage. There are two common solutions for: select cust, act1 as accnt from tab where act1 is not null...
View ArticleTIME (0) field converted to INTEGER - response (3) by Nishant.Bhardwaj
Hi Dieter, Out of curiousity of the above problem , In order to change the Datetime format to AAA in SQLA, I went in Tools -->options-->General--> datetime format but i was not allowed to...
View ArticleBteq is not working on my system - forum topic by Mani-sh
Hi, I installed Bteq on my system then i tried to logon by following comment .logon <machinename>/<username><password> I'm getting the below message *** Logon successfully completed....
View ArticleHow to exit a SP? - response (4) by barani_sachin
Yes Dieter, i want to retun a resultset; And leave is workign fine and returnign the resultsets. Thanks all :)
View ArticleTIME (0) field converted to INTEGER - response (4) by dnoeth
Hi Nishant, both are ODBC options, you'll find them on the default options page for your data source. Btw, when you switch to .NET you get this by default, it's faster and the editor is showing the...
View ArticleTD 13 Query Scheduler Startup Error on Windows 7 64-bit - response (8) by...
Update: To run the Scheduler users require the Create Global Objects right. Administrative Tools, Local Security Policy. Under Security Settings, Local Policies, User Rights Assignment, Create Global...
View ArticleTIME (0) field converted to INTEGER - response (5) by Nishant.Bhardwaj
Ok Got it... thanks! So i belive If we execute the above tables in BTEQ then there wont be such kind of issues in creating TIME datatype as there is no cocncept of ODBC connectivity in BTEQ. Please...
View ArticleTeradata Training Material available - response (10) by terajey
Hi Todd, Can you please send it to nsjeykumar@yahoo.com? Regards, Jey Kumar.
View ArticleTIME (0) field converted to INTEGER - response (6) by dnoeth
Hi Nishant, yes, only ODBC is behaving this way, any other connection type, either CLI, .NET or JDBC don't have that problem. Dieter
View ArticleIncremental Backup - forum topic by macktd
Hello Experts,Give, A sample Incremental Backup script for permanent Journal.Thanks & Regards, mackTags: Incremental backup ScriptForums: Database
View ArticleBteq is not working on my system - response (1) by dnoeth
Hi Mani, seems you're using a Beta of TD14.10, you should have some contact for issues with this beta release. Otherwise: Do you run this in interactive mode? Dieter
View ArticleTeradata DBS Version Info - forum topic by skd2day
Is there a Viewpoint portlet that displays the equivalent of ctl screen version: Running PDE, DBS, Gateway versions, etc.? Thank you!Tags: viewpointForums: Viewpoint
View ArticleTPUMP for Active Ware housing - forum topic by Nishant.Bhardwaj
Hi Experts, As i have mostly worked on MLOAD/FLOADs, I have a bit confusion in usage of TPUMP in case of Real time/Active warehousing Processing and want to clear it. As we will find that it is...
View ArticleSome Qs on Stored Procedure - forum topic by sachin.sebastian
Hi, I have couple of qs on SP. Could you please through some light on them? 1) The RequestText field in DBC.Tables does not show the definition of a SP (NULL); while some SPs show values like "ALTER...
View ArticleSome Qs on Stored Procedure - response (1) by dnoeth
Q1: The source code of a SP is never logged to any system table. The ALTER was probably after a upgrade to a new release, there's a script to recreate the existing SPs. Q2: '.compile filename' is just...
View ArticleTeradata Syntax Trouble - forum topic by smart351
Hello! I am using Teradata release 13.00.01.03. I am having a terrible time with some syntax. I was hoping someone could help? Select Field 1, Field2, Field3 from EDWDEV_VIEW.Table1 Where CURRENCY=...
View ArticleTeradata Node - forum topic by teradata_techie
Hi What is the common configuration/specifiction of a Teradata Node?Tags: NodeForums: General
View ArticleTPUMP for Active Ware housing - response (1) by CarlosAL
Nishant: Since Version 14 TPUMP has access modules for JMS (libjmsam.so) and MQ's. Previous to that (v14) I only know about using TPT to read from queues... HTH. Cheers. Carlos.
View Article