Thursday, January 24, 2013

Converting DataTable to XML using Memory Stream

Converting DataTable to XML using Memory Stream


Converting DataTable to XML using Memory Stream

Posted: 13 Jan 2013 05:49 AM PST

In this article we are going to look at how to convert a DataTable into XML using Memory Stream. We are going to use the WriteXml method of DataSet reference class to convert datatable to XML. If the requirement is to access and store the data in memory instead of Hard Disk or a Network Connection then we go for Memory Stream.

Microsoft SQL Server Versions and associated code names

Posted: 13 Jan 2013 10:41 PM PST

There has been so many version of SQL Server launched till date. For most of the version one or other code name has been assigned. This article is all about the till date available code names of the various versions of Microsoft SQL Server.

Changing the default search engine for the browser.

Posted: 14 Jan 2013 03:19 AM PST

This article is focused on search engine for the Firefox. Often due to any new update we may get some other search engines as default for the browsers. Means if we type our query on the Address Bar of the browser then we don't get the result from Google. This article tells how to do so.

Nested Looping in SQL Server

Posted: 15 Jan 2013 08:32 PM PST

This article summaries the use of While Loop in SQL Server. I have explained the use of Single While Loop and Nested While Loop (Nested Level is 2). The cursor also would solve this purpose but it will result in performance issue. when compared to Cursor the While Loop usage is simple and easiest one.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home