Supports On-Going Development
MUST is designed to allow you to continue using Access as a RAD tool for developing new additions to applications, which it can then subsequently upsize into
your existing databases, this is very useful where new components in an application may be developed by staff who are unable to directly develop in SQL Server.
Existing SQL Server databases can be analysed and used to populate a data dictionary against which new components can be checked for compatability.
Maps existing SQL Server databases
MUST allows you to upsize against an existing SQL Server database which could contain tables and other objects.
The tool will analyse the existing SQL Server database and build a data dictionary of Schemas, Tables and Fields, against which it can check that new work will not be in conflict with existing objects. This also means that if you have already upsized your databases, and want to convert queries to SQL Server Views and Stored Procedures, the SQL can be validated against the target server.