Docs Menu
Docs Home
/
Relational Migrator
/ /

Test Queries

On this page

  • Use Cases
  • Requirements
  • Get Started

Use the Test Queries pane to test SQL queries, views, and stored procedures converted by Query Converter. This feature uses the project's source and destination database connections and allows you to run the original SQL and converted MongoDB code. The results from each query are displayed on the Test Queries pane, allowing for a side-by-side comparison.

The Test Queries pane allows you to:

  • Compare your original and converted query results in a single place.

  • Increase your confidence in code automatically converted by the Query Converter.

  • See potential logic errors and edit the converted code before moving it to production.

To test converted queries in Relational Migrator, you must run the Query Runner Docker container. This container can be run locally or hosted remotely. For details, see Install Query Runner.

Back

Refresh Database Objects