Creating Group ID from SUM Limit - response (6) by saraider99
Is this the query you mean? I did the whole thing over so that I wouldnt have to do an insert and then an update. This still gives me some weird results what am I missing? WITH PROD_CTE...
View ArticleDDL Statement , Dynamic SQL in a FOR cursor LOOP -SQLCODE 3772 - response (1)...
Did you ever get an answer to you question? I too have a fairly simple loop with exececute immediate statements and the same error 3722. Thanks.
View ArticleAutomatic script to change PI in case of high Skew - forum topic by KnowIT
Hi, As heavily skewed table decreases performance, planning to recreate skewed tables automatically with a new Primary index. Plan is to have an automated script which would fetch all the skewed...
View ArticleImporting the large flat files failing - response (1) by anuragn
No response yet. :( Is it the limitation of TeraData i guess. Probably we might have to limit TD and look at other options going forward.
View ArticleSpecial Characters in Teradata - response (2) by rtakle_d
Hi Team , Do you have any solution and suggestion for above request . Regards,
View ArticleteradataDBA training - forum topic by ndrakshapalli
any good PDF material on teradataForums: Database
View ArticleImporting the large flat files failing - response (2) by msk.khurram
I would say it is not a limitation of Teradata, as Teradata can handle trillions of rows. Rather it can be a limitation of SQL Assistant, ODBC and Network resources. When you import files using SQL...
View ArticleSAS SQL Create Table & Group by problem when querying a Teradata DB. -...
Try this create table test1 as (SELECT * from connection to tera2 (select a.SRC_CUST_ID as custid, a.CUST_NM as name FROM db.CUST a WHERE a.SRC_CUST_ID= 'xxxxxxxxx' GROUP BY a.SRC_CUST_ID,...
View ArticleImporting the large flat files failing - response (3) by Qaisar Aftab Kiani
Handling 900MB file is a piece of cake for Teradata... Its the tool that you are using or probably it could be your system's limitations as well. SQLA is not made to load such huge files... Try...
View ArticleCast CHAR/VARCHAR to VARBYTE - response (9) by gg51332@gmail.com
could any tell how to convert varbyte data to varchar. Thanks, Geeta A. Gwalani
View ArticleCost Profile Information - response (1) by VBurmist
Hi, DBC.ProfileInfo is about user profiles (CREATE PROFILE), not cost profiles. Try DBC.CostProfiles_v, DBC.CostProfileValues_v, DBC.CostProfileValues_v instead. Regards, Vlad.
View ArticleWhy we need spool at database level. - response (1) by VBurmist
Hi, you are right, there is little use of the spool limit for a database. One possible scenario is when you create a user right below that database in the database hierarchy, and don't specify the...
View ArticleHow to calculate moving sums within variable size windows? - response (3) by...
Hi, if you have "2 days preceeding" task, then you can actually switch to fixed size windows. First do a subquery to get one row per day, grouping by "responsedt" column, and summing up the...
View ArticleHelp me to improve the query performance - response (2) by VBurmist
Hi, the recipe is to use Explain and look for highly expensive steps (estimates). And see what you can do with them. And use DBQL after executing the query. Particularly, the DBQLsteps - to find...
View ArticleYou dont want the DBA to see the records? - response (1) by YouAllAreStupid
some1??????????? Active posters???
View ArticleGet Row Count of a Table on a previous date - forum topic by usmans
Hi All, We keep 3 months of historic data. Is it possible to get the row count of a table on any previous date? The date might be 1,2 or 3 months old. I can get the size of the table but is there any...
View ArticleVolatile Table Use, Scope, & Ownership within Stored Procedures - forum topic...
I would like to do some select queries within a stored procedure and store the output to a volatile table. I am not clear on the owernship and scope of the volatile tables. I have run into some...
View ArticleHelp me to improve the query performance - response (3) by Qaisar Aftab Kiani
Without looking at the table DDLs and EXPLAIN plain, I don't think its possible to suggest something. Share the table definition and explain plan to have a look.
View ArticleYou dont want the DBA to see the records? - response (2) by Qaisar Aftab Kiani
If I am not wrong and understand your question corrently then I would say a DBA user who has created the database/user where you are creating the objects will have the implicit select access to the...
View Article