Visual Expert for SQL Server
Key Features

Visual Expert is a must-have solution for the maintenance of your SQL Server Code.

Impact Analysis

Analyze the impact of a change in your code

Estimate what you should modify to accomplish a change.
Don't break your application after a change!

  • If I change this variable, what is the effect on my code?
  • If I add a parameter to a function, what else is affected?
  • If a table or column is changed, which code should I update?
  • Etc.
Read More

Scan for Security Vulnerabilities

Identify and fix Security issues in your code:

  • Hard coded user id & passwords 
  • Hard coded IP addresses.
  • Vulnerabilities to Injections attacks
  • Fields access/protection issues
  • Improper/unsecured use of encryption
  • and more...

Read the Tutorial    Check rules for Code Security

Review CRUD Operations in Your Code
(Create, Read, Update, Delete)

Generate a CRUD matrix, showing which SQL Server Objects access your data, and how. For instance, which Procedures Create/Read/Update/Delete which Tables.

  • Review dependencies between your SQL Server DB and your code.
  • Analyze the impact of changing your Schema, for example changing a table definition or adding an index.
  • Estimate code complexity and development efforts.
  • Find out which tables are never updated, deleted from multiple places, etc.
  • Make sure every process has at least one input (R) and one output (CUD).
Read More

Generate Diagrams from your Code

  • Visualize objects and dependencies.
  • Diagrams and source code are synchronized.
  • Select objects to generate a diagram
  • If needed, adjust objects position with an editor
  • Save, export and share your diagrams
Read More

Explore Complex Chains of Calls

Display callers and callees for procedures, tables, triggers... Navigate through your code.
Understand complex chains of calls. Explore all possible execution paths.
Drill down in the code, click on referenced methods or variables to see their definitions.

Call trees help evaluate the effects of modifications to your code.

Read More

Document your SQL Server Code

Generate documentation from the source code and create reference manuals in HTML.
Automatically generate the documents on a regular basis (scheduled job).
Document the references in your code. Easily navigate between these using hyperlinks.
Keep your documentation always up-to-date. Share knowledge with teammates.

Read More    Sample Reference Documentation

Code Comparison

Try a new approach for code comparison:

  • Run application-wide comparisons, not only for a file or an object.
  • Comparisons are based on the code structure, more powerful than text comparisons
  • Browse differences in a container hierarchy. Drill down to find relevant changes.
  • Find differences for a given object, or object category: Procedures, Tables, Triggers...
  • Save "snapshots" of your code on a regular basis, and compare them anytime.
Read More

Improve Code Performance

  • Find the slowest procedures, functions, triggers
  • Reduce the time to access a given table
  • Break down the execution time of a large object into sub-queries or instructions.
  • Decompose the performance of a chain of calls
Read More

Improve Code Quality

Cleanup the code. Streamline maintenance efforts. Avoid unexpected behavior.

  • Identify unused objects and remove some dead code.
  • Find empty methods, duplicated objects, oversized or uncommented scripts.
  • Calculate code metrics: lines of code, number of objects, methods, variables…
  • Check naming conventions.
  • Find objects that do not inherit from an ancestor etc.
  • You can check your code against hundreds of rules

Code Review Sample doc      Checkout Rules for Code Quality

Continuous Code Inspection

Increase the quality and security of your code.
Reduce technical debts and maintenance costs.

Automatically scan your SQL Server code for defects by integrating continuous inspection into your CI/CD pipeline. You will ensure that the code developed by each member of your team complies with quality and security requirements before deployment.

Read More

Understand Complex Code

When maintaining complex applications, you may need to learn more about the code.
Visual Expert is the perfect companion for your development tool: TOAD or others.

Explore the application structure. Understand its inner workings.
Navigate in your code via hyperlinks: each reference comes with a link to the referenced item.
Tooltips provide useful information about objects, methods and variables.
Lots of advanced feature will screen your code under various angles.

How It Works

  1. Code Parsers analyze your code, and store the Analysis in a Repository.
  2. You can then query this repository to learn more about your code
  3. Standalone configurations (Professional Edition) run all components on a single PC.
  4. Recommended for small/medium volumes of code.
  5. In Client/Server configurations (Team System), Code Analyzers and Repository reside on a server. Developers run a VE client on their PC and access the shared Repository.
  6. Code Analysis and Documentation are automatically generated with Scheduled Jobs.

Collaborative Features

The Perfect Companion for Your Development Tool

Visual Expert provides a set of innovative features, that complement your preferred development tool.

Basically, your create the application with your development tool, then Visual Expert analyzes your code to help maintain and optimize it.

Feedback from our clients