SQL Prompt Standard Releases

Released: Jul 1, 2026

Atualizações na 11.4.0.25545

Recursos

  • Released a new AI preview feature, Redgate Assistant, a chat based AI interface within SQL Prompt that can be used to generate SQL, fix bugs, and more.
    • Redgate Assistant can be enabled in the SQL Prompt options, on the AI page, under the preview section.
    • It can be accessed through the SQL Prompt menu button, or through the keybind Alt-A.
    • Redgate Assistant is able to read the information inside your query editor window, database information (but not contents), and schema information.
    • Due...

Released: Feb 11, 2011

Updates in this release

Updates in V5.0

  • Find Invalid Objects
    SQL Prompt 5 enables you to easily find invalid objects in your database. This can be useful, for example, if you have inherited a legacy database and you want to know if objects are referencing other objects that no longer exist in the database.
  • Script Object as ALTER from a query window
    If you are navigating a query that contains a reference to an object, SQL Prompt 5 enables you to script out that object directly from the query window by pressing F12.
  • View...