How to count how many tables in a DB?

Casper

ProgressTalk.com Moderator
Staff member
You also should read the documentation:
Database essentials:
http://www.psdn.com/library/servlet/KbServlet/download/6125-102-34985/gsdbe.pdf

and

The database administration guide (essential for a DBA-er):
This contatins all the usefull information you need, especialy the "maintaining and monitoring your database" chapter is very informative:

http://www.psdn.com/library/servlet/KbServlet/download/6146-102-35081/dmadm.pdf

also Dan foreman has a very elaborate checklist for doing a dump/load. If you want to follow that exactly: It is a matter of taste. But it can give you some idea on what you can do.
http://www.psdn.com/library/servlet/KbServlet/download/2199-102-2683/DumpLoadCheckList.doc

Tom Bascom (wss) wrote some excellent articles which Thomas has already pointed out.

It is also beneficial to browse through the various exchange presentations, and search at PSDN: http://psdn.progress.com.

Well hope this helps,

Regards,

Casper.
 
Top