Activity overview
Latest activity by Diogo
Version 11.2.15 - September 22, 2021
Direct download link Features Top queries search is now available on Amazon RDS SQL Server, Azure SQL Managed Instance and Azure SQL Database Improvements Fixed an issue when indexing top queries to be searched. / comments
Version 11.2.15 - September 22, 2021
Direct download linkFeaturesTop queries search is now available on Amazon RDS SQL Server, Azure SQL Managed Instance and Azure SQL DatabaseImprovementsFixed an ...
Version 11.2.6 - July 23, 2021 Direct download link Fixes Fixes a regression that caused a crash when displaying alert details / comments
Version 11.2.6 - July 23, 2021Direct download linkFixesFixes a regression that caused a crash when displaying alert details
Version 11.0.22 has been released Direct download link
Improvements
Session query text on server overview pages maintain line breaks
Fixes Z247330 and Z247103 Fixed Backups page loading blank. / comments
Version 11.0.22 has been releasedDirect download link
Improvements
Session query text on server overview pages maintain line breaks
FixesZ247330 and Z247103 Fixed Backups page loading blank.
@vetpra could you please contact support and send your git folder so we can try having a look? / comments
@vetpra could you please contact support and send your git folder so we can try having a look?
The database clones should behave in the same way as any other database. This documentation from Microsoft suggests that there might be downtime and that the instance will be overwritten so may be the clones won't be available after upgrading. So the best approach might be to just recreate the clones after upgrading your SQL Server instance. / comments
The database clones should behave in the same way as any other database.This documentation from Microsoft suggests that there might be downtime and that the instance will be overwritten so may be t...
I think it would work as they seem normal .bak files but you would need to download the files to use them. We don't have any sort of integration that would download the backup files for you or read them from Azure. / comments
I think it would work as they seem normal .bak files but you would need to download the files to use them.We don't have any sort of integration that would download the backup files for you or read ...
If you run "git status" on the command line from the repository you're trying to link to does it also says there's nothing to commit? If that's the case could you please contact support and send the folder for your repository? / comments
If you run "git status" on the command line from the repository you're trying to link to does it also says there's nothing to commit?If that's the case could you please contact support and send the...
ilundhild the script you are showing should produce the error message as using constraints with system named for constraints is a bad practice because this way the constraint name will not be deterministic as our error message mentions and that will cause your constraint name to vary across different environments. / comments
ilundhild the script you are showing should produce the error message as using constraints with system named for constraints is a bad practice because this way the constraint name will not be deter...
Hi @atedw2 we did some improvements on this functionality for the version you mentioned. Could you please post some examples of the default constraints that are not being flagged? It will also help to see if they're wrapped in some BEGIN/END, IF/ELSE or TRY/CATCH block as that's what where our change focused on. / comments
Hi @atedw2 we did some improvements on this functionality for the version you mentioned.Could you please post some examples of the default constraints that are not being flagged? It will also help ...
It's the database name. There's a tooltip giving more information on the field: "Specify an existing database if you wish to use the same database for each build. If you want to use an Azure SQL Database, you must create a database and give the name here. SQL Change Automation cannot create a temporary database in Azure SQL Database." Regarding walkthroughs we have an example in our documentation under https://documentation.red-gate.com/display/SCA3/Use+the+Azure+DevOps+Build+extension+with+SQL+Change+Automation+Project / comments
It's the database name. There's a tooltip giving more information on the field: "Specify an existing database if you wish to use the same database for each build. If you want to use an Azure SQL Da...