57691 | 13 Jun 2016 @ 02:38 PDT | kk_newuser | Database | Reply | How to Reduce Table Space | Hi ,
you can decrease the length of the column incase it defined large at the time of table creation than actual data size.
In my project , we have decreased decimal data type and sav... |
57690 | 13 Jun 2016 @ 12:35 PDT | aneelkumar04 | Database | Reply | How to Reduce Table Space | Hi Carlos,
Thank you for Response. Compressoin already there.
Thank you,
Anil
|
57689 | 13 Jun 2016 @ 12:26 PDT | CarlosAL | Database | Reply | How to Reduce Table Space | Hi.
Compression (in any of the options that Teradata allows) is your best chance.
Cheers.
Carlos.
|
57688 | 12 Jun 2016 @ 11:23 PDT | Pratyus_Vabtos1 | Tools | Reply | TD utilities and JAVA. | Hello All,
I am trying to perform dataloading from one teradata db to another teradata db using fastexport and fastload. But i am not being able to underst... |
57687 | 12 Jun 2016 @ 11:06 PDT | aneelkumar04 | Database | Topic | How to Reduce Table Space | Hi Experts,
One my of Teradata table occupying 2700.25 GB of Space. I did some intial analysis on this table. I have checked everything looks good i.e Primary index (NUPI), Skew everything fine. I... |
57686 | 12 Jun 2016 @ 10:54 PDT | keerthi1987 | Database | Reply | No spool space error,when running SP in BTEQ. | Hi,
We fetch data from one table and stored that results to global temporary table and we perform some aggregation function and union all the results.Using that result update that into new table.
... |
57685 | 12 Jun 2016 @ 09:10 PDT | qasim | Tools | Reply | Arcmain | Hi,
I dont have Tays Id, Is there any other way?
|
57684 | 12 Jun 2016 @ 04:26 PDT | M.Saeed Khurram | Tools | Reply | Arcmain | Hi,
If you have access to tays, then you can download the Arcman cleint from downloads on Tays. The installation steps depends on your OS. you will find the installation guide there as well.
Br,
... |
57683 | 12 Jun 2016 @ 12:56 PDT | qasim | Tools | Topic | Arcmain | Hi All,
Kindly anyone can advise me from where and how to install Arcmain?
|
57682 | 11 Jun 2016 @ 10:44 PDT | amittera | Database | Reply | TPT load in informatica giving CLI Error | I will take that point but , dont think , it has to do something with the collection of stats, App team is pretty mature and they do take care on this very carefully. normally thier code is just pe... |
57681 | 11 Jun 2016 @ 08:21 PDT | ramesh.bheri | Database | Reply | Calling a teradata stored procedure by shell script | Hi Dieter ,
thanks for the clarification .
My actual requirement is like i wil have a table which contains set of insert statement . I need to run all those insert statements picking one by one f... |
57680 | 11 Jun 2016 @ 08:20 PDT | Prabhakar Thangapandi | Database | Reply | TPT load in informatica giving CLI Error | I don't think increasing to 740 might be a good idea. That affect entire database and may risk the whole application. Please see if collect stats prior to load on all invloved table works. Also pl... |
57679 | 11 Jun 2016 @ 07:11 PDT | amittera | Database | Reply | TPT load in informatica giving CLI Error | The iss for us is relating now at the Login time out issue which we are now recommeding to increasing to 740 sec, as a temp workaround, also there is a patch involved to be done at Informatica serv... |
57678 | 11 Jun 2016 @ 07:56 PDT | Prabhakar Thangapandi | Database | Reply | TPT load in informatica giving CLI Error | Hi amit, as said earlier collect stats on the source tables helped a bit. But as the volume grew over the period from 40 million to 250,50million, the issue repeated. DBA suggested to use TPT with... |
57677 | 11 Jun 2016 @ 07:34 PDT | dnoeth | Database | Reply | Calling a teradata stored procedure by shell script | You can't create SPs in BTEQ like this (but in SQL Assistant).
The SP source code must be stored in a file and then it's:
.COMPILE FILE = my_sp_source.txt;
|
57676 | 11 Jun 2016 @ 04:17 PDT | ramesh.bheri | Database | Reply | Calling a teradata stored procedure by shell script | Hi All,
I'm new to stored procedure in Teradata. Im trying to create a simple store procedure which would insert one record into table using unix script.
I'm unable to create as it is thr... |
57675 | 11 Jun 2016 @ 03:24 PDT | dnoeth | Database | Reply | How to declear Macro Variable? | Global and session level parameters in SQL
|
57674 | 11 Jun 2016 @ 03:19 PDT | dnoeth | Analytics | Reply | Help extracting select time period records ( rank / any other way) | You simply need to check the next row's values:
select COLA, COLB, COLC,
min(COLB) over (partition by COLA order by COLC) as nextCOLB,
min(COLC) over (partition by COLA order by COL... |
57673 | 11 Jun 2016 @ 03:13 PDT | dnoeth | Database | Reply | TERADATA on Windows 10 | I'm running VMs on three generations of INTEL NUCs using i3 CPUs.
|
57672 | 11 Jun 2016 @ 03:00 PDT | dnoeth | Database | Reply | Calling Dnoeth your expert opinion is requried and a easy question. Please respond. |
Spool/Temp/Perm space is always divided by the number of AMPs in the system
Well, the meaning of always implies no exception :)
|
57671 | 11 Jun 2016 @ 02:53 PDT | dnoeth | Database | Reply | Subtracting Timestamps as decimals hours | Well, TimeStamp_Diff_Hours <> TimeStamp_Diff_Seconds
|
57670 | 11 Jun 2016 @ 02:50 PDT | dnoeth | Database | Reply | Copying trillions of data to new table | This should run fast as it's based on the partitioning column.
Is there a Join Index defined on the table, can you post Explain?
|
57669 | 10 Jun 2016 @ 10:30 PDT | amittera | Database | Reply | TPT load in informatica giving CLI Error | Guys,
Do we have any clue to this issue if it got resolved. We tried checking Informatica/ network etc.
Many blogs suggst its issue at the clinet side i.e configuration etc, b... |
57668 | 10 Jun 2016 @ 03:02 PDT | International83 | Tools | Topic | BTEQ Import Latest Flat File | Hello experts,
I am using BTEQ and need some help to create a solution to dynamically pick a pipe delimited file based on the latest time stamp. I have heard about the .OS RM command but will dele... |
57667 | 10 Jun 2016 @ 02:23 PDT | fgrimmer | Teradata Studio | Reply | Is there a way to modify Connection Properties of DB Connections through some external Windows config file? | It will import any new connection profiles or overwrite existing ones that match the name. Possibly another option is to modify the host files that map the database server names?
|