Home Home Screenshots Download Documentation Contact Licensing Licensing

Documentation: Aqua Data Studio 6.0 - New Features     HTML Documentation download, ZIP: ads-docs.zip (Size: 20MB) / ads-docs-no-shots.zip (Size: 368KB)
  Getting Started
  Installation
  JDBC Drivers
  I. Oracle
  II. DB2 UDB
  III. SQL Server
  IV. Sybase ASE
  V. Sybase Anywhere
  VI. Sybase IQ
  VII. Informix
  VIII. PostgreSQL
  IX. MySQL
  Memory Configuration
  Character sets
  Registering Servers
  I. MSDE 2000
  II. SQL Express 2005
  III. PostgreSQL SSL
  Application
  I. Browser and Scripting
  II. Visual Editing
  III. SQL History
  IV. Shortcut Toolbar
  V. Key Mappings
  VI. Custom Keymap Profiles
  VII. Options
  VIII. Settings
  Query Window
  I. Basics
  II. Toolbar
  III. Server Side Comments
  IV. SQL Automation
  V. Variable Binding
  VI. Results
  VII. Save Results
  VIII. Auto-completion
  IX. SQL Formatter
  X. Permissions
  XI. Parameterized
  Editors
  I. SQL Editor
  II. Text Editor
  III. HTML Editor
  IV. XML Editor
  V. Regular Expressions
  Image Viewer
  Visual Explain Plan
  I. Basics
  II. Explain Plan
  III. Explain Diagram
  IV. Whiteboard
  Procedure/Package Editor
  Tools
  I. Table Data Editor
  II. Script Generator
  III. ER Diagram
  IV. Query Builder
  V. Import Tool
  VI. Export Tool
  VII. Execution Monitor
  Difference Tools
  I. Schema Diff
  II. Tab Diff
  III. Directory Diff
  IV. File Diff
  V. Copy History Diff
  Oracle DBA Tools
  I. Instance Manager
  II. Storage Manager
  III. Rollback Manager
  IV. Log Manager
  V. Security Manager
  VI. Session Manager
  VII. SGA Manager
  VIII. Server Statistics
  SQL Server DBA Tools
  I. Instance Manager
  II. Storage Manager
  III. Security Manager
  IV. Session Manager
  V. SQL Agent Manager
  Sybase DBA Tools
  I. Instance Manager
  II. Storage Manager
  III. Security Manager
  IV. Session Manager

Aqua Data Studio Query Analyzer permissions based on server types and server connections, allow users to prevent catastrophic mistakes by restricting what type of SQL statements may be executed in the query window by a user. A user may set default application permissions for production, development and test servers which will automatically set permissions when registering new server. Permissions may then be customized per server in the Server Registration dialog's permission tab. If the user attempts to execute an SQL statement that he does not have permissions for, then an error message will be displayed in the results indicating that he does not have permissions to do so.

Default Permissions are defined in File->Options->Permissions to set the default permissions by server type. The Server Registration dialog contains permissions tab to specify Query Analyzer permissions. Permissions are set by selecting Server Type, and are modifiable after server selection.

Permissions:

  • Allows SELECT Statements - Determines whether SELECT statements may be executed in the Query Analyzer window for this server connection.
  • Allows INSERT Statements - Determines whether INSERT statements may be executed in the Query Analyzer window for this server connection.
  • Allows UPDATE Statements - Determines whether UPDATE statements may be executed in the Query Analyzer window for this server connection.
  • Allows DELETE Statements - Determines whether DELETE statements may be executed in the Query Analyzer window for this server connection.
  • Allows TRUNCATE Statements - Determines whether TRUNCATE statements may be executed in the Query Analyzer window for this server connection.
  • Allows DDL Statements - Determines whether DDL (CREATE/ALTER/DROP) statements may be executed in the Query Analyzer window for this server connection.
  • Allows All Ohter SQL Statements - Determines whether SQL statements other then SELECT, INSERT, UPDATE, DELETE, TRUNCATE, CREATE, ALTER or DROP may be executed in the Query Analyzer window for this server connection.
  • Visual Editing: Allows CREATEs: Determines whether CREATEs are allowed for objects for servers.
  • Visual Editing: Allows ALTERs: Determines whether ALTERs are allowed for objects for servers.
  • Visual Editing: Allows DROPs: Determines whether DROPs are allowed for objects for servers.
  • Visual Editing: Allows View Properties: Determines whether Viewing Properties for objects is allowed for servers.

Query Permission Options
Query Permission Example
Home Screenshots Downloads Documentation Support Licensing Contact Copyright© 2001-2006 AquaFold, Inc. All Rights Reserved