<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Manojsitapara&#039;s Blog</title>
	<atom:link href="http://manojsitapara.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://manojsitapara.wordpress.com</link>
	<description>ASP.NET LINQ Articles</description>
	<lastBuildDate>Thu, 25 Feb 2010 07:22:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='manojsitapara.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Manojsitapara&#039;s Blog</title>
		<link>http://manojsitapara.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://manojsitapara.wordpress.com/osd.xml" title="Manojsitapara&#039;s Blog" />
	<atom:link rel='hub' href='http://manojsitapara.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SQL SERVER – Insert Data From One Table to Another Table – INSERT INTO SELECT – SELECT INTO TABLE</title>
		<link>http://manojsitapara.wordpress.com/2010/02/25/sql-server-%e2%80%93-insert-data-from-one-table-to-another-table-%e2%80%93-insert-into-select-%e2%80%93-select-into-table/</link>
		<comments>http://manojsitapara.wordpress.com/2010/02/25/sql-server-%e2%80%93-insert-data-from-one-table-to-another-table-%e2%80%93-insert-into-select-%e2%80%93-select-into-table/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:22:01 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=70</guid>
		<description><![CDATA[Following three questions are many time asked on this blog. How to insert data from one table to another table efficiently? How to insert data from one table using where condition to anther table? How can I stop using cursor to move data from one table to another table? There are two different ways to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=70&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/02/25/sql-server-%e2%80%93-insert-data-from-one-table-to-another-table-%e2%80%93-insert-into-select-%e2%80%93-select-into-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL SERVER – 2005 – 2008 – Delete Duplicate Rows</title>
		<link>http://manojsitapara.wordpress.com/2010/02/25/sql-server-%e2%80%93-2005-%e2%80%93-2008-%e2%80%93-delete-duplicate-rows/</link>
		<comments>http://manojsitapara.wordpress.com/2010/02/25/sql-server-%e2%80%93-2005-%e2%80%93-2008-%e2%80%93-delete-duplicate-rows/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:17:54 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=65</guid>
		<description><![CDATA[I had previously penned down two popular snippets regarding deleting duplicate rows and counting duplicate rows. Today, we will examine another very quick code snippet where we will delete duplicate rows using CTE and ROW_NUMBER() feature of SQL Server 2005 and SQL Server 2008. This method is improved over the earlier method as it not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=65&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/02/25/sql-server-%e2%80%93-2005-%e2%80%93-2008-%e2%80%93-delete-duplicate-rows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>

		<media:content url="http://www.pinaldave.com/bimg/dup1.png" medium="image" />

		<media:content url="http://www.pinaldave.com/bimg/dup2.png" medium="image" />
	</item>
		<item>
		<title>Insert Multiple Records Using One Insert Statement – Use of UNION ALL</title>
		<link>http://manojsitapara.wordpress.com/2010/02/25/insert-multiple-records-using-one-insert-statement-%e2%80%93-use-of-union-all/</link>
		<comments>http://manojsitapara.wordpress.com/2010/02/25/insert-multiple-records-using-one-insert-statement-%e2%80%93-use-of-union-all/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:12:28 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=62</guid>
		<description><![CDATA[Update: For SQL Server 2008 there is even better method of Row Construction, please read it here : SQL SERVER – 2008 – Insert Multiple Records Using One Insert Statement – Use of Row Constructor This is very interesting question I have received from new developer. How can I insert multiple values in table using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=62&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/02/25/insert-multiple-records-using-one-insert-statement-%e2%80%93-use-of-union-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>Export SQL Data to Excel Sheet</title>
		<link>http://manojsitapara.wordpress.com/2010/02/25/export-sql-data-to-excel-sheet/</link>
		<comments>http://manojsitapara.wordpress.com/2010/02/25/export-sql-data-to-excel-sheet/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 07:01:11 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=54</guid>
		<description><![CDATA[First Run This Procedure  EXEC sp_configure &#8216;show advanced options&#8217;, 1; GO RECONFIGURE; GO EXEC sp_configure &#8216;Ad Hoc Distributed Queries&#8217;, 1; GO RECONFIGURE; GO Create Excel sheet with two column Column 1 is : FirstName Column 2 is : LastName Save Excel File as contact.xls Create On Data Table with same column name FirstName,LastName and save [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=54&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/02/25/export-sql-data-to-excel-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic Falsh File in C#</title>
		<link>http://manojsitapara.wordpress.com/2010/02/01/dynamic-falsh-file-in-c/</link>
		<comments>http://manojsitapara.wordpress.com/2010/02/01/dynamic-falsh-file-in-c/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:27:19 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=52</guid>
		<description><![CDATA[User Control Code : ASCX File &#60;%@ control language=&#8221;C#&#8221; autoeventwireup=&#8221;true&#8221; inherits=&#8221;ucFlash&#8221; CodeFile=&#8221;ucFlash.ascx.cs&#8221; %&#62; &#60;asp:Label ID=&#8221;lblMessage&#8221; runat=&#8221;server&#8221; Text=&#8221;Fail puudub&#8221;&#62;&#60;/asp:Label&#62; &#60;asp:Panel runat=&#8221;server&#8221; ID=&#8221;pnlFlash&#8221; Visible=&#8221;false&#8221;&#62; &#60;OBJECT &#60;%# WIDTH %&#62; &#60;%# HEIGHT %&#62; classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&#8243;&#62; &#60;param name=&#8221;src&#8221; value=&#8217;&#60;%# SRC %&#62;&#8217;&#62; &#60;param name=&#8221;CONTROLLER&#8221; value=&#8221;False&#8221;&#62; &#60;param name=&#8221;LOOP&#8221; value=&#8221;True&#8221;&#62; &#60;param name=&#8221;PLAY&#8221; value=&#8221;True&#8221;&#62; &#60;param name=&#8221;quality&#8221; value=&#8221;high&#8221;&#62; &#60;param name=&#8221;allowScriptAccess&#8221; value=&#8221;never&#8221;&#62; &#60;embed src=&#8217;&#60;%# SRC %&#62;&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=52&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/02/01/dynamic-falsh-file-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>Import CSV File Into SQL Server Using Bulk Insert – Load Comma Delimited File Into SQL Server</title>
		<link>http://manojsitapara.wordpress.com/2010/01/28/import-csv-file-into-sql-server-using-bulk-insert-%e2%80%93-load-comma-delimited-file-into-sql-server/</link>
		<comments>http://manojsitapara.wordpress.com/2010/01/28/import-csv-file-into-sql-server-using-bulk-insert-%e2%80%93-load-comma-delimited-file-into-sql-server/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 10:34:37 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=50</guid>
		<description><![CDATA[create table USE Northwind GO CREATE TABLE CSVTest (ID INT, FirstName VARCHAR(40), LastName VARCHAR(40), BirthDate SMALLDATETIME) GO BULK INSERT CSVTest FROM &#8216;c:\Test1.txt&#8217; WITH ( FIELDTERMINATOR = &#8216;,&#8217;, ROWTERMINATOR = &#8216;\n&#8217; ) GO &#8211;Check the content of the table. SELECT * FROM CSVTest GO &#8211;Drop the table to clean up database. SELECT * FROM CSVTest GO<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=50&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/01/28/import-csv-file-into-sql-server-using-bulk-insert-%e2%80%93-load-comma-delimited-file-into-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>Image upload in FCKEditor</title>
		<link>http://manojsitapara.wordpress.com/2010/01/18/image-upload-in-fckeditor/</link>
		<comments>http://manojsitapara.wordpress.com/2010/01/18/image-upload-in-fckeditor/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 06:41:52 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=47</guid>
		<description><![CDATA[1. Add key in web.config &#60;add key=&#8221;FCKeditor:UserFilesPath&#8221; value=&#8221;~/userfiles/&#8221;/&#62; 2. ContentEditor(FCkeditor) -&#62;editor-&#62;filemanager-&#62; connectors-&#62; aspx-&#62; config.ascx-&#62; Change : UserFilesPath = &#8220;/userfiles/&#8221;; UserFilesAbsolutePath = &#8220;&#8221;; 3. Create Folder in root directory with name userfiles (wher FCKEditor is there)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=47&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/01/18/image-upload-in-fckeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>LINQ Gridview Operation</title>
		<link>http://manojsitapara.wordpress.com/2010/01/12/linq-gridview-operation/</link>
		<comments>http://manojsitapara.wordpress.com/2010/01/12/linq-gridview-operation/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 11:30:56 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=42</guid>
		<description><![CDATA[Good links to learn LINQ for beginner http://www.codeproject.com/KB/linq/LINQNewbie.aspx http://www.codeproject.com/KB/linq/LINQquery.aspx http://www.codeproject.com/KB/linq/LINQFAQPart2.aspx Get Data using Stored procedure in gridview var Emp = db.GetEmployeeByID(10); GridView1.DataSource = Emp; GridView1.DataBind(); foreach (var item in Emp) { string strName = item.Name; string Designation = item.Designation; string Department = item.Department; string Salary = item.Salary; } Display Specific column Name in gridview NorthwindDataContextDataContext [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=42&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/01/12/linq-gridview-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>LINQ Crude Operation</title>
		<link>http://manojsitapara.wordpress.com/2010/01/12/linq-crude-operation/</link>
		<comments>http://manojsitapara.wordpress.com/2010/01/12/linq-crude-operation/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 09:40:31 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=38</guid>
		<description><![CDATA[Login NorthwindDataContextDataContext db = new NorthwindDataContextDataContext(); var Login = (from p in db.LoginTables where p.UserName == txtuserName.Text &#38;&#38; p.Password == txtPassword.Text select p ); int intCount = Login.Count(); if (intCount &#62; 0) Response.Write(&#8220;Welcome&#8221;); else Response.Write(&#8220;Login Failed&#8221;); Insert EmployeeLinqDataContext db = new EmployeeLinqDataContext(); protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) BindDropDownData(); if (Request.QueryString["ID"] != [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=38&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/01/12/linq-crude-operation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
		<item>
		<title>Select Statement LINQ</title>
		<link>http://manojsitapara.wordpress.com/2010/01/12/select-statement-linq/</link>
		<comments>http://manojsitapara.wordpress.com/2010/01/12/select-statement-linq/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:48:00 +0000</pubDate>
		<dc:creator>Manoj Sitapara</dc:creator>
				<category><![CDATA[LINQ]]></category>

		<guid isPermaLink="false">http://manojsitapara.wordpress.com/?p=36</guid>
		<description><![CDATA[NorthwindDataContextDataContext db = new NorthwindDataContextDataContext(); var Customers = from p in db.Customers //If you need to filter data //where p.CustomerID == &#8220;Test&#8221; select p; GridView1.DataSource = Customers; GridView1.DataBind();<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manojsitapara.wordpress.com&amp;blog=6524660&amp;post=36&amp;subd=manojsitapara&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://manojsitapara.wordpress.com/2010/01/12/select-statement-linq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/acb06257e0f97a45b9482e85ce69cf50?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">manojsitapara</media:title>
		</media:content>
	</item>
	</channel>
</rss>
