dbForge SQL Complete V6.9.16

Released: Oct 5, 2021

V6.9.16 버젼 업데이트

기능

  • Added support for CONSTRAINT suggestions in ALTER TABLE statements.
  • Added support for UPDATETEXT which can be used to update existing text, ntext, or image as a whole or just partially.
  • Added support for DISTRIBUTED_AGG in SELECT - GROUP BY. The DISTRIBUTED_AGG hint can now be used in the SELECT - GROUP BY clause.
  • Added support for ALTER/DROP DATABASE SCOPED CREDENTIAL.
  • Added support for Configuration Options for Query Store in ALTER DATABASE.
  • Added support for WAIT_AT_LOW_PRIORITY in ALTER TABLE…SWITCH PARTITION.
  • Added support for new keywords in ALTER DATABASE SCOPED CONFIGURATION.
  • Added support for CREATE/ALTER/DROP EVENT SESSION session_name ON DATABASE (for Microsoft Azure SQL).
  • Added support for ALTER SERVER CONFIGURATION in MEMORY_OPTIMIZED options.

수정사항

  • Fixed bug when working with the Output window.
  • Fixed bug when closing SSMS with an active debugging session.
  • Fixed bug when parsing scripts in the project.
  • Fixed bug with SSMS that is not responding when working with multiple instances running simultaneously.
  • Fixed bug with showing the Manual Activation button.
  • Fixed error when loading dependent assembly for execution history.
  • Fixed error while loading the application cache file.
  • Incorrect processing of an exception when connecting to the server with an already unloaded module of SQL Complete.
  • Incorrect processing of an exception in execution history when the module of SQL Complete has already been unloaded.
  • Integration error when starting SQL Complete.
  • Inserting an empty line between ELSE and IF when formatting with the Add empty lines around IF statement option.
  • Tooltip of the view columns, the DDL of which can be located above in the current script or project.
  • Work of the Code Outlining functionality in SSMS v18.