unable to run query in Teradata Studio Express while being used in VMware...
You should not be using "Run" command (Ctrl+F11) to execute the SQL statements in the SQL scrapbook. Instead, select the query line which you want to execute and use "Alt+S" (Execute current text) to...
View ArticleArcmain - forum topic by macktd
Hello Experts, Does Arcmain support the stream level backups?Regards, mackForums: Database
View ArticleFULL PRIMARY INDEX - response (3) by Nishant.Bhardwaj
Hi , FULL primary Index is refered in case of Conditional Deletes/Updates..not in the case of Insert/Select.. so dont worry abt that.. Cheers!
View ArticleFULL PRIMARY INDEX - response (4) by Enzopre
Nishant....Bhardwaj says: FULL primary Index is refered in case of Conditional Deletes/Updates..not in the case of Insert/Select.. but in the documentation is not specified this. What the...
View ArticleSecondary indexes - forum topic by teradatauser2
Hi, I have a situation in which i have a table on which there is a BO query running and taking time to execute. The user suggested to create a seconday index on that table. This is giving very good...
View ArticleSecondary indexes - response (1) by Harpreet Singh
You can drop SI before Multiload run and recreate after table is loaded. What is frequency of load?
View ArticleARRAY structure in UDF - forum topic by mbacay
Hi. I am trying the built-in C functions for ARRAY handling in Teradata 14. Basically, I copied the code below from the FNC_GetArrayElementCount function in the manual TD 14 External Routine...
View ArticleRevoking All Access Rights For Users - response (5) by hariprasath.muthu
REVOKE ALL PRIVILAGES ON database_name FROM ALL. Removes only the explicit privilages
View ArticleARRAY structure in UDF - response (1) by mbacay
Just to add, my ARRAY type is: CREATE TYPE SYSUDTLIB.shot_ary AS INTEGER ARRAY [1:4][1:4][1:4]; and it is used in a table: CREATE TABLE seismic_data (id INTEGER,shots shot_ary); with some sample...
View ArticleNeed Solution/reason for "7609: Fetch statement is incompatible with current...
REPLACE PROCEDURE MyDataBName.sp1 (IN parIn1 VARCHAR(100), OUT par1 VARCHAR(30), OUT Par2 VARCHAR(30)) BEGIN DECLARE CurStr VARCHAR(500); DECLARE projcursor CURSOR FOR S1; SET CurStr = MyQuery;...
View ArticleNeed Solution/reason for "7609: Fetch statement is incompatible with current...
From the Messages manual: 7609 Fetch statement is incompatible with current CURSOR definition. Explanation: At runtime, the FETCH statement considers the compile-time definition of the tables used in...
View ArticleNeed Help on two questions about TD architecture - forum topic by Santanu84
Hi Friends I am new to this forum. I hope this is the right place to post below questions. I am preparing for TD Basic certification. While doing so I stumbled on two questions. Here are they. 1. Which...
View ArticleHow we can find the No of AMP'S for the teradata Database - response (3) by...
object acctg doesn't exist... how to find the number of awts
View ArticleNeed Help on two questions about TD architecture - response (4) by KS42982
For question 1, node is the correct answer. For question 2, I think AMP is the correct answer, but not 100% sure. Good luck !
View ArticleDBQLOBJTBL - unknown values - response (2) by sa186016
even i m confused about this ,please let me know if anybody knows the ans of this question.....
View ArticleHow to find a particular table in Teradata is locked using SQL query? -...
Thanks Dieter. Will keep this is mind and approach further.
View Article3939 there is a mismatch between the number of parameters specified and the...
I need last 2 years year and month part as an integer with descending rank in DBC.SYSEXECSQL for example : YEAR_MONTH_ID RELATIVE_MONTH 201304 1 201303 2 201302 3 201301 4 201212 5 201211 6...
View Article3939 there is a mismatch between the number of parameters specified and the...
Here :FOD and :TOD are considered as strings. DBC.SYSEXECSQL doesnot replace :FOD and :TOD with their date values while running the Replace view query. Now its working fine REPLACE PROCEDURE...
View ArticleDBQLOBJTBL - unknown values - response (3) by pawan0608
in simple words, the values which are not in the list mentioned in TD14 manual, but you see in your table are actully the sum of any of those values from the list ike 3 = 2 + 1, 6 = 2+ 4 etc. So, 3...
View Article