Learn how one company adopted, adapted, and learned from the Agile methodology.
The post Being Agile - A Success Story appeared first on SQLServerCentral.
SQL Server at Scale – Using an Archive Table – Part 2
In my previous tip, I explained how we are inclined to use archive tables and how they become increasingly problematic over time. This tip will focus on ways to mitigate the issues.
The post SQL Server at Scale - Using an Archive Table - Part 2 appeared first on SQLServerCentral.
The post SQL Server at Scale - Using an Archive Table - Part 2 appeared first on SQLServerCentral.
New Flyway Course on Redgate University
The post New Flyway Course on Redgate University appeared first on SQLServerCentral.
Is Azure SQL Database a Good Choice for your Database Applications?
In this article, we cover things you should know about Azure SQL Database and why this may be a good choice for your database applications.
The post Is Azure SQL Database a Good Choice for your Database Applications? appeared first on SQLServerCentral.
The post Is Azure SQL Database a Good Choice for your Database Applications? appeared first on SQLServerCentral.
Why bother automating?
Bob Pusateri, Database Engineering Lead at Salesforce, joined our recent Summit to discuss how automation can enable digital transformation. Listen in full.
The post Why bother automating? appeared first on SQLServerCentral.
The post Why bother automating? appeared first on SQLServerCentral.
Introducing the MySQL UPDATE statement
In the previous two articles in this series, you learned about SELECT and INSERT, two important data manipulation language (DML) statements in MySQL. In this article, I focus on the UPDATE statement, another valuable DML statement in MySQL.
The post Introducing the MySQL UPDATE statement appeared first on SQLServerCentral.
The post Introducing the MySQL UPDATE statement appeared first on SQLServerCentral.
Using SQL Backup in Development Work
For a development team, SQL Backup provides a simple way to restore development or test databases, if required, while minimizing the tedium of the task of taking, managing, and restoring the backups. We can generate the required backup commands in the GUI and then use them to construct a SQL script that backs up all the required databases. We can even use the backup commands in a beforeMigrate SQL callback, in Flyway, to make sure the current version is safely backed up before we run migration.
The post Using SQL Backup in Development Work appeared first on SQLServerCentral.
The post Using SQL Backup in Development Work appeared first on SQLServerCentral.
New Flyway Course on Redgate University
Flyway Desktop is the newest way to automate database deployments. In this brand new course Kathi Kellenberger provides an overview of DevOps, including definitions, tools, and demos of some of the advanced features available in Flyway Desktop.
The post New Flyway Course on Redgate University appeared first on SQLServerCentral.
The post New Flyway Course on Redgate University appeared first on SQLServerCentral.
