Tag: sql
All the articles with the tag "sql".
FluentMigrator timeout when adding a new column to a large table
Published: at 12:00 PMDiscusses the challenges and solutions for adding a new column to a large table using FluentMigrator, including handling timeouts and adjusting SQL command timeout settings.
Deploying Database Migrations in .NET Using FluentMigrator, TeamCity, and Octopus Deploy
Published: at 09:30 AMA practical guide to database migrations in .NET using FluentMigrator, covering challenges with existing databases, deployment strategies with Octopus Deploy and TeamCity, and overcoming migration complexities. This post provides insights into automation, version control, and structured schema changes for efficient database management.
Visual Representation of SQL Joins
Published: at 09:16 AMA visual guide to understanding different types of SQL joins, including INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN, with visual aids to help grasp the concepts.