<?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/"
	>
<channel>
	<title>Comments on: SQL SERVER - Explanation SQL Command GO</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-command-go/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-command-go/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<pubDate>Tue, 06 Jan 2009 12:50:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: krr</title>
		<link>http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-command-go/#comment-44528</link>
		<dc:creator>krr</dc:creator>
		<pubDate>Thu, 04 Dec 2008 10:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-commando-go/#comment-44528</guid>
		<description>create table atable

DECLARE @i int
SET @i=1
while @i&#60;=100
begin
	insert atable default values
	go
	set @i=@i+1
end
select * from atable</description>
		<content:encoded><![CDATA[<p>create table atable</p>
<p>DECLARE @i int<br />
SET @i=1<br />
while @i&lt;=100<br />
begin<br />
	insert atable default values<br />
	go<br />
	set @i=@i+1<br />
end<br />
select * from atable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-command-go/#comment-34826</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 03 Apr 2008 14:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-commando-go/#comment-34826</guid>
		<description>Is there a way to determine which iteration of the batch is running when using GO [Count] to execute a batch multiple times?  I would like to loop through a batch and pass the batch number to a stored procedure called within the batch.  Is this possible?</description>
		<content:encoded><![CDATA[<p>Is there a way to determine which iteration of the batch is running when using GO [Count] to execute a batch multiple times?  I would like to loop through a batch and pass the batch number to a stored procedure called within the batch.  Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - Execute Same Query and Statement Multiple Times Using Command GO Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-command-go/#comment-32319</link>
		<dc:creator>SQL SERVER - Execute Same Query and Statement Multiple Times Using Command GO Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Fri, 11 Jan 2008 18:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/11/sql-server-explanation-sql-commando-go/#comment-32319</guid>
		<description>[...] by pinaldave    Following question was asking by one of long time reader who really liked trick of SQL SERVER - Explanation SQL Command GO and SQL SERVER - Insert Multiple Records Using One Insert Statement - Use of UNION ALL. She asked [...]</description>
		<content:encoded><![CDATA[<p>[...] by pinaldave    Following question was asking by one of long time reader who really liked trick of SQL SERVER - Explanation SQL Command GO and SQL SERVER - Insert Multiple Records Using One Insert Statement - Use of UNION ALL. She asked [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
