ERROR 3070 when creating a table - topic by StickeyB
Hi When I run the following code in SQL Assistant; CREATE TABLE RL_Comments ( read more
View ArticleHow to assign rights of existing user to a newly created user? - response (1)...
Classify users into groups and assign Roles. Roles are used to manage access rights. Define roles for user Groups like: Developers, Business Users, Power Users, ETL Batch IDs, DBAs etc. Each role can...
View ArticleOLAP functions in M:N relation - response (1) by rajeev saravanan
Hi Petr, Can you please provide an example of the input data and the required output, so that we can understand it better Regards Rajeev
View ArticleDateform And Date Strings - topic by rajeev saravanan
Hi, I understand that the choice of DATEFORM for a session governs the way the dates are displayed in the output but not very clear on how it affects the importing of date strings ? Also while...
View ArticleCPU and Disk Skew - topic by nhari
Hi, Can anyone please provide some clue about the reason for the following performance issues. 1) High cpu and disk skew when the explain step in PMON shows the spool merge during the final step of...
View ArticleTOP and Order by - topic by vpyoa
Hi all I'm new to teradata I want to confirm about the order priority of the execution of the query. Sample query Select top n x_column, y_column, z_column from table_abc order by x_column desc;...
View ArticleTOP and Order by - response (1) by KS42982
It would do the order by first and then fetch top n records.
View ArticleTeradata actmain.exe uses a lot of memory - topic by zhili
Hello, My teradata version is 13.10. I noticed that actmain.exe is using > 3GB memory. Is this a known behavior ? Also, what are the main task by these two processes: actmain.exe and disstart.exe...
View ArticleHow to assign rights of existing user to a newly created user? - response (2)...
Sachin, everything has already been implemented. What I want to see is to how I can get the roles of an already existing user. Let me explain, I have to create a user 'xyz' and give him rights of an...
View ArticleProblem With Non Sequential Dates - topic by saraider
I've run into an issue with a rollup I am trying to do and was wondering if anyone has any ideas on how to do it in as few steps as possible. read more
View ArticleInsert multiple rows in single statement - response (2) by SNI
plz anybody tell me while creating table in teradata all these NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL,CHARACTER SET LATIN NOT CASESPECIFIC come by default.If yes then why? plz...
View ArticleHow to assign rights of existing user to a newly created user? - response (3)...
Hi Usman, Below query will help you get direct access rights and role rights for a user. and you can assign same to new user select distinct 'role ' as typeofright, a.grantee as username, a.rolename...
View ArticleCPU and Disk Skew - response (1) by gsoh
Hi, I are interested in the 2) Question. Finds a solution, let me share.
View ArticleError while using Spatial Index - topic by velunatarajan@gmail.com
I'm trying to use Spatial Index to get optimal performance on Geometry data and ended up with an error. Please find the index and table definition and the query which fails while using the spatial...
View ArticleCreating a recursive script to handle Oracle script - topic by dnieb
I am new to TD and have an Oracle script i need to convert to TD format. I am not understanding how to make these changes using recursive script procedures to make it happen. Any help with this...
View ArticleSecondary Index - response (11) by trustngs
Hi Dieter, Even though the index is dropped, stats collected on it remains and it can used by the parser when required while building the plan.Whether this one is correct?
View ArticlePartition Elimination Puzzel - topic by SPOLISETTI
Background: We have a history table which is partitioned on loadDate. This table also has another column called ProcessYearMonthNumber which is the year and month number of the loadDate. I know this...
View ArticleError Code 6706: The string contains an untranslatable character. - response...
I think I found the pesky blighter. If you open Word and type "--[enter]" you will notice that it becomes one long dash. Paste the resulting long dash character into SoapUI and hit a simple inbound web...
View ArticleHow to Split Column - topic by mubin_khalid
Hi teradata Guru's; I'm new to teradata. can some one tell me that how can i split address column into multiple columns?? eg s_id address 1...
View Article