SQL Server & Sybase Features in MyEclipse
1. Get Additional SQL Server and Sybase Features in MyEclipse
The extended SQL Server and Sybase features described in this document are not available to MyEclipse Standard subscribers. Extended features currently cover procedures, functions, triggers, and views.

Overview of extended
SQL Server nodes in MyEclipse
2. Node Types & Features
View

Generate DDL for
views

View info
Procedure

Open procedure

Procedure info


Run procedure
Function (SQL Server Only)

Open function

Function info
Run function
Trigger

Open trigger

Trigger info
Show sp_help
The Show ‘sp_help’ action returns additonal information for any object and displays it in the SQL Results view. It is demonstrated here with a Procedure node.


Show ‘sp_help’
3. Resources
- SQL Server at MSDN
- Sybase Inc – Product Manuals
- To learn more about JDBC visit Sun Microsystems