Edward Charbeneau Using SASS and Compass in ASP.Net MVC with Web Workbench The Designers of CSS never envisaged the demands that we make of styles. However, preprocessors such as SASS can provide the obvious missing features such... 19 February 2013 22 min read
Phil Factor PATINDEX Workbench The PATINDEX function of SQL Server packs powerful magic, but it is easy to get it wrong. Phil Factor returns to the Workbench format to... 12 May 2011 14 min read
Robert Sheldon XML Data Modification Language Workbench XML Data Modification Language (XML DML) allows you to modify and update XML data. When working with SQL Server Databases, this is the most efficient... 28 April 2009 21 min read
Joe Celko Median Workbench SQL Server database engine doesn't have a MEDIAN() aggregate function. This is probably because there are several types of median, such as statistical, financial or... 05 April 2009 15 min read
Robert Sheldon Full-Text Indexing Workbench Robert Sheldon continues his guide to Full-Text Indexing, by putting down his pen and reaching for SSMS for a practical workbench on Full-Text indexing. There... 02 February 2009 11 min read
Phil Factor Robyn Page SQL Server Matrix Workbench In this workbench, Robyn Page and Phil Factor decide to tackle the subject of Matrix handling and Matrix Mathematics in SQL. They maintain that 'One... 15 November 2008 13 min read
Phil Factor Robyn Page Database Design Workbench – Keys Robyn Page and Phil Factor explore the innocent subject of Keys for their latest workbench. Everybody knows about keys. Oh yeah? Phil Factor ends up... 19 September 2008 18 min read
Phil Factor Robyn Page SQL String User Function Workbench: part 2 In which Robyn and Phil continue with their popular series on TSQL String User-functions. In this final episode, they pull together the themes from their... 28 April 2008 14 min read
Phil Factor Robyn Page SQL String User Function Workbench: part 1 Robyn and Phil go back to basics and hammer out some basic String-handling User Functions in TSQL, based on Python examples. Plenty of sample code,... 15 April 2008 15 min read
Getting HTML Data: Workbench Robyn and Phil start their investigation into XHTML by showing how to use TSQL to parse it to extract data, and demonstrate how to turn... 27 March 2008 17 min read
Phil Factor Robyn Page TSQL String Array Workbench Robyn and Phil show how to use XML-based arrays to make string handling easier in SQL Server 2005/2008, and illustrate the techniques with some useful... 16 March 2008 17 min read
Phil Factor Robyn Page TSQL Regular Expression Workbench Robyn and Phil start by writing a gentle introduction to using Regular expressions for validation, data cleaning and data import in TSQL, and finally end... 27 November 2007 19 min read
Phil Factor Robyn Page Importing Text-based data: Workbench Robyn and Phil return with some fresh ideas about how to import text files into SQL Server, without resorting to DTS or SSIS scripting. They... 23 October 2007 16 min read
Adam Machanic Service Broker Advanced Basics Workbench SQL Service Broker, an asynchronous queuing and messaging system for SQL Server 2005, is set to change the way we design and run distributed applications.... 15 October 2007 34 min read
Adam Machanic Service Broker Foundations Workbench SQL Service Broker, an asynchronous queuing and messaging system for SQL Server 2005, is set to change the way we design and run distributed applications.... 14 August 2007 18 min read
Phil Factor Robyn Page Crosstab Pivot-table Workbench Robyn and Phil turn their attention to the bedrock of management reporting, the Pivot Table. Under Phil's 'wild man' influence, they end up with some... 22 July 2007 16 min read
Phil Factor Robyn Page RSS Newsfeed Workbench Robyn and Phil decide to build an RSS newsfeed in TSQL, using the power of SQL Server's XML. … 06 July 2007 12 min read
Phil Factor Robyn Page XML Jumpstart Workbench In which Robyn and Phil decide that the best way of starting to learn XML is to jump in and take a ride around the... 27 June 2007 9 min read
Phil Factor Robyn Page SQL Server Grouping Workbench A gentle lesson about GROUP BY on the Nursery Slopes develops gradually into a wild ride off-piste amongst the pine-trees.… 26 April 2007 17 min read
Phil Factor Robyn Page The Helper Table Workbench Cursors and iterations are both renowned for slowing down Transact SQL code, but sometimes seem unavoidable. In this workbench, Robyn Page and Phil Factor demonstrate... 16 March 2007 16 min read