XML流式的查询

  SELECT ProductID, ProductName 
  FROM Products Product 
  FOR XML AUTO

编程技巧