'I judge people by their own principles – not by my own.'- Martin Luther King
Tuesday, 15 November 2016
Quote of the Day
Monday, 31 October 2016
Business in A.P and Telangana
Sunday, 30 October 2016
Thought of the day
Saturday, 29 October 2016
How can I achieve Peaceful mind?
Yes, you are aware of all stereotypical methods to get peaceful mind, but here is available some non-conventional methods. That is "Ignore", if you simply ignore what other people think about you, you can have 99℅ chances to achieve peace.
Also do not try to impress everybody since it's very tough job to satisfy and win everyone, for that you need to waste time,money or both in some cases. If you no more required to impress others you are saving that time. Do some useful work with that time.
Make yourself busy with something to avoid some talkative people and non sense debates on politics and movies and especially on third person.
Thursday, 27 October 2016
Thought of the Day
It's better to follow your own path imperfectly, than following others path perfectly. - Bagavad Gita.
Monday, 17 October 2016
How to find table wise list of column in Teradata
Example:-
SELECT * FROM DBC.COLUMNS;
Above query will show all the tables and their columns.
If you know the table or view name then you can specify that in the where condition.
Example:-
SEKECT * FROM SBC.COLUMNS
WHERE TABLENAME = 'TABLE_NAME';
Thursday, 13 October 2016
Grant privileges to user in Teradata
Saturday, 8 October 2016
How to know Oracle Client / Server is install on your machine
How to know whether Teradata Utilities are install on your compauter
Thursday, 8 September 2016
How many LOB columns Teradata allows?
Saturday, 3 September 2016
How many view / micro we can have as nested in Teradata?
How many columns we can have as Foreign & Parent Key?
How many tables can refer a table in Teradata?
How many per table referencail constraints we can have in Teradata?
How many per table constratints per table we can have in Teradata?
How many seconday / join indexes we can have in Teradata?
How many per index column we can have in Teradata?
What is the maximum length of the column name or table name in Teradata?
What is the maximum size of LOB data type in Teradata table?
How many columns we can have per view in Teradata?
How many LOB columns we can have in a single Teradata table?
How many columns we can have in a single Teradata table?
We can have 2048 Columns per table.
How many journal we can have in Teradata database?
We can have 1 Journal tables per database.
How many tables we can have in Teradata database?
Saturday, 27 August 2016
Remove password for excel file
1. Use the password to open the document.
2. Click the Microsoft Office Button image, point to Prepare, and then click Encrypt Document.
3. In the Encrypt Document dialog box, in the Password box, delete the encrypted password, and then click OK.
4. Save the file.
Set password for excel file
1. Click the Microsoft Office Button point to Prepare, and then click Encrypt Document.
2. In the Encrypt Document dialog box, in the Password box, type a password, and then click OK.
3. In the Confirm Password dialog box, in the Reenter password box, type the password again, and then click OK.
4. To save the password, save the file.