SQLAuthority News – Microsoft SQL Server Migration Assistant 2008 for MySQL v1.0 CTP1
SQL SERVER – Change Collation of Database Column – T-SQL Script – Consolidating Collations – Extention Script
SQLAuthority News – Download IIS Database Manager
SQL SERVER – Plan Caching and Schema Change – An Interesting Observation
SQL SERVER – Difference between SQL Server Express and MySQL
Both SQL Server express and MySQL are two of the Relational Database Systems (RDBMS) available today. Both are freely available and meant for running smaller or embedded databases, yet there are also significant differences between them.
SQL SERVER – Introduction to Change Data Capture (CDC) in SQL Server 2008
Simple-Talk.com has published my very first article on their site. This article is introducing Change Data Capture – the new concept introduced in SQL Server 2008. Change Data Capture records INSERTs, UPDATEs, and DELETEs applied to SQL Server tables, and makes a record available of what changed, where, and when, in simple relational ‘change tables’ rather than in an esoteric chopped salad of XML. These change tables contain columns that reflect the column structure of the source table you have chosen to track, along with the metadata needed to understand the changes that have been made.