Quantcast
Browsing all 14773 articles
Browse latest View live

DBQL SQLTextInfo 3577: row size or sort key size overflow - response (6) by...

Thanks Dieter!! After changing the CHARSET to ASCII from UTF8, I was able to run the SQL.  

View Article


Increase the size limit of teradata objects name from 30 characters to more....

Is there any decision to increase the size limit of teradata objects name like database, table, view etc)   from 30 character to  more?  If teradata is considering it, then which version of teradata...

View Article


Delete or Drop a table if it already exists - response (8) by DataHead

Thanks but is there a way to delete volatile tables in my script. This is under testing (as will many other scripts) & I run these over & over in a session so they are still 'There' when I...

View Article

Delete or Drop a table if it already exists - response (9) by DataHead

I've also tried the script to delete a normal table as below; I'm getting the error 3706 - "Expected something between 'and' & 'table'. Where is the code wrong? I can't think of what should go...

View Article

Delete or Drop a table if it already exists - response (10) by dnoeth

Try the code i posted just replacing 'C917348' and 'ACCT_BASE'. You could also uncheck "Stop query execution if an SQL error occurs" in Options -> Query and then simply run your DELETE or...

View Article


SQL Query output from DBC table volatile - response (1) by KS42982

It is very hard to believe that ETL jobs in production keep creating/dropping permanent or global temporary tables. Volatile tables do not get written into data dictionary, so those should not come up...

View Article

Increase the size limit of teradata objects name from 30 characters to more....

You can refer to this post - http://forums.teradata.com/forum/database/teradata-table-naming

View Article

SQL Query output from DBC table volatile - response (2) by vikramachandran

Thanks KS42982 for your valuable inputs and time. Will try this approach and get back with my findings.

View Article


Delete or Drop a table if it already exists - response (11) by DataHead

Thanks Dieter, Do you mean you've posted the code to the the link? The link isn't working. So here's your code from a couple of answers ago. select 1 from dbc.TablesV where databasename = 'C917348' a...

View Article


coding for One-one mapping & one-many mapping - topic by ashamahi123

Please help me with coding for ONE - ONE MAPPING, ONE - MANY MAPPING i am new to this coding part,,please help me.. greatly appreciated if provided with examples. Regards, Asha  

View Article

Increase the size limit of teradata objects name from 30 characters to more....

It is currently intended that Teradata 14.10 due out later this year will increase this limit. As always, this is not a promise, only the official release content documentation can describe the actual...

View Article

Teradata Table Naming - response (12) by ToddAWalter

It is currently intended that Teradata 14.10 due out later this year will increase this limit. As always, this is not a promise, only the official release content documentation can describe the actual...

View Article

Provisioning more space - response (3) by ToddAWalter

It is possible to add disk to an existing configuration if the physical configuration has room. The disks are physically added to the platform and the TVS subsystem is told about their existence. TVS...

View Article


Getting a unique value for VARCHAR field. - response (5) by suhailmemon84

Hi Dieter, You mentioned in your previous post that : "If you're not on TD13.10 simply cut & paste the source code and replace inBytes with PROC_DESCR" We're currently on 13.10 and we would like to...

View Article

Space in the database - response (1) by sachin.sebastian

Use the below sql to find out the remaining space in a Database: SELECT DatabaseName ,SUM(CurrentPerm)/1024/1024 AS USEDSPACE_IN_MB ,SUM(MaxPerm)/1024/1024 AS MAXSPACE_IN_MB ,SUM(CurrentPerm)/...

View Article


Delete or Drop a table if it already exists - response (12) by Harpreet Singh

Peter, dbc.tablesV cannot be used on volatile tables. As Dieter already mentioned, please use logoff,logon approach or uncheck in SQLA> options to not stop on errors and use drop table; create...

View Article

Should a SCD table contain a UPI including date fields or use a natural key?...

Tables that have historical records may always not be used with condition on Date columns. In most cases we would be interested only in the latest active record; While rarely a retrofit run (back dated...

View Article


Delete or Drop a table if it already exists - response (13) by dnoeth

You run the code unchanged when you want to drop the table ACCT_BASE in the database C917348, otherwise replace database and tablename accordingly. I don't know why the link is not working again, it...

View Article

Getting a unique value for VARCHAR field. - response (6) by dnoeth

Hi Suhail, of course you can use the function as-is, pre-13.10 just doesn't support SQL functions. The basic calculation is like getting a year-month out of a year and a month: year * 100 + month =...

View Article

Space in the database - response (2) by KS42982

It worked fine. Thanks a lot !

View Article
Browsing all 14773 articles
Browse latest View live