How to Migrate SQL Server DB to Azure SQL Server DB
The Importance of learning SQL Programming Language
MySQL - How to convert all Database Tables and Columns to a specific Collation

Code-First vs Model-First vs Database-First: Pros and Cons A comparison of three different ORM Data Modeling Approaches: Code-First, Model-First and Database-First

When working with object-relational mapping (ORM) frameworks such as Entity Framework, we often have to choose between one of the three available approaches to model the data structure: Model-First, Database-First, and Code-First. Each one …

Code-First vs Model-First vs Database-First: Pros and Cons A comparison of three different ORM Data Modeling Approaches: Code-First, Model-First and Database-First Read More
SQL Server - Recuperare il Product Key da una installazione esistente
SQL - The ntext data type cannot be selected as DISTINCT because it is not comparable - How to Fix
MySQL Master-Master Replication setup in 5 easy steps

MySQL - How to find all Table Columns in all Databases with a given Collation Name - Character Set Name

If you've stumbled upon this post it probably means that you're trying to normalize the Collation of your Database(s), Table(s) and/or Column(s) to avoid hitting illegal mix type errors such …

MySQL - How to find all Table Columns in all Databases with a given Collation Name - Character Set Name Read More
Wordpress: Theme or Plugin not working as it should? Check for duplicate CSS or JS files

WordPress - How to perform Search and Replace on whole Database (post, pages, wp_options) using WP plugins or MySQL tools

Those who are frequently working with Worpress often find themselves operating mass-replace tasks throughout the whole WP Database. Such situation most likely arises in the following scenarios: WebSite URL change …

WordPress - How to perform Search and Replace on whole Database (post, pages, wp_options) using WP plugins or MySQL tools Read More