<?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>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<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>
	<item>
		<title>By: Renish</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-161943</link>
		<dc:creator><![CDATA[Renish]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 19:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-161943</guid>
		<description><![CDATA[Does anybody know  how can we retrive the ids of the inserted rows in this case?]]></description>
		<content:encoded><![CDATA[<p>Does anybody know  how can we retrive the ids of the inserted rows in this case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Gaunt</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-156106</link>
		<dc:creator><![CDATA[Allan Gaunt]]></dc:creator>
		<pubDate>Thu, 11 Aug 2011 07:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-156106</guid>
		<description><![CDATA[Just to note as well, there is a 1000 entry limit as well so you can&#039;t do this for more than 1000 entries (found out after trying to insert 4000).]]></description>
		<content:encoded><![CDATA[<p>Just to note as well, there is a 1000 entry limit as well so you can&#8217;t do this for more than 1000 entries (found out after trying to insert 4000).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chittaranjan</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-150191</link>
		<dc:creator><![CDATA[chittaranjan]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 11:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-150191</guid>
		<description><![CDATA[INSERT INTO MyTable (FirstCol, SecondCol)
VALUES (&#039;First&#039;,1);              

except this remaing above syntax show&#039;s error]]></description>
		<content:encoded><![CDATA[<p>INSERT INTO MyTable (FirstCol, SecondCol)<br />
VALUES (&#8216;First&#8217;,1);              </p>
<p>except this remaing above syntax show&#8217;s error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreepk</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-149766</link>
		<dc:creator><![CDATA[sreepk]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 10:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-149766</guid>
		<description><![CDATA[good article..... :)]]></description>
		<content:encoded><![CDATA[<p>good article&#8230;.. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MNIKO</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-140301</link>
		<dc:creator><![CDATA[MNIKO]]></dc:creator>
		<pubDate>Fri, 10 Jun 2011 18:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-140301</guid>
		<description><![CDATA[THANX IT HELP ME ALOT THANX AGAIN]]></description>
		<content:encoded><![CDATA[<p>THANX IT HELP ME ALOT THANX AGAIN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Haggar</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-139824</link>
		<dc:creator><![CDATA[Frank Haggar]]></dc:creator>
		<pubDate>Wed, 08 Jun 2011 16:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-139824</guid>
		<description><![CDATA[I have another question for you all....

I have 2 tables, both with IDENTITY colums as the first field.

Table1: address_id, street, city, state zip
Table2: Customer_id, name, address_id

How can insert multiple records to Table1, retrieving the IDs so I can then insert into table 2?   I need to do this:

(a) With minimal locking on the tables
(b) Matching existing records and returning the old &quot;address_id&quot;
(c) Get back all of the new &quot;Customer_id&quot; values once I am done.


Please advise.]]></description>
		<content:encoded><![CDATA[<p>I have another question for you all&#8230;.</p>
<p>I have 2 tables, both with IDENTITY colums as the first field.</p>
<p>Table1: address_id, street, city, state zip<br />
Table2: Customer_id, name, address_id</p>
<p>How can insert multiple records to Table1, retrieving the IDs so I can then insert into table 2?   I need to do this:</p>
<p>(a) With minimal locking on the tables<br />
(b) Matching existing records and returning the old &#8220;address_id&#8221;<br />
(c) Get back all of the new &#8220;Customer_id&#8221; values once I am done.</p>
<p>Please advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle Poolet</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-139508</link>
		<dc:creator><![CDATA[Michelle Poolet]]></dc:creator>
		<pubDate>Wed, 08 Jun 2011 01:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-139508</guid>
		<description><![CDATA[PinalDave,

Your tech editor from SQL Server Magazine days here...this works if you&#039;re using SQL 2008 Management Studio against a SQL 2005 database.  I haven&#039;t needed to use this construct until today, when I was tasked with inserting a bunch of data from a spreadsheet into a table on a SQL Server 2005 database. Working remotely (VPN), I kept running into the issues of SQL Server whining about not being able to find the file (because it wasn&#039;t local, or because it couldn&#039;t resolve the UNC path), and then the security issues (not my database so there wasn&#039;t much I could do about that one!).  I realized that I was wasting too much time trying to set up the bulk insert, and thought &quot;can I do the multi-row insert, even tho this is a 2005 database?&quot;  Yup, it worked.  Thought you&#039;d like to know...
Best,
Michelle Poolet]]></description>
		<content:encoded><![CDATA[<p>PinalDave,</p>
<p>Your tech editor from SQL Server Magazine days here&#8230;this works if you&#8217;re using SQL 2008 Management Studio against a SQL 2005 database.  I haven&#8217;t needed to use this construct until today, when I was tasked with inserting a bunch of data from a spreadsheet into a table on a SQL Server 2005 database. Working remotely (VPN), I kept running into the issues of SQL Server whining about not being able to find the file (because it wasn&#8217;t local, or because it couldn&#8217;t resolve the UNC path), and then the security issues (not my database so there wasn&#8217;t much I could do about that one!).  I realized that I was wasting too much time trying to set up the bulk insert, and thought &#8220;can I do the multi-row insert, even tho this is a 2005 database?&#8221;  Yup, it worked.  Thought you&#8217;d like to know&#8230;<br />
Best,<br />
Michelle Poolet</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-132497</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Mon, 02 May 2011 10:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-132497</guid>
		<description><![CDATA[Use the code

ALTER DATABASE your_DB_name 
SET COMPATIBILITY_LEVEL = 100]]></description>
		<content:encoded><![CDATA[<p>Use the code</p>
<p>ALTER DATABASE your_DB_name<br />
SET COMPATIBILITY_LEVEL = 100</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikram reddy</title>
		<link>http://blog.sqlauthority.com/2008/07/02/sql-server-2008-insert-multiple-records-using-one-insert-statement-use-of-row-constructor/#comment-131776</link>
		<dc:creator><![CDATA[vikram reddy]]></dc:creator>
		<pubDate>Thu, 28 Apr 2011 15:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-131776</guid>
		<description><![CDATA[I use SQL Server 2008 R2. I get error when running this query.

INSERT INTO [myTable]
([id],
[col1],
[col2],
[col3])
VALUES (24888,6,548,1020),
(24888,2,548,1020),
(24888,5,548,1020),
(24888,0,548,1020)

ERROR : Incorrect syntax near ‘,’
------------------------------------------------
compatibility of the my database is 90.

then what i have to do?

How it will be 100. Is  there any way?]]></description>
		<content:encoded><![CDATA[<p>I use SQL Server 2008 R2. I get error when running this query.</p>
<p>INSERT INTO [myTable]<br />
([id],<br />
[col1],<br />
[col2],<br />
[col3])<br />
VALUES (24888,6,548,1020),<br />
(24888,2,548,1020),<br />
(24888,5,548,1020),<br />
(24888,0,548,1020)</p>
<p>ERROR : Incorrect syntax near ‘,’<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
compatibility of the my database is 90.</p>
<p>then what i have to do?</p>
<p>How it will be 100. Is  there any way?</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-121653</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 08:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=668#comment-121653</guid>
		<description><![CDATA[or

Insert Into Table1 (col1,col2) 
select ‘A’, ‘B’  union all
select &#039;C&#039;,&#039;D&#039;]]></description>
		<content:encoded><![CDATA[<p>or</p>
<p>Insert Into Table1 (col1,col2)<br />
select ‘A’, ‘B’  union all<br />
select &#8216;C&#8217;,'D&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

