Wednesday, September 9, 2009

MSDN Virtual Lab: Application Development for Microsoft SQL Server 2008

I've run through MSDN Virtual Lab: Application Development for Microsoft SQL Server 2008: Let's Write Some Code!
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032420592&EventCategory=3&culture=en-US&CountryCode=US
Pretty interesting format to integrate database and data access code training on many new SQL2008 features: table-valued parameters, FileStream columns, Sparse columns, spatial columns and date/time columns, write ADO.NET code which uses table-valued parameters, FileStream, sparse columns, spatial types, and date and time columns.