Facebook Twitter Sign in | Join
Getting Started with ASP.NET MVC - Part 6: ASP.NET MVC and Entity Framework
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.
Loading

Jacob's Blog

My technology blog on SQL Server, TSQL, XML, FILESTREAM and other areas of SQL Server.
Having huge amounts of traffic can be a problem. Aside from the usual maintenance, you also need to check on the server load. Having a virtual dedicated server hosting can solve these problems.

May 2010 - Posts

XQuery Lab 58 - SELECT * FROM XML

Most people find it very difficult to deal with XML documents in TSQL as there is no way to run a ‘blind’ SELECT * query on an XML document to get a quick view of the content stored in it. A “select TOP N *” query can quickly give you a few records from...
by Jacob Sebastian on 05-30-2010 | 16,835 Views

FOR XML Workshop – FOR XML EXPLICIT and CDATA, XML and XMLTEXT attributes

This is the follow-up post on FOR XML EXPLICIT that I promosed in the previous post . We saw some of the basics of FOR XML EXPLICIT in the previous post . Let us see a few more interesting usages of FOR XML EXPLICIT in this post. Generating XML from XML...
by Jacob Sebastian on 05-12-2010 | 3,160 Views

FOR XML Workshop – Understanding FOR XML EXPLICIT

In the last two posts we examined FOR XML AUTO and FOR XML RAW . It is time for us to examine the most hated FOR XML directive: EXPLICIT. EXPLICIT is the most powerful directive that you can use with FOR XML, which gives you total control over the shape...
by Jacob Sebastian on 05-06-2010 | 3,112 Views

Copyright © Beyondrelational.com