SQL Server 2008 Change Tracking (CT) and Change Data Capture (CDC)

Here are some notes on "SQL Server 2008 Change Tracking (CT) and Change Data Capture (CDC)" I took while attending an advanced class on SQL Server taught by Paul Nielsen (from http://www.sqlserverbible.com). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check … Continue reading SQL Server 2008 Change Tracking (CT) and Change Data Capture (CDC)

SQL Server 2008 XML Indexing

Here are some notes on "SQL Server 2008 XML Indexing" I took while attending an advanced class on SQL Server taught by Adam Machanic (http://sqlblog.com/blogs/adam_machanic/default.aspx). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check your facts on Books Online (I try … Continue reading SQL Server 2008 XML Indexing

SQL Server 2008 Client Design

Here are some notes on "SQL Server 2008 Client Design" I took while attending an advanced class on SQL Server taught by Adam Machanic (http://sqlblog.com/blogs/adam_machanic/default.aspx). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check your facts on Books Online (I try … Continue reading SQL Server 2008 Client Design

SQL Server 2008 Database Checking

Here are some notes on "SQL Server 2008 Database Checking" I took while attending an advanced class on SQL Server taught by Paul Randal (http://sqlskills.com/AboutPaulSRandal.asp). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check your facts on Books Online (I try … Continue reading SQL Server 2008 Database Checking

SQL Server 2008 Backup and Restore

Here are some notes on "SQL Server 2008 Backup and Restore" I took while attending an advanced class on SQL Server taught by Paul Randal http://sqlskills.com/AboutPaulSRandal.asp). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check your facts on Books Online (I … Continue reading SQL Server 2008 Backup and Restore

SQL Server 2008 Fragmentation

Here are some notes on "SQL Server 2008 Fragmentation" I took while attending an advanced class on SQL Server taught by Paul Randal http://sqlskills.com/AboutPaulSRandal.asp). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check your facts on Books Online (I try to … Continue reading SQL Server 2008 Fragmentation

SQL Server 2008 Partitioning

Here are some notes on "SQL Server 2008 Partitioning" I took while attending an advanced class on SQL Server taught by Kimberly Tripp (http://sqlskills.com/AboutKimberlyLTripp.asp). Please note that, although these notes were taken during the class, I might have added some of my own (mis)interpretation :-). Always check your facts on Books Online (I try to provide … Continue reading SQL Server 2008 Partitioning

Book Chapter on Improving SQL Server Performance

I stumbled upon a great document on how to improve SQL Server performance. It's actually a chapther in a book on "Improving .NET Application Performance and Scalability" from a "Patterns and Practices" prescriptive guidance. Here's a summary of what it covers: SQL: Scale Up vs. Scale Out Optimize the application before scaling up or scaling out. … Continue reading Book Chapter on Improving SQL Server Performance