Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
DataBound Episode 2 - Semantic Search
Oct 08, 2011 at 2:26 AMDataBound Episode 2 - Semantic Search
Oct 08, 2011 at 2:20 AMDataBound Episode 2 - Semantic Search
Oct 08, 2011 at 2:20 AM@BLinden:All the SQL Server Full-text iFilters are supported. So in the case of XML or HTML, we will not index the markup tags or attribute names. If you want PDF support, you will need to install a third-party PDF iFilter such as Adobe's or FoxIt's.
Anders Hejlsberg - LINQ
Sep 22, 2005 at 2:45 PMThis depends. XQuery and SQL both provide for both static and strong typing on declarative expressions. However, the integration into the programming language type system is well-done (and thus could be considered "novel").
Michael Rys - XML in SQL Server
Aug 28, 2005 at 3:19 PMRegarding the killer use cases for XML: I try to address this somewhat in the non-demo part. If your XML describes basically relational data that you want to repurpose, slice and dice in different ways, shredding it into relational form and doing normalization is a good idea. If the XML OTOH is representing a markup document (such as a WordML or XHTML document), or the XML represents a logical unit (aka object) which you want to store and retrieve as efficiently as possible while still having the ability to query into its components, storing the data as XML is easier and often preferrable.
Best regards
Michael