<?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; Server Side Paging in SQL Server Denali &#8211; Part2</title>
	<atom:link href="http://blog.sqlauthority.com/2010/12/26/sql-server-server-side-paging-in-sql-server-2011-part2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/12/26/sql-server-server-side-paging-in-sql-server-2011-part2/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Thu, 20 Jun 2013 05:01:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #009 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/12/26/sql-server-server-side-paging-in-sql-server-2011-part2/#comment-400682</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #009 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 29 Dec 2012 01:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11349#comment-400682</guid>
		<description><![CDATA[[...] Server Side Paging in SQL Server 2012 – Part2 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Server Side Paging in SQL Server 2012 – Part2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Server Side Paging in SQL Server CE (Compact Edition) &#171; Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2010/12/26/sql-server-server-side-paging-in-sql-server-2011-part2/#comment-175912</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Server Side Paging in SQL Server CE (Compact Edition) &#171; Journey to SQLAuthority]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 01:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11349#comment-175912</guid>
		<description><![CDATA[[...] SQL SERVER – Server Side Paging in SQL Server Denali – A Better Alternative SQL SERVER – Server Side Paging in SQL Server Denali Performance Comparison SQL SERVER – Server Side Paging in SQL Server Denali – Part2 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Server Side Paging in SQL Server Denali – A Better Alternative SQL SERVER – Server Side Paging in SQL Server Denali Performance Comparison SQL SERVER – Server Side Paging in SQL Server Denali – Part2 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2010/12/26/sql-server-server-side-paging-in-sql-server-2011-part2/#comment-110472</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 11:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11349#comment-110472</guid>
		<description><![CDATA[what dd you mean by broffice?]]></description>
		<content:encoded><![CDATA[<p>what dd you mean by broffice?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jardel Morais</title>
		<link>http://blog.sqlauthority.com/2010/12/26/sql-server-server-side-paging-in-sql-server-2011-part2/#comment-110466</link>
		<dc:creator><![CDATA[Jardel Morais]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 10:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11349#comment-110466</guid>
		<description><![CDATA[Hi there!

I have a question not about exacly to this article:

To export a result of a query from the sqlserver database to excel we use:

---------------------------------------------------------------------------

INSERT INTO OPENROWSET(&#039;Microsoft.Jet.OLEDB.4.0&#039;, &#039;Excel 8.0;Database=C:\Teste.xls;&#039;, &#039;select nome_inst, sexo_inst, data_nasc, sal_inst FROM [Plan1$]&#039;)

select nome_inst, sexo_inst, data_nasc, sal_inst from instrutor

GO

---------------------------------------------------------------------------

Someone alread export to calc from brOffice?
Is possible? If somebody have an example to show i thank so much.


best regards

Jardel]]></description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>I have a question not about exacly to this article:</p>
<p>To export a result of a query from the sqlserver database to excel we use:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>INSERT INTO OPENROWSET(&#8216;Microsoft.Jet.OLEDB.4.0&#8242;, &#8216;Excel 8.0;Database=C:\Teste.xls;&#8217;, &#8216;select nome_inst, sexo_inst, data_nasc, sal_inst FROM [Plan1$]&#8216;)</p>
<p>select nome_inst, sexo_inst, data_nasc, sal_inst from instrutor</p>
<p>GO</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Someone alread export to calc from brOffice?<br />
Is possible? If somebody have an example to show i thank so much.</p>
<p>best regards</p>
<p>Jardel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
