LT,WT,ET,UV tables - response (16) by abhijeetgupta29nov
Hi, Could anyone please give full mload,tpump,fastload,tpts processing in very consise manner. Thanks, Abhijeet
View ArticlePlease help me on BT/ET and ROLLBACK/ABORT - response (4) by philipalex
Thank you for reply's... Yes, I forget to add the condition, I am inserting the data into TABLEA using my control table status. If I am using an conditional statement could you please provide the...
View ArticleLT,WT,ET,UV tables - response (17) by M.Saeed Khurram
Hi Abhijeet, Can you please elaborate what do you mean by full processing? Do you want an explainiation about the processing? OR some sample scripts of these utilities?
View ArticleI'm trying to automate a process in Teradata, if the count is greater than 5...
Thanks Dieter, i use Teradata my sql assistant 13.11.0.05 i will try this out! Thanks a lot Also one other thing, can i mail the result that comes out from the count * statement
View ArticleCannot install Teradata Express 13 under Windows XP - response (3) by...
Can anyone tell, from where I should download Teradata_Express_130.exe. Thanks, Abhijeet
View ArticleI'm trying to automate a process in Teradata, if the count is greater than 5...
Hi, can somebody help me out, i'm looking at a automated Qc process. i want to be able to export the Qc results via mail or directly into my local as a csv file every time my code runs. Is this...
View ArticleCannot install Teradata Express 13 under Windows XP - response (4) by M.Saeed...
You can download all the TD related softwares from this link.http://downloads.teradata.com/download
View ArticleHow know if an index is used? - forum topic by mybudy
Tags: indexindexesindexvForums: Database
View ArticleHow know if an index is used? - response (2) by mybudy
I would like to know how many time one index is used. In dbc.indicesv there is a column AccessCount , this colum is ok for this ? I don't understand why have one secundary index with columns...
View ArticleMigrate All the Tables of SQL Server DataBase to TeraData in one go -...
You can uses SSIS and Teradata connector to load data .. ou might have to do some transformation to support data types
View ArticleSpecial Characters in Teradata - response (12) by rtakle_d
@Dieter: Thanks a lot dieter.After installing that UDF function above solution is working.Really thanks a lot for your help. Regards, Rahul
View ArticleMigrate All the Tables of SQL Server DataBase to TeraData in one go -...
Hi, I think you can write a procedure that will generate all the Teradata equalent DDL's for all the tables in SQL Server. Once the DDL's are deployed then you can copy data using the following...
View ArticleHow know if an index is used? - response (4) by sudheer51
If you need the access count of indexes (hash indexes or join indexes), then you are referring to the correct view. Access of primary index and secondary index can be different. I guess that you are...
View ArticleMore time taken in sql assistant - forum topic by tigerjgd
Hello When i run a query its taking 2 min trough a java app we developed -- 1.30 in Sql assistant to display rec..But intrestingly its just 60 millisec when we check in DBQLOG time Any idea why this...
View ArticleHow know if an index is used? - response (5) by sudheer51
Note that the count measured is the count from the 'Optimizer execution plan'. (Count for explain, insert explain, dump explain not accounted)
View ArticleHow know if an index is used? - response (6) by mybudy
Yes , I am refering to access count of indexes, but if my secundary index is the tuple (nu_phone,cod_central) and the access count is 29 for the column nu_phone and 3 for the column cod_central then ,...
View ArticleHow know if an index is used? - response (7) by VBurmist
Hi, you can also use DBQLobjects for that purpose. There is ObjectType field to filter the index rows there. It would be interesting to compare numbers from dbc.qrylogobjects and from...
View ArticleFilter on two separate date field ranges using between function - forum topic...
Need help with Where clause to filter on two separate date fields. Both have the same date ranges. Please see the code below. Where C.pmt_last_upd_dt between '2013-07-01' and current_date and...
View ArticleI'm trying to automate a process in Teradata, if the count is greater than 5...
check Teradata BTEQ in the product manual.
View ArticleFilter on two separate date field ranges using between function - response...
Hi, What is th e issue you are facing in using condition?
View Article