93 | 25 Jul 2014 @ 02:40 PDT | Database | Reply | Avoid Product Join Step | I will supply the lowest hanging fruit! :-)
Statistics
|
92 | 22 Jul 2014 @ 10:44 PDT | Database | Topic | Partition integer date key by month | Hello All!
I am looking for a way to partition an integer by month. The data type is integer and the values are 20140701, 20140702, etc. We are joining to sys_calendar.EDW... |
91 | 07 Jul 2014 @ 04:36 PDT | Database | Reply | Can we able to perform all the ETL activites by using VIEWS ????? | We have been very successful in switching some of the ETL processing out of a seriel ETL engine and into the parallel efficiency of the Teradata RDBMS. In many instances we have accomplished ... |
90 | 27 Jun 2014 @ 04:24 PDT | General | Reply | How can we rectify spool space issues. | Sounds like your primary index might be skewed. Remember, if you run out of space on one AMP it appears as though you have used up all available currentPerm in the database. Plug your i... |
89 | 23 Jun 2014 @ 11:34 PDT | Database | Reply | Query to Delete all the records in a table in Teradata | Just a word or caution regarding the option of dropping the table and then re-creating...
When you re-create you need to also recreate the table and column comments. More importantly... |
88 | 13 Jun 2014 @ 10:48 PDT | Tools | Reply | BTEQ - Executing commands after .run file statement | Thanks Raja!
If I drop my script into a bteqwin window, it stops after the .run file command. If I run the same script using a *.bat file (bteq < script.txt > script.out) all t... |
87 | 12 Jun 2014 @ 11:03 PDT | Tools | Reply | BTEQ - Executing commands after .run file statement | This is similar to what I am trying to accomplish. I cannot get any command to execute after the last .run file statement similar to what is in this script. Is this a feature?
... |
86 | 12 Jun 2014 @ 09:21 PDT | Tools | Topic | BTEQ - Executing commands after .run file statement | Hi all,
I have created a bteq script that basically gathers a bunch of show table, show view, etc. statements and runs the file to create the ddl file. I use this to perform mig... |
85 | 03 Jun 2014 @ 05:17 PDT | Database | Reply | Teradata Data Masking | We have implemented a security table that seems to work pretty good.
The table looks like this:
CREATE MULTISET TABLE META_T.EDW_SECURITY ,NO FALLBACK ,
NO BEFORE JOURN... |
84 | 17 May 2014 @ 02:52 PDT | Database | Reply | TPT instead of FastLoad | I was always under the assumption that the legacy load utilities (fastload, multiload, tpump,fastexp) would some day be depricated and that all new development would be added to the TPT utilities.&... |
83 | 13 May 2014 @ 01:56 PDT | Database | Topic | Tables Missing Statistics | We have implemented a process by which we call a stored proc after each table load that collects stats on the target table if currentPerm has changed by more than 10%. Part of this process in... |
82 | 14 Apr 2014 @ 11:19 PDT | Data Modeling | Reply | Surrogate vs business keys | Thanks Adeel... yes that does help. I know what the books say... just looking for real world scenarios. Many times I am presented with the argument:
"Surrogate keys should... |
81 | 09 Apr 2014 @ 09:42 PDT | Database | Reply | Adhoc AJI | I will admit... I got a little lazy and was looking for a quick answer! :) Anyway, I found my answer in the 'Database Design' manual. For those that are interested in the ... |
80 | 08 Apr 2014 @ 04:56 PDT | Database | Topic | Adhoc AJI | We are in the process of creating a star schema to be used in an adhoc environment. I have one fact table and five small dimensions of which one of them is the date dimension. I created... |
79 | 02 Apr 2014 @ 01:15 PDT | General | Reply | How we can replicate Tables structures between 2 teradata servers ? | You could use Atana Suite Delta Tool. Atana is like Toad for Teradata and has many tools that enhance productivity similar to your request.
You could SHOW the table in both environme... |
78 | 02 Apr 2014 @ 01:08 PDT | Database | Reply | NUPI and USI on the same column | Just a guess but maybe a NUPI on a set table with the possibility of duplicate row checks? Of course the USI would cover that. Maybe both are so fast it was a toss up! Wish I had ... |
77 | 28 Feb 2014 @ 02:20 PST | Viewpoint | Reply | One User Multiple Logons | Thanks Tuen! Yes... I was wanting to setup a generic id and let all users us it to log into Viewpoint. Of course I tried that and it didn't work so I just wanted to verify that I wa... |
76 | 28 Feb 2014 @ 02:18 PST | Database | Reply | SQL to generate a column name list | Thank you for the recommendation Craig!
Joe
|
75 | 26 Feb 2014 @ 02:12 PST | Tools | Reply | TTU 13.10 | I believe it is 4 backwards and 2 forward.
|
74 | 26 Feb 2014 @ 01:46 PST | Data Modeling | Topic | Surrogate vs business keys | I know what the documentation generally states about using surrogate keys vs business keys, but I would like to know what everyone in the real world is doing. I have a couple o... |
73 | 26 Feb 2014 @ 01:19 PST | Database | Reply | SQL to generate a column name list | I use the following in order to get a list of columns names in the order they are defined in the table. I use it to populate an insert/select when preserving data.
sel colu... |
72 | 26 Feb 2014 @ 01:08 PST | Viewpoint | Topic | One User Multiple Logons | Hi all,
Is there a way in Viewpoint to create one generic user called 'Monitor' that allows multiple logons at the same time? If not, is the best way to accomplish this ... |
71 | 15 Feb 2014 @ 04:58 PST | Database | Topic | Online backup performance | Generally speaking, can anyone tell me if online backups perform better than regular backups? In other words, if I am backing up a 500gb table, which method would back up quicker, online or r... |
70 | 15 Feb 2014 @ 04:55 PST | Database | Reply | dynamic index collect stats statement | Thanks Dieter... works very nicely now!
Joe
|
69 | 11 Feb 2014 @ 06:00 PST | Database | Reply | dynamic index collect stats statement | Found it!.... IndexType! I was pretty close to getting this to work. I tried running the following:
sel 'collect stats on ' || trim(databasename) || '.' || trim(ta... |