Skip to content
erdomke-ansys edited this page May 4, 2022 · 8 revisions

Innovator Admin is a Windows tool for querying and (to a lesser extent) administrating databases. It is the ideal tool for administrating Aras Innovator PLM systems featuring an advanced AML query editor (with full intellisense) along with streamlined tools for exporting solutions from one database and importing them into another (e.g. during DEV to PROD migrations). It is also quickly becoming a great tool for querying SQL Server databases (with intellisense for SQL queries) among other data sources. The tool implements a number of different features including those described below:

  • Intellisense Queries: smart auto-completion helps you write queries faster by giving you relevant information when you need it
  • Table of Contents: renders the structure of the data source as a nested tree of elements
  • Table-based editing of data: allows you to write a query and display the results in an editable table such that edits can be saved back to the data source
  • Schema migration: tools for moving developed solutions from one environment to another (e.g. from DEV to PROD environments)
  • Unit testing: tools for automated testing of developed solutions