<?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/"
	>

<channel>
	<title>Rickey Whitworth&#039;s Blog &#187; SQL Server 2005</title>
	<atom:link href="http://www.whitworth.org/tag/sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Accessing SharePoint List Items with SQL Server 2005 Reporting Services &#8211; Colin Bowern &#8211; RockstarGuys.com</title>
		<link>http://www.whitworth.org/2007/10/19/accessing-sharepoint-list-items-with-sql-server-2005-reporting-services-colin-bowern-rockstarguyscom/</link>
		<comments>http://www.whitworth.org/2007/10/19/accessing-sharepoint-list-items-with-sql-server-2005-reporting-services-colin-bowern-rockstarguyscom/#comments</comments>
		<pubDate>Fri, 19 Oct 2007 15:22:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Sharepoint Code]]></category>
		<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,f4e1ab5d-dffd-47e7-b71d-143d997f4ac3.aspx</guid>
		<description><![CDATA[Â Found this post on Printing Sharepoint List items with SQL 2005 Reporting services:
Recently I had to connect to a SharePoint List to access some data.Â  While there
is a data extension
available from Enesys (including a free Community edition) to do this I though
I would first make an attempt using the out-of-the-box options.
The first step was getting [...]]]></description>
			<content:encoded><![CDATA[<p>Â Found this post on Printing Sharepoint List items with SQL 2005 Reporting services:</p>
<blockquote><p>Recently I had to connect to a SharePoint List to access some data.Â  While there<br />
is a <a href="http://www.enesyssoftware.com/Default.aspx?tabid=66">data extension<br />
available</a> from Enesys (including a free Community edition) to do this I though<br />
I would first make an attempt using the out-of-the-box options.</p>
<p>The first step was getting connected to any of the list services.Â  I chose to<br />
start with GetListCollection because it required no parameters (aka it was simple<br />
to use).Â  Here is what I did to get connected:</p></blockquote>
<p><a href="http://rockstarguys.com/blogs/colin/archive/2006/11/10/accessing-sharepoint-list-items-with-sql-server-2005-reporting-services.aspx">Accessing<br />
SharePoint List Items with SQL Server 2005 Reporting Services &#8211; Colin Bowern &#8211; RockstarGuys.com</a></p>
<p><img src="http://www.whitworth.org/Blog/aggbug.ashx?id=f4e1ab5d-dffd-47e7-b71d-143d997f4ac3" alt="" width="0" height="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/10/19/accessing-sharepoint-list-items-with-sql-server-2005-reporting-services-colin-bowern-rockstarguyscom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005: Regular Expressions Make Pattern Matching And Data Extraction Easier &#8212; MSDN Magazine, February 2007</title>
		<link>http://www.whitworth.org/2007/09/28/sql-server-2005-regular-expressions-make-pattern-matching-and-data-extraction-easier-msdn-magazine-february-2007/</link>
		<comments>http://www.whitworth.org/2007/09/28/sql-server-2005-regular-expressions-make-pattern-matching-and-data-extraction-easier-msdn-magazine-february-2007/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 14:47:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,f8d59f0b-134d-4527-9112-6605c2f66d25.aspx</guid>
		<description><![CDATA[
&#160;



This article discusses: 


Efficient SQL querying using regular expressions 

Support in SQL Server 2005 for regular expressions 

Using .NET Regex classes from SQL Server 

Effective uses for regular expressions in a database



SQL
Server 2005: Regular Expressions Make Pattern Matching And Data Extraction Easier
&#8211; MSDN Magazine, February 2007


]]></description>
			<content:encoded><![CDATA[<p>
&nbsp;
</p>
<blockquote>
<p>
This article discusses: </p>
<ul>
<li>
Efficient SQL querying using regular expressions </p>
<li>
Support in SQL Server 2005 for regular expressions </p>
<li>
Using .NET Regex classes from SQL Server </p>
<li>
Effective uses for regular expressions in a database</li>
</ul>
</blockquote>
<p>
<a href="http://msdn.microsoft.com/msdnmag/issues/07/02/SQLRegex/default.aspx">SQL<br />
Server 2005: Regular Expressions Make Pattern Matching And Data Extraction Easier<br />
&#8211; MSDN Magazine, February 2007</a>
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=f8d59f0b-134d-4527-9112-6605c2f66d25" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/09/28/sql-server-2005-regular-expressions-make-pattern-matching-and-data-extraction-easier-msdn-magazine-february-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server 2005 SP2 Reporting Services integration with WSS 3.0 and MOSS 2007</title>
		<link>http://www.whitworth.org/2007/06/25/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-30-and-moss-2007/</link>
		<comments>http://www.whitworth.org/2007/06/25/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-30-and-moss-2007/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 15:27:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,8813061a-0ed0-4452-8528-a4dc2aba1719.aspx</guid>
		<description><![CDATA[
There are numerous benefits and advantages to integrating Reporting Services with
Office SharePoint Server 2007. Prior to SP2, Reporting Services reports were published
to a report server and were executed solely in that environment. The integration point
between Reporting Services and SharePoint was two separate Web Parts: Report Explorer
and Report Viewer.


Using
Reporting Services 2005 in SharePoint Integration Mode enables [...]]]></description>
			<content:encoded><![CDATA[<p>
There are numerous benefits and advantages to integrating Reporting Services with<br />
Office SharePoint Server 2007. Prior to SP2, Reporting Services reports were published<br />
to a report server and were executed solely in that environment. The integration point<br />
between Reporting Services and SharePoint was two separate Web Parts: Report Explorer<br />
and Report Viewer.
</p>
<p class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />Using<br />
Reporting Services 2005 in SharePoint Integration Mode enables some significant benefits<br />
to the end-user and the organization as a whole, as follows:<br />
<o:p></o:p><br />
</font></span>
</p>
<ul type=disc>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Uses<br />
SharePoint document libraries to store reports, data sources, and report models.<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Enables<br />
publishing, viewing, management, and delivery of Reporting Services reports from the<br />
same user interface used for managing Office documents.<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Enables<br />
organizations to construct BI dashboards with rich reports.<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Leverages<br />
workflow and collaboration capabilities that are already available in Office SharePoint<br />
Server 2007.<o:p></o:p><br />
</font></span>
</li>
</ul>
<p class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>When<br />
using SharePoint Integration Mode, some features that are available in Native Mode<br />
are replaced with comparable functionality in Office SharePoint Server 2007 or are<br />
no longer available. The Reporting Services features that are not available in Integration<br />
Mode are:<br />
<o:p></o:p><br />
</font></span>
</p>
<ul type=disc>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Report<br />
Manager<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Management<br />
Studio<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>My<br />
Reports<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Linked<br />
Reports<br />
<o:p></o:p><br />
</font></span> </p>
<li class=MsoNormal style="MARGIN: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo2; tab-stops: list .5in">
<span lang=EN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN"><font color=#000000>Job<br />
Management<o:p></o:p><br />
</font></span>
</li>
</ul>
<p>
<a href="http://blogs.msdn.com/sharepoint/archive/2007/02/19/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-3-0-and-moss-2007.aspx">Link<br />
Here</a>
</p>
<p>
&nbsp;
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=8813061a-0ed0-4452-8528-a4dc2aba1719" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/06/25/microsoft-sql-server-2005-sp2-reporting-services-integration-with-wss-30-and-moss-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.719 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-29 07:33:12 -->
