Seth Delconte NULL-Friendly: Using Sparse Columns and Column Sets in SQL Server Sparse columns and column sets in SQL Server 2012 provide a way of accomodating the less-structured data that has always... 10 July 2012 14 min read
Randolf Geist Dynamic Sampling (III) – Real-Life Data – Part II In the previous installment of this series we saw that Dynamic Sampling wasn’t of great help when dealing with certain... 05 July 2012 11 min read
Warwick Rudd Encrypting Your SQL Server 2012 AlwaysOn Availability Databases It is likely that you'll want to add a database with TDS Encryption to your AlwaysOn Availability Group. If you... 04 July 2012 8 min read
Robert Sheldon Working with SSIS Data Types In order to be able to take data from a variety of sources, manipulate it, and then export it to... 02 July 2012 14 min read
Phil Factor Handling Constraint Violations and Errors in SQL Server The database developer can, of course, throw all errors back to the application developer to deal with, but this is... 29 June 2012 27 min read
Doug Burns How I Learned to Love Pictures: OEM Performance Page Fundamentals The following video and set of resources are from the webinar broadcast by Red Gate on 03 July 2012. Watch... 26 June 2012 1 min read
Glenn Berry Provisioning a New SQL Server Instance – Part One Before you even install SQL Server, there a number of preparatory steps you need to take in order to get... 21 June 2012 11 min read
Randolf Geist Dynamic Sampling (III) – Real-Life Data – Part I In the previous parts of the series I outlined the basics on Dynamic Sampling. Let’s see how Dynamic Sampling deals... 20 June 2012 9 min read
Dominic Delmolino Pascal matrix SQL puzzle solution I’ve been impressed with the solutions to my little problem of generating a symmetric Pascal matrix using SQL. Charles Hooper in particular has provided... 19 June 2012 1 min read
Laerte Junior The PoSh DBA – The Attributes of Advanced Functions Once you pass that point of just hurriedly writing PowerShell scripts for immediate use and start to write PowerShell functions... 19 June 2012 18 min read
Randolf Geist Nested Loop Join Costing The basic formula for calculating the costs of a Nested Loop Join is pretty straightforward and has been described and... 14 June 2012 2 min read
Martin Giffy DSouza SELECT INTO Techinques One thing that bothers a lot of PL/SQL developers is when they have to select some data from a table... 13 June 2012 1 min read
David Njoku Introduction to Oracle Flashback Technology (Part 3: Flashback Database) In this series of articles, we are discussing the collection of tools that make up the Oracle Flashback Technology suite.... 12 June 2012 6 min read
Alex Kuznetsov Developing Low-Maintenance Databases Alex's team of developers are geared to doing rapid development of database applications in a busy corporate setting, yet take... 12 June 2012 21 min read
Annette Allen SSIS Basics: Adding Data Flow to Your Package Annette continues her popular series for SSIS beginners by showing how a data flow task can be used in a... 12 June 2012 16 min read
Cary Millsap An Organizational Constraint that Diminishes Software Quality One of the biggest problems in software performance today occurs when the people who write software are different from the... 11 June 2012 1 min read
Peter Larsson The Road to Professional Database Development: Database Normalization Not only is the process of normalisation valuable for increasing data quality and simplifying the process of modifying data, but... 07 June 2012 27 min read
David Njoku Introduction to Oracle Flashback Technology (Part 2: Database Administrators) In the first in this series of articles on the tools in the Oracle Flashback Technology armoury, I discussed what... 31 May 2012 6 min read
Jonathan Lewis Ch-ch-ch-ch-changes For those not familiar with Richard Foote’s extensive blog about indexes (and if you’re not you should be) – the title of... 29 May 2012 2 min read
Joe Celko SQL View: Beyond the Basics Following up from his popular article, SQL View Basics, Joe delves into the main uses of views, explains how the... 28 May 2012 13 min read