Seth Delconte Precision Indexing: Basics of Selective XML Indexes in SQL Server 2012 Seldom has a SQL Server Service pack had such an effect on database development as when SQL Server 2012 SP1... 25 January 2013 14 min read
Database Administration Seth Delconte in Database Administration SQL Server XML: Creating, Shredding, and Combining XML Data with T-SQL Manipulate XML data in SQL Server using T-SQL: create XML from tables with FOR XML, shred XML to rows with... 23 October 2012 14 min read
Seth Delconte Getting Started With XML Indexes XML Indexes make a huge difference to the speed of XML queries, as Seth Delconte explains; and demonstrates by running... 25 September 2012 17 min read
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
Richard Morris Geek of the Week: Ola Bini Ola Bini is one of the core developers for JRuby, and creator of the JvYAML and RbYAML projects. He is... 08 February 2012 11 min read
Robert Sheldon Converting String Data to XML and XML to String Data We all appreciate that, in general, XML documents or fragments are held in strings as text markup. In SQL Server,... 01 February 2012 18 min read
Robert Sheldon Incorporating XML into your Database Objects XML data can become a full participant in a SQL Server Database, and can be used in views, functions, check... 04 January 2012 14 min read
Robert Sheldon SQL Server XML Methods: query(), value(), exist(), nodes(), modify() The five SQL Server XML methods - query(), value(), exist(), nodes(), and modify() - explained with working AdventureWorks examples. Covers... 08 December 2011 23 min read
Robert Sheldon Working with the XML Data Type in SQL Server The XML data type, introduced in SQL Server 2005, is a powerful construct. When used wisely, it can provide useful... 07 November 2011 16 min read
BI Robert Sheldon in BI XML Configuration files in SQL Server Integration Services Package configuration files are a great way of providing the values of SSIS package properties so that packages can be... 18 August 2011 10 min read
T-SQL Programming Phil Factor in T-SQL Programming Consume & Query JSON in SQL Server with T-SQL Parse and consume JSON strings in SQL Server using T-SQL. Includes a custom JSON parser function, adjacency list techniques, and... 15 November 2010 26 min read
.NET Michael Sorens in .NET .NET Code Documentation with Sandcastle: Complete Guide Comprehensive guide to documenting .NET code using XML comments and Sandcastle Help File Builder. Covers doc-comment elements, GhostDoc automation, SHFB... 13 September 2010 56 min read
Hima Bindu Vejella Book Review: The Art of XSD – SQL Server XML schemas The 14 chapters of "The Art of XSD", written by MVP Jacob Sebastian, will take the reader step-by-step all the... 10 June 2010 12 min read
Richard Morris Doug Crockford: Geek of the Week Doug Crockford is the man behind JavaScript Object Notation (JSON). He is a well-known critic of XML and guides the... 17 March 2010 9 min read
Michael Sorens Using Three Flavors of LINQ To Populate a TreeView LINQ is a valuable technology. LINQ to XML, LINQ to Objects and LINQ to XSD, in particular, can save valuable... 02 December 2009 23 min read
Jacob Sebastian The Art of XSD – eBook Download When information is exchanged in XML format, you need an agreement between the sender and receiver about the structure and... 07 October 2009 1 min read
Pinal Dave Introduction to Change Data Capture (CDC) in SQL Server 2008 Change Data Capture records INSERTs, UPDATEs, and DELETEs applied to SQL Server tables, and makes a record available of what... 03 August 2009 17 min read
Robert Sheldon FOR XML in SQL Server: RAW, AUTO, EXPLICIT & PATH Modes Complete guide to the FOR XML clause in SQL Server. Learn all four modes - RAW, AUTO, EXPLICIT, and PATH... 27 May 2009 36 min read
Jacob Sebastian Introduction to XML Schema What is an XML Schema, and why is it important? How did XSD develop from its precursors, DTD and XDR?... 07 May 2009 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,... 28 April 2009 21 min read