Database Navigator
With the Database Navigator, you can see all database object, nicely organized in a tree. Double click or right click offers you a great deal of functions available or opens the right editor for the selected object. And what's even better, if you have selected, for example, an index, expand the node to see to what table it belongs. The tree is fully recursive! You just cannot get lost in your database!
Statement Recording
One of the great tools available is the recording of DDL and SQL statements that are executed on a connection. Use it to keep track of your changes and queries, use it to compile a script that you have to run at remote sites to bring your database structure to the same level. Use it for whatever you like, you have it available!
Extract MetadataYou can extract your metadata statements right from the tree - just click the 'extract DDL' button and off you go. Extract the complete database, just the tables etc etc. A dialog with additional options will be displayed or use the DDL Extract Wizard which allows you to select each object you want to extract.
Always keep a copy of your database metadata - and generate it with Database Workbench.
Server Specific FunctionalityFrom the Database Navigator, you have access to server specific functionality related to databases. For example, for InterBase, there are monitoring features, while MS SQL Server offers table fragmentation and space usage information.
|