Released: Feb 11, 2011
Updates in this release
Updates in V2.1
- License deactivation is now supported
- Long running query alert now supports excluding by process name
- Improvements to email format
- Improvement to Job duration unusual alert
- Performance improvement when trace in running
- Long running query: Regex on new lines are treated as distinct new regex rather than a single regex with a new line in it
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...
Released: Feb 11, 2011
Updates in this release
Updates in V6.4
Maintenance Release that fixes issues in V6.0, plus:
- Include dependencies option
- Uses the SQL Compare 8.5 and SQL Data Compare 8.5 engines
Released: Feb 11, 2011
Updates in this release
Updates in V8.5
- A free add-in for SQL Server Management Studio that enables you to set data sources to compare and synchronize from within SQL Server Management Studio
- Fast deployment and Fast deployment projects: synchronization with one click (Pro feature)
- Support of handling databases under SQL Source Control (using the add-in)
Released: Mar 18, 2010
Updates in this release
Updates in 6.4
- Keyword support for restoring a database using the latest backups, including all available transaction log files
- Keyword support for backing up all user databases or all system databases on an instance
- Keyword support for specifying a different source database when restoring from disk (with 'LATEST' keywords)
Bug fixes and enhancements:
- DISCONNECT_EXISTING can now be used with RESTORE on databases that are already in a "Recovering" state
- Database name is now case-insensitive when...