Teradata sql grouping - response (1) by M.Saeed Khurram
Hi, You can use the following query to get all the aggregations. But to get report in this particular format you might have to use some reporting tool. CT Test ( Date_key DATE ,Location VARCHAR(10)...
View ArticleStroed Procedure:Executing succesfully without errors while calling but the...
Yes.It worked.Thanks Dieter.But one doubt is Why it does not work for dbc.tablesize?
View ArticleStroed Procedure:Executing succesfully without errors while calling but the...
It's working using dbc.TableSize, but it's not the best way to get that info. TableSize returns multiple rows per table while it's only a single row in TablesV
View ArticleScript to compare two databases (Tables and Views definitions) - forum topic...
All, I have to compare two databases (Tables and Views defintions), Both the databases have the same number of tables and views, but I have to investigate the difference in there definitions, for...
View ArticleStored procedures and permissions - forum topic by davidmarccram
Assume the existence of database A, user B, and user C. User B has SELECT access to database A. User C does not have access to database A. User B creates a stored procedure. The stored procedure...
View Articleneed a associated select query defined from view table in teradata? -...
@ Khurram Thanks.. i just tried many options and googled and finally i posted here This is from Prod so we don’t have the administrator access so we need to raise the request to get the details i am...
View Articleneed a associated select query defined from view table in teradata? -...
Its pretty strange, did you try same thing using BTEQ? Which provider you are using to connect SQLA? Is it ODBC or .Net Provider?
View ArticleTeradata sql grouping - response (3) by M.Saeed Khurram
welcome uco, Just for my interest, which tool you are using to make these reports?
View ArticleScript to compare two databases (Tables and Views definitions) - response (1)...
Hi Khurram, This script is not tested but I think you will get the logic easily. You can customize and expand more as per your requirements. Once you get the output, you can open in excel sheet or...
View Articleneed a associated select query defined from view table in teradata? -...
Yes, Kawish is right, I have read somewhere that ODBC also has a limit for string to show. I was just thinking of one possiblity, can we cast the result of SHOW Command?I think if its possible then it...
View ArticleScript to compare two databases (Tables and Views definitions) - response (2)...
Thank you Raja, I will try the script.
View ArticleScript to compare two databases (Tables and Views definitions) - response (3)...
You are welcome. Good luck, Raja
View ArticleDefault date column not aligning in xcel - forum topic by uco
Hi I have a date column in which the default low date is not not aligning with other dates in the columns here is the screen shot . LAST PMT DATE 10/31/2009 8/2/2005 9/18/2009 12/26/2007 12/13/2006...
View ArticleScript to compare two databases (Tables and Views definitions) - response (4)...
If you have access on DBC then you can write SQL statement to compare text for TVM.CreateText. You might need to join dbc.TVM with dbc.dbase to get appropriate result.
View ArticleDefault date column not aligning in xcel - response (1) by uco
the data is not apperaring in the post as I intended, 10/31/2009 8/2/2005 9/18/2009 12/26/2007 12/13/2006 3/15/2012 4/21/2009...
View ArticleScript to compare two databases (Tables and Views definitions) - response (5)...
Thank you Kawish, I will try to use this, but if you paste some sample query, It would be a great help :)
View ArticleDefault date column not aligning in xcel - response (2) by M.Saeed Khurram
Hi Uco, What I have understand is that you have a date format in source YYYY-MM-DD and you want this to export as 'DD/MM/YYYY' Please confirm, and also confirm that the sample values you have pasted...
View ArticleDefault date column not aligning in xcel - response (3) by uco
Hi Khurram Yes the date format in source is YYYY-MM-DD and I want to export as DD/MM/YYYY, Yes sample values are from exported file Thanks uco
View Article