Browse by Tags
All Tags »
SQL 2008 (RSS)
Sorry, but there are no more tags available to filter with.
I ran across a crazy behavior in the SQL Server 2008 CTP 6 tools around changing a table via the "Design" option in Object Browser. I typically script all changes to objects as I am not a fan of GUI development in general (and this may have
Read More...
Today I'm looking at one of my favorite SQL Server 2008 features, Change Data Capture (CDC from here). CDC collects insert, update, and delete activity against a SQL Server table and stores the details of the changes in a relational format.
Read More...