SQL Parser - response (1) by suhailmemon84
Hi, We have a requirement where I need to find what percentage of queries are querying recent data vs the percentage of queries that are querying historical data. I went on google to find any sqlparser...
View Articletdload a table with auto increment primary key - topic by yizi
Hi, I'm trying load a txt file into a table with auto increment primary key. Don't know why even though i defined my 2nd column as varchar (18), tdload thinks max length for it is 11. Can anybody...
View Articleparse sqltextinfo column in dbc.dbqlsqltbl - topic by suhailmemon84
Hi, Has anyone parsed the sqltextinfo column of dbc.dbqlsqltbl? I have a requirement where I need to do analysis of what kind of sqls are running on our production system. We do have querybanding, but...
View Articletdload a table with auto increment primary key - response (1) by feinholz
Please re-run the job with the command line option: --SourceTraceLevel 'Y' and then send the log to steven.feinholz@teradata.com. The log will be in the "logs" directory under where TPT is...
View ArticleCannot get stored procedure call from C# with output parameters to work -...
When you get below message, {"ERROR [HY000] [NCR][ODBC Teradata Driver] Stored procedure parameter markers are not bound."} you need modify odbc infomation: in LINUX:...
View Articleparse sqltextinfo column in dbc.dbqlsqltbl - response (2) by sachin.sebastian
It would be easier to export the QueryID, SqlTextInfo into a file; and then use grep/ awk in Unix to extract in the required format.
View ArticleSQL Parser - response (2) by sachin.sebastian
Suhail, It would be easier to export the required columns from dbc.dbqlsqltbl into a file; and then use grep /awk in Unix to extract in the required format.
View ArticleGenuine/Quality Teradata DBA training needed. - response (3) by sanramar
Hi, I got my TD Dev training from Manohar (sunmanu9@gmail.com). His youtube demo videos speak for themselves. If you are really serious about learning TD from the basics and clear certifications, he...
View ArticleTeradata Training - Bangalore - response (22) by sanramar
Hi, I got my TD training from Manohar (sunmanu9@gmail.com). His youtube demo videos speak for themselves. If you are really serious about learning TD from the basics and clear certifications, he is...
View ArticleTeradata 12 Certification - response (227) by sanramar
Hi, I got my TD Dev training from Manohar (sunmanu9@gmail.com). His youtube demo videos speak for themselves. If you are really serious about learning TD from the basics and clear certifications, he...
View ArticleTeradata certification material - response (23) by sanramar
Hi, I got my TD Dev training from Manohar (sunmanu9@gmail.com). His youtube demo videos speak for themselves. If you are really serious about learning TD from the basics and clear certifications, he...
View ArticleDuplicate rows in MLoad? - response (6) by barani_sachin
Guys can you pls shed some more light on how Fastload handles duplicate rows in NOPI tables in case of a restart.
View ArticleCreating a recursive script to handle Oracle script - response (1) by Adeel...
Hi, Instead of keeping it recursive, you should better change the logic to sequencial and then implement it .... it will have much better performance that way. Regards, Adeel
View ArticleCan we access a table from SQL UDF in TD 14? - response (1) by Adeel Chaudhry
Are you converting fuctions from other RDBM (e.g SQL Server) to Teradata? What will be the use of this fuction? Regards, Adeel
View ArticleUser SQL runtime - topic by hpscheepers
Hi I am trying to figure out how to measure the query runtime (from start to finish) for each SQL query executed by a user. e.g. UserName, StartTime, QueryRunTime, etc., etc., etc., bob, 2013/01/30...
View ArticleTPT doesn't show any error and log are empty. - topic by sen_2020
Hi All, We are using tpt script to load all our data to warehouse. our files are .txt extension. This script was successfully executed in last week month, but from last week it doesn't display anything...
View ArticleTerminating ODBC Connections using other programming languages such as Python...
Hello, We are experiencing the same problem as well. Have you had any progress in resolving the issue? Did you open an Incident? Thanks, Linda
View ArticleTD JDBC Error 857 - Two different data types are being set for parameter 42...
When I try and do an import into hadoop using the JDBC driver I recieve error 857 - Two different data types are being set for parameter 42 The data type in the file aligns with the data type in the TD...
View ArticleCan we access a table from SQL UDF in TD 14? - response (2) by ToddAWalter
A SQL UDF is only allowed to perform an expression and return the result. A Select is not allowed in a SQL UDF.
View Article