Stats collection inside SP's - response (12) by barani_sachin
Thanks Dieter for this workaround :) So if we doesnt have a table which has the same name as the VT in the default database for the particular user it wont be a problem rite? i.e we dont need to...
View ArticleStats collection inside SP's - response (13) by dnoeth
I prefer a naming convention for VTs (like VT_tab) so there's never any chance that a permanent table with the same name exists :-) Dieter
View ArticleStats collection inside SP's - response (14) by barani_sachin
thanks again for your timely replies :) Could pls redirect/explain me to a link where i can get a good definition/difference for SECURITY OWNER, CREATOR, DEFINER, INVOKER
View ArticleVisual Studio 2012 Server Explorer does not show Teradata provider - forum...
Hi I installed the latest version of the .Net driver (14.10). I have both VS 2010 and VS 2012 installed. In VS 2010 the Server Explorer shows the .Net provider for Teradata but VS 2012 does not. I was...
View ArticleStats collection inside SP's - response (15) by dnoeth
The Stored Procedues and the DDL manual? Dieter
View ArticleTeradata SQL Assistant - Database Explorer Window - forum topic by Shadyguy904
I am having problems with Teradata Assistant (verion Teradata.Net 13.0.0.14) The Problem is with Database Explorer window becuse it is fixed length and width and I can´t adjust it as with the answer...
View ArticleLocation of SQL History in Studio - forum topic by mahesh
Hi, I am trying to IMPORT a large (64 MB) SQL History from a XML file (which was EXPORTed on another machine using Studio) to my local machine and it looks it is not doing anything. I am trying to...
View ArticleComplex Transactions in Stored Procedures - forum topic by rtefft
We perform ETL on a table of transactions. After loading the transaction table, we want to use Stored Procedures (SPs) to perform the very complex business validations, and then to apply the...
View ArticleTPT 14 WorkingDatabase and TargetTable getting crossed - response (1) by TonyL
The problem is this line in the TPT job script: LogTable = @TargetTable || '.LG_Trans' The log table is a fully qualified table name with the target table name as the...
View ArticleWhat, no REPEAT(X,n) function for Teradata? - response (3) by jlwilliford
That's equivalent to the "n" parameter in your REPEAT function. The number of times you intend to repeat the character. mcrad pegged this one...
View ArticleFASTLOAD Error - Loading Fixed Length file to Table - response (1) by...
Hi Kiranwt, You need to remove the character ':' in front of the fields defined in the DEFINE command, it will become: DEFINE EID(CHAR(1)), ENM(CHAR(5)), ECD(CHAR(2)), ESAL(CHAR(5)) FILE=EMP_FLAT.TXT;...
View ArticleTpump Error, Invalid session mode - response (1) by feinholz
The user cannot change the session mode. TPump will always run in Teradata mode.
View ArticleTeradata SQL Assistant - Database Explorer Window - response (1) by Shadyguy904
Here is the screenshot for reference:http://i.imgur.com/bN7Bii5.jpg As you can see there is no way to close or unpin the window. Also, when opening SQL Assistant the window is already there, but...
View ArticleBTEQ not remove trailing blank - response (6) by KS42982
You can create a new task in informatica and in the properties you can add - exec macroname .. and run that task using informatica (assuming you have all setup connection already existing between...
View Articlerow concatenation for dummies? AKA oracle wm_concat() teradata equivalent -...
You need to RANK on all these columns on which you need to do grouping. Keep adding them into order by clause and you will get rank based off of the unique combination of all the columns that you need...
View ArticleRODBC system error 193 - forum topic by bkj123
Good afternoon. I've been connecting Teradata and RStudio with RODBC on a windowsXP (32 bit) laptop for a while. Example code is at the bottom of this post. I am not able to run this code on a...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
Hi feinholz@, For a table with 3 columnsNET_ID DECIMAL(38,0) NOT NULL, NET_NAME VARCHAR(300), NET_KEY DECIMAL(9,0) NOT NULL What will be the FILE_SCHEMA in TPT 13.10 scipt? I tried the following but...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
Does UTF8 change the byte size in SCHEMA definition? USING CHARACTER SET UTF8 DEFINE JOB EXPORT_DELIMITED_FILE DESCRIPTION 'Export rows from a Teradata table to a delimited file' ( DEFINE SCHEMA...
View ArticleSQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition -...
@ericsun2: the schema must match the data. Thus the Selector is retrieving 2 DECIMALs and a VARCHAR. Your schema does not match that. And yes, if you are using a client session character set of UTF8,...
View ArticleDate Format In Teradata SQL Assistant - response (4) by ZQkal
How do you display last row (record) from a table. Given this table Name create_tmp AA 09-11-2009 01:02:00 AA 09-11-2011 01:02:00 AA 09-11-2012 01:12:09 AA...
View Article