How to determine the Identity column name for a table having such a column? -...
I have an application that determines the schema for a table through a Windows ODBC connector. Not all attributes are accessible through GetSchema() calls so I have to augment with the querying of...
View ArticleHow to determine the Identity column name for a table having such a column? -...
You need to spend some time familiarizing yourself with the dbc views. In particular, dbc.columns, which should answer your question. The Teradata User Documentation will assist in your quest as well....
View ArticleHow to determine the Identity column name for a table having such a column? -...
When you mentioned the Columns view, the name was so apparent that I thought that I had been there. I opened it up and looked for the test tables I had created. Lo and behold, it appears that IdColType...
View ArticleARCMAIN giving Error 3802:Database '$ARC' does not exist. - response (2) by...
CATALOG has tape positioning information of a table/database.It is useful when you want to restore few tables from one saveset.
View ArticleHow to determine the Identity column name for a table having such a column? -...
If you search through the user documentation (freely downloadable from teradata.com) somewhere in there is a list of the mnemonics used in that and some other columns.l
View ArticleTranspose columns to rows - response (3) by vidyadhar
Hi I have a huge table in production when I am trying to do column to row transpose using above first method I am getting spool space error. Can any one plz helpme to do to query tuning here. Thank...
View ArticleFetch address from two different tables where fetch NOT NUll data from table...
Hi dnoeth, need a help from you. We are inserting rows(address details) in table A by Inner joining this table with B, C and D. D is having address and we are taking address which is NOT NULL. Then in...
View ArticleCreation of Volatile table - forum topic by mayya@teradataforum
Hi All, I work on V2R5. When i try to create a volatile table in database(cly_db), it gives me below error. user with which i logged into teradata is "cly_dba". create multiset volatile table...
View ArticleSequnce generated column in Volatile table - response (4) by bala2121
Hi Harpeet/Dieter, I have created a volatile table with a column rwid declared for rowid insertion. - I cannot use Identity column as it may result in gaps and its a volatile table too. - Use of CSUM...
View ArticleHow to determine the Identity column name for a table having such a column? -...
A full description of the Columns view can be found in the Teradata Data Dictionary document: B035-1092-111A. A key document. :-)
View ArticleModify the partition - forum topic by Kbos
Hi Everyone, I have a table which has a partition by a date field as it follows: PARTITION BY RANGE_N(RestoreDate BETWEEN DATE '2008-04-01' AND DATE '2012-12-31' EACH INTERVAL '1' DAY , NO RANGE);And...
View ArticleInserting a Record - forum topic by vnagakishore
All I am new to Teradata and debugging a issue related to insert. I have two tables in teradata. Find below the definitions CREATE SET TABLE TablePrimary ,NO FALLBACK , NO BEFORE JOURNAL, NO...
View ArticleCreation of Volatile table - response (1) by shiyamala
Volatile tables are always created in a users spool space. Hence user name is the db for the volatile table
View ArticleSystem Views DBC.COLUMNSTATS & DBC.MULTICOLUMNSTATS not existig in TD 14 -...
See the Data Dictionary manual for TD14. Stats information is significantly changed. DBC.ColumnStatsV, DBC.IndexStatsV, DBC.MultiColumnStatsV exist but are likely not direct replacement for your...
View ArticleDifference between Application RI,Batch RI,explicit & standard RI? - response...
Standard - checked for each individual SQL request Batch - checking postponed until transaction COMMIT time Soft - not enforced by the DBMS (in which it should be Application enforced)
View Articlearcmain refrential integrity - forum topic by zigzagdna
I am using Teradata Express 14.x VM on my PC. I am running arcmain to archive a database test1 everything in it, then do a copy to create all objects in database test2. My tables have reverential...
View Articlearcmain archive and copy stored procedures views - forum topic by zigzagdna
I have read starting Teradata 13.0, one can do archive individual objects such as views, store d procedures. But I do not see any documentation on how to do it. I have done extensive search on...
View ArticleFetch address from two different tables where fetch NOT NUll data from table...
Hello, any suggestions???A bit urgent. Thanks a lot. Terankit
View ArticleDownload Teradata Express 13.0 for Windows - forum topic by alihhussain
Hi, I was looking for a windows copy of Taradata v13.0 It shows up on the website but it is not availble on the download section. Can someone please help me locate where I can download Teradata Express...
View Article