Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting List of all databases on server

Status
Not open for further replies.

neemi

Programmer
May 14, 2002
519
GB
Is there a way I can get list of all the databases on the server when i am logged into teradata sql assistant?

apologies for any dumn questions.

Cheers,
Nims

 
Certainly, but the problem is finding out which ones are useful :)

Code:
SELECT * FROM DBC.Databases
...will also pull up user databases. Remember, just because you can see a database's information, doesn't mean you have access to query it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top