15 | 03 Mar 2014 @ 12:45 PST | General | Reply | Get the Stored Procedure name currently executing |
you can verify all the queries that are currently being executed using the viewpoint or the performance monitor. if you want to know those which were executed today you can verify the DBQL ta... |
14 | 03 Mar 2014 @ 11:42 PST | Viewpoint | Reply | Session expiration time | On viewpoint under Admin>>viewpoint config>>General you have Session Timeout where you can set the session timeout.
|
13 | 03 Mar 2014 @ 11:34 PST | Viewpoint | Reply | TDWM / TASM rule set changes/modifications ? | in most of the TDWM tables you have the remove date and removetime columns. Also they have the created date and create time columns. the TDWM.RuleDefs table has the rule sets(RULEID) that are defin... |
12 | 03 Mar 2014 @ 11:24 PST | General | Reply | Invalid Timestamp Error | There is nothing like DUMMY_table in Teradata. The below would give you the output. However the below format might not show up in SQL Assistant but you can see that when you are running in BTEQ
Ei... |
11 | 03 Mar 2014 @ 09:44 PST | Tools | Reply | Error in FastLoad Script | From the error it appears that there is an issue with the source file /home.jugal/finsert.txt. The error says that there is a unexpected data format or a control character in an unexpected pos... |
10 | 28 Feb 2014 @ 02:10 PST | Database | Reply | Primary Index - for access | I do not think this would be the only query that runs on this table and always that this join will be there in all the associated queries. if otherwise, then that should not be a ba... |
9 | 28 Feb 2014 @ 12:11 PST | General | Reply | unwanted space is coming in resulted export file | usually the export results in a char format. Hence takes the length of the column and replaces with blanks. Instead, try casting all the columns to varchar(max(length of that column)). Also t... |
8 | 28 Feb 2014 @ 11:45 PST | Database | Reply | GRANT option | Also the level1 database needs to have select with grant on the level 0 else the intial select also will not work(from dblevel1 to dblevel0)
in short select will be given to a user on a datab... |
7 | 28 Feb 2014 @ 11:20 PST | Database | Reply | GRANT option |
In a normal scenario, the DBA's grant select access to a user on a view which directly points to a table but the table will not be given a direct access. The views usually are in a diff... |
6 | 28 Feb 2014 @ 10:20 PST | Database | Reply | Unused Secondary Indexes |
The below should give the space occupied by the secondary index on any table. First you need to collect demographics
COLLECT DEMOGRAPHICS
FOR databasename.tablename
INTO qcd ALL;
&n... |
5 | 27 Feb 2014 @ 12:14 PST | General | Reply | error: The format or data contains a bad character | Please remove the bracket after -1 as bolded below and it should work fine
on (a12.FiscalWeekID= cast(substr(a13.FiscalWeekId,1,4) as integer)-1||cast(substr(a13.fiscalweekid,5,2) as integer)).
&... |
4 | 27 Feb 2014 @ 09:59 PST | Database | Reply | Query Help | If they are in 2 different tables having the same structure, then a minus between the current and the previous versions of the table will give the once added and the minus from the previous to the ... |
3 | 27 Feb 2014 @ 08:57 PST | Database | Reply | sessions delayed due to throttles | Deepak,
The delayed sessions can be identified by verifying the dbc.qrylogtdwm table where delaytime is not null. In some cases the delaytime can be 0.
Based on the delaytime in the above, captur... |
2 | 02 Dec 2013 @ 03:42 PST | Database | Reply | Locking of the DBC tables | Thanks Dieter
|
1 | 30 Apr 2013 @ 01:53 PDT | Database | Topic | Locking of the DBC tables | we have batch jobs running 24 hours. Through out the day there are fastload jobs using multiple users which include dropping and rebuilding the tables. Due to this there are locks on the dbc tables... |