T-SQL is probably not the tool you want to use to parse HTML. But what if you have no other option and you HAVE to use it to extract data from some webpage source code? In today's video we look at how you can use SQL Server's XML datatype and methods to help parse some simple HTML data.