Fix Insite and SQL Validation

Hi TMS Team,

I think that adding SQL validation section to your Fix Insight product will make it super interesting tool for modern tasks:

  • many Developers are working with DB and sometimes the app itself is all about DB access
  • errors or not optimized queries and stored procedures may be a source of serious issues
  • not everything may be tested, because some SQL executed under some conditions only
  • for Web/FMX/BIZ is important to optimize the volume of data, performance and load
  • Delphi apps have very long history - may include thousands of queries and sp that were created in late 90's and continued until now. Example: just one of data modules in old Delphi app, we have 600 + tables in DB.

Thanks again.