<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments on: SQL SERVER &#8211; 2008 &#8211; Insert Multiple Records Using One Insert Statement &#8211; Use of Row Constructor</title>
	<atom:link href="http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Not Disclosed</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-413138</link>
		<dc:creator><![CDATA[Not Disclosed]]></dc:creator>
		<pubDate>Sat, 26 Jan 2013 03:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-413138</guid>
		<description><![CDATA[There should be a way to like this with Windows Live Credentials.  This post saved me some work :-)]]></description>
		<content:encoded><![CDATA[<p>There should be a way to like this with Windows Live Credentials.  This post saved me some work :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dora</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-392283</link>
		<dc:creator><![CDATA[dora]]></dc:creator>
		<pubDate>Thu, 13 Dec 2012 04:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-392283</guid>
		<description><![CDATA[Hi, 
need ur help, how i want to create query to insert value in others server?which have sql instance name. ex:  server1\sql01

Sql query if insert value in same server, this ok;
insert into dbo.udtFGPALLET (palletID) values (@PackageSN)

Sql query if insert value in other server with sql instance;

insert into server1\sql01.rpt_db.dbo.udtFGPALLET (palletID) values (@PackageSN)

result error bcoz of \ ... pls help. thanks]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
need ur help, how i want to create query to insert value in others server?which have sql instance name. ex:  server1\sql01</p>
<p>Sql query if insert value in same server, this ok;<br />
insert into dbo.udtFGPALLET (palletID) values (@PackageSN)</p>
<p>Sql query if insert value in other server with sql instance;</p>
<p>insert into server1\sql01.rpt_db.dbo.udtFGPALLET (palletID) values (@PackageSN)</p>
<p>result error bcoz of \ &#8230; pls help. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Three Methods to Insert Multiple Rows into Single Table &#8211; SQL in Sixty Seconds #024 &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-338562</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Three Methods to Insert Multiple Rows into Single Table &#8211; SQL in Sixty Seconds #024 &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 29 Aug 2012 01:30:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-338562</guid>
		<description><![CDATA[[...] SQL SERVER – 2008 – Insert Multiple Records Using One Insert Statement – Use of Row Constructo... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – 2008 – Insert Multiple Records Using One Insert Statement – Use of Row Constructo&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lymber</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-336076</link>
		<dc:creator><![CDATA[lymber]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 06:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-336076</guid>
		<description><![CDATA[I am using this method to insert multiple recoreds, but when one of the rows has an error it does not tell me which one. How to find out which of the 1000 rows has the error??]]></description>
		<content:encoded><![CDATA[<p>I am using this method to insert multiple recoreds, but when one of the rows has an error it does not tell me which one. How to find out which of the 1000 rows has the error??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Henkel (@TeamHenkel)</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-318060</link>
		<dc:creator><![CDATA[Bob Henkel (@TeamHenkel)]]></dc:creator>
		<pubDate>Mon, 23 Jul 2012 16:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-318060</guid>
		<description><![CDATA[I ran into this too and find this arbitrary value of 1000 to cause me to scratch my head.  Did they roll dice to come up with this value or something?  You shouldn&#039;t have to put data in a file and use BCP to import say 1001 records.  I know other databases that I have used this syntax with and it worked just fine with well over 1 million values with no issue.]]></description>
		<content:encoded><![CDATA[<p>I ran into this too and find this arbitrary value of 1000 to cause me to scratch my head.  Did they roll dice to come up with this value or something?  You shouldn&#8217;t have to put data in a file and use BCP to import say 1001 records.  I know other databases that I have used this syntax with and it worked just fine with well over 1 million values with no issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Joslin</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-316605</link>
		<dc:creator><![CDATA[Howard Joslin]]></dc:creator>
		<pubDate>Fri, 20 Jul 2012 19:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-316605</guid>
		<description><![CDATA[Thanks. I find that your site usually has the best and easiest to understand instructions.]]></description>
		<content:encoded><![CDATA[<p>Thanks. I find that your site usually has the best and easiest to understand instructions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DT</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-308554</link>
		<dc:creator><![CDATA[DT]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 20:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-308554</guid>
		<description><![CDATA[Thanks! Was helpful.]]></description>
		<content:encoded><![CDATA[<p>Thanks! Was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sruthi</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-272527</link>
		<dc:creator><![CDATA[Sruthi]]></dc:creator>
		<pubDate>Thu, 05 Apr 2012 16:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-272527</guid>
		<description><![CDATA[Hi 
how to insert multiple rows into table using one procedure call
can anyone provide me the syntax for it

Thankx,
sruthi]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
how to insert multiple rows into table using one procedure call<br />
can anyone provide me the syntax for it</p>
<p>Thankx,<br />
sruthi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VIC</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-267302</link>
		<dc:creator><![CDATA[VIC]]></dc:creator>
		<pubDate>Sun, 25 Mar 2012 04:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-267302</guid>
		<description><![CDATA[This doesn&#039;t make sense at all. I keep gettting the Msg 102, Level 15, State 1, Line 2
Incorrect syntax near &#039;´&#039;. error message when I try. Please help.]]></description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t make sense at all. I keep gettting the Msg 102, Level 15, State 1, Line 2<br />
Incorrect syntax near &#8216;´&#8217;. error message when I try. Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-260716</link>
		<dc:creator><![CDATA[Avinash]]></dc:creator>
		<pubDate>Thu, 08 Mar 2012 07:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-260716</guid>
		<description><![CDATA[My enivironment is Sql Server 2008 R2, but still i&#039;m getting error: Msg 102, Level 15, State 1, Line 3
Incorrect syntax near &#039;,&#039;.

here is my code:
CREATE TABLE #SalesDates
(id INT, saledate DATEtime
);
go
INSERT INTO #SalesDates (id,saledate)
 VALUES
  (1, &#039;2012/1/1&#039;),
  (2, &#039;2012/1/2&#039;),
  (3, &#039;2012/1/3&#039;),
  (4, &#039;2012/1/4&#039;),
  (5, &#039;2012/1/5&#039;),
  (6, &#039;2012/1/6&#039;)
go 
SELECT id
 FROM #SalesDates s
 WHERE s.saledate BETWEEN &#039;2012/1/1&#039; AND &#039;2012/1/6&#039;;
go
DROP TABLE #SalesDates;

please help me.]]></description>
		<content:encoded><![CDATA[<p>My enivironment is Sql Server 2008 R2, but still i&#8217;m getting error: Msg 102, Level 15, State 1, Line 3<br />
Incorrect syntax near &#8216;,&#8217;.</p>
<p>here is my code:<br />
CREATE TABLE #SalesDates<br />
(id INT, saledate DATEtime<br />
);<br />
go<br />
INSERT INTO #SalesDates (id,saledate)<br />
 VALUES<br />
  (1, &#8217;2012/1/1&#8242;),<br />
  (2, &#8217;2012/1/2&#8242;),<br />
  (3, &#8217;2012/1/3&#8242;),<br />
  (4, &#8217;2012/1/4&#8242;),<br />
  (5, &#8217;2012/1/5&#8242;),<br />
  (6, &#8217;2012/1/6&#8242;)<br />
go<br />
SELECT id<br />
 FROM #SalesDates s<br />
 WHERE s.saledate BETWEEN &#8217;2012/1/1&#8242; AND &#8217;2012/1/6&#8242;;<br />
go<br />
DROP TABLE #SalesDates;</p>
<p>please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Ringsma</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-251291</link>
		<dc:creator><![CDATA[Thomas Ringsma]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-251291</guid>
		<description><![CDATA[I have a table CPY10100 with a missing column. So I made a temp file of the table and dropped/created a new table CPY10100 with the correct columns.
So how do I use the INSERT INTO SELECT command in SQL2008 to bring the data from the CPY10100temp to the CPY10100?

I&#039;ve tried:

INSERT INTO CPY10100
(
list of all columns, including new column
)
SELECT
(
list of all columns,including new column
)
FROM CPY10100temp

but get an error on the newly created column.

Your help would be much appreciated.

Thomas]]></description>
		<content:encoded><![CDATA[<p>I have a table CPY10100 with a missing column. So I made a temp file of the table and dropped/created a new table CPY10100 with the correct columns.<br />
So how do I use the INSERT INTO SELECT command in SQL2008 to bring the data from the CPY10100temp to the CPY10100?</p>
<p>I&#8217;ve tried:</p>
<p>INSERT INTO CPY10100<br />
(<br />
list of all columns, including new column<br />
)<br />
SELECT<br />
(<br />
list of all columns,including new column<br />
)<br />
FROM CPY10100temp</p>
<p>but get an error on the newly created column.</p>
<p>Your help would be much appreciated.</p>
<p>Thomas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinu</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-202446</link>
		<dc:creator><![CDATA[jinu]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 21:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-202446</guid>
		<description><![CDATA[This will work from version 2008 onwards only]]></description>
		<content:encoded><![CDATA[<p>This will work from version 2008 onwards only</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-177971</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 13:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-177971</guid>
		<description><![CDATA[What did you mean by wrong? Did you get any error?]]></description>
		<content:encoded><![CDATA[<p>What did you mean by wrong? Did you get any error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: They-bid Curve-in</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-177969</link>
		<dc:creator><![CDATA[They-bid Curve-in]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 13:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-177969</guid>
		<description><![CDATA[hi,
how to insert another rows in table that contain primary and foreign key?
because when i insert some rows, i am getting wrong.. i need your answer please...

thanks]]></description>
		<content:encoded><![CDATA[<p>hi,<br />
how to insert another rows in table that contain primary and foreign key?<br />
because when i insert some rows, i am getting wrong.. i need your answer please&#8230;</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghav</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-175145</link>
		<dc:creator><![CDATA[Raghav]]></dc:creator>
		<pubDate>Tue, 04 Oct 2011 19:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-175145</guid>
		<description><![CDATA[Thanks....]]></description>
		<content:encoded><![CDATA[<p>Thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170957</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Fri, 23 Sep 2011 16:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170957</guid>
		<description><![CDATA[Post the full code you used so that it is easy to identify the error]]></description>
		<content:encoded><![CDATA[<p>Post the full code you used so that it is easy to identify the error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satheesh</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170928</link>
		<dc:creator><![CDATA[satheesh]]></dc:creator>
		<pubDate>Fri, 23 Sep 2011 15:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170928</guid>
		<description><![CDATA[any update????]]></description>
		<content:encoded><![CDATA[<p>any update????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satheesh</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170696</link>
		<dc:creator><![CDATA[satheesh]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 15:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170696</guid>
		<description><![CDATA[i have using the below version

Microsoft SQL Server 2008 (SP2) - 10.0.4000.0 (X64)   Sep 16 2010 19:43:16   Copyright (c) 1988-2008 Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.0  (Build 6002: Service Pack 2)]]></description>
		<content:encoded><![CDATA[<p>i have using the below version</p>
<p>Microsoft SQL Server 2008 (SP2) &#8211; 10.0.4000.0 (X64)   Sep 16 2010 19:43:16   Copyright (c) 1988-2008 Microsoft Corporation  Standard Edition (64-bit) on Windows NT 6.0  (Build 6002: Service Pack 2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170670</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 14:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170670</guid>
		<description><![CDATA[This will work from version 2008 onwards only]]></description>
		<content:encoded><![CDATA[<p>This will work from version 2008 onwards only</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170661</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 13:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170661</guid>
		<description><![CDATA[What was the error? Also post the full code you have used]]></description>
		<content:encoded><![CDATA[<p>What was the error? Also post the full code you have used</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170660</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 13:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170660</guid>
		<description><![CDATA[Do you want to know the last id inserted? Use scope_identity() function]]></description>
		<content:encoded><![CDATA[<p>Do you want to know the last id inserted? Use scope_identity() function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170659</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 13:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170659</guid>
		<description><![CDATA[Post the full code you have used. Also which version of SQL Server are you using?]]></description>
		<content:encoded><![CDATA[<p>Post the full code you have used. Also which version of SQL Server are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satheesh</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-170644</link>
		<dc:creator><![CDATA[satheesh]]></dc:creator>
		<pubDate>Thu, 22 Sep 2011 11:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-170644</guid>
		<description><![CDATA[the select query is not execute in my SQL server 2008..while running the select query i m getting the error msg as &quot;An error occurred while executing batch. Error message is: Field token out of range.&quot;

anybody pls help on this...]]></description>
		<content:encoded><![CDATA[<p>the select query is not execute in my SQL server 2008..while running the select query i m getting the error msg as &#8220;An error occurred while executing batch. Error message is: Field token out of range.&#8221;</p>
<p>anybody pls help on this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-167952</link>
		<dc:creator><![CDATA[jan]]></dc:creator>
		<pubDate>Wed, 14 Sep 2011 07:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-167952</guid>
		<description><![CDATA[Hi all,

I was just wondering about the difference between SQL Server 2008 R2, SQL Server 2008 and SQL Server 2005 in terms of sql syntax? And also regarding the installation procedure. Are there any pre-requisites required? (Eg. Microsoft .NET Framework 3.5 ?) and how about the silent installation of SQL Server 2008 R2? Are there any?

Hoping for answers. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I was just wondering about the difference between SQL Server 2008 R2, SQL Server 2008 and SQL Server 2005 in terms of sql syntax? And also regarding the installation procedure. Are there any pre-requisites required? (Eg. Microsoft .NET Framework 3.5 ?) and how about the silent installation of SQL Server 2008 R2? Are there any?</p>
<p>Hoping for answers. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitendra</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-167480</link>
		<dc:creator><![CDATA[jitendra]]></dc:creator>
		<pubDate>Mon, 12 Sep 2011 10:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-167480</guid>
		<description><![CDATA[Thanks alot for your query]]></description>
		<content:encoded><![CDATA[<p>Thanks alot for your query</p>
]]></content:encoded>
	</item>
</channel>
</rss>
