<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Accentient - SQL Server</title>
    <link>http://blog.accentient.com/</link>
    <description>Visual Studio ALM Experts</description>
    <language>en-us</language>
    <copyright>Richard Hundhausen</copyright>
    <lastBuildDate>Tue, 24 Aug 2010 21:06:11 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.3.9074.18820</generator>
    <managingEditor>richard@accentient.com</managingEditor>
    <webMaster>richard@accentient.com</webMaster>
    <item>
      <trackback:ping>http://blog.accentient.com/Trackback.aspx?guid=bbcb4893-44d0-41c7-8608-398354bf1dc9</trackback:ping>
      <pingback:server>http://blog.accentient.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.accentient.com/PermaLink,guid,bbcb4893-44d0-41c7-8608-398354bf1dc9.aspx</pingback:target>
      <dc:creator>Richard Hundhausen</dc:creator>
      <wfw:comment>http://blog.accentient.com/CommentView,guid,bbcb4893-44d0-41c7-8608-398354bf1dc9.aspx</wfw:comment>
      <wfw:commentRss>http://blog.accentient.com/SyndicationService.asmx/GetEntryCommentsRss?guid=bbcb4893-44d0-41c7-8608-398354bf1dc9</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today the Visual Studio ALM <a href="http://msdn.microsoft.com/en-us/vstudio/ee358786.aspx" target="_blank">Rangers</a> published <a href="http://vsdatabaseguide.codeplex.com/" target="_blank">more
solid guidance</a>. This time it was around a favorite topic of mine – Visual Studio
database projects.
</p>
        <p>
This guidance focuses on 5 areas: 
</p>
        <ul>
          <li>
Solution and Project Management</li>
          <li>
Source Code Control and Configuration Management 
</li>
          <li>
Integrating External Changes with the Project System 
</li>
          <li>
Build and Deployment Automation with Visual Studio Database Projects 
</li>
          <li>
Database Testing and Deployment Verification</li>
        </ul>
        <p>
This release includes common guidance, usage scenarios, hands on labs, and lessons
learned from real world engagements and the community discussions.
</p>
        <img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=bbcb4893-44d0-41c7-8608-398354bf1dc9" />
      </body>
      <title>Visual Studio Rangers publish guidance for Visual Studio 2010 Database projects</title>
      <guid isPermaLink="false">http://blog.accentient.com/PermaLink,guid,bbcb4893-44d0-41c7-8608-398354bf1dc9.aspx</guid>
      <link>http://blog.accentient.com/2010/08/24/VisualStudioRangersPublishGuidanceForVisualStudio2010DatabaseProjects.aspx</link>
      <pubDate>Tue, 24 Aug 2010 21:06:11 GMT</pubDate>
      <description>&lt;p&gt;
Today the Visual Studio ALM &lt;a href="http://msdn.microsoft.com/en-us/vstudio/ee358786.aspx" target="_blank"&gt;Rangers&lt;/a&gt; published &lt;a href="http://vsdatabaseguide.codeplex.com/" target="_blank"&gt;more
solid guidance&lt;/a&gt;. This time it was around a favorite topic of mine – Visual Studio
database projects.
&lt;/p&gt;
&lt;p&gt;
This guidance focuses on 5 areas: 
&lt;ul&gt;
&lt;li&gt;
Solution and Project Management&lt;/li&gt;
&lt;li&gt;
Source Code Control and Configuration Management 
&lt;/li&gt;
&lt;li&gt;
Integrating External Changes with the Project System 
&lt;/li&gt;
&lt;li&gt;
Build and Deployment Automation with Visual Studio Database Projects 
&lt;/li&gt;
&lt;li&gt;
Database Testing and Deployment Verification&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
This release includes common guidance, usage scenarios, hands on labs, and lessons
learned from real world engagements and the community discussions.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=bbcb4893-44d0-41c7-8608-398354bf1dc9" /&gt;</description>
      <comments>http://blog.accentient.com/CommentView,guid,bbcb4893-44d0-41c7-8608-398354bf1dc9.aspx</comments>
      <category>SQL Server</category>
      <category>Visual Studio 2010</category>
    </item>
    <item>
      <trackback:ping>http://blog.accentient.com/Trackback.aspx?guid=62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d</trackback:ping>
      <pingback:server>http://blog.accentient.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.accentient.com/PermaLink,guid,62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d.aspx</pingback:target>
      <dc:creator>Richard Hundhausen</dc:creator>
      <wfw:comment>http://blog.accentient.com/CommentView,guid,62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d.aspx</wfw:comment>
      <wfw:commentRss>http://blog.accentient.com/SyndicationService.asmx/GetEntryCommentsRss?guid=62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft has yet to provide us with some kind of utility to handle the importing,
managing, versioning, and deploying of data along with our schema changes inside Visual
Studio Team System 2008 database projects. For most of the teams I work with, their
needs are simple: they just want the ability to store data (INSERT statements are
fine) in scripts within their database projects. Ideally the project would be smart
enough to know which version of data goes with which version of schema, but for now
they’re able to live with handling that manually.
</p>
        <p>
Here’s one solution, albeit a manual one:
</p>
        <p>
1. Create a database project.<br />
2. Import database schema.<br />
3. Launch SQL Server Management Studio (2008 version).<br />
4. Right-click on the database and select Tasks &gt; Generate Scripts.<br />
5. Select the database and under Script Options deselect everything except for “Script
Data”.
</p>
        <p>
    <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ScriptOptions" border="0" alt="ScriptOptions" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/GeneratingINSERTstatementstoaccompanyyou_A40C/ScriptOptions_6.png" width="468" height="484" />   
</p>
        <p>
6. Click Next and select just the Tables you want (ideally just the smaller, static/lookup
tables).
</p>
        <p>
    <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ChooseTables" border="0" alt="ChooseTables" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/GeneratingINSERTstatementstoaccompanyyou_A40C/ChooseTables_6.png" width="511" height="484" /></p>
        <p>
7. Click Next and specify the file to generate – something like LookupTableData.sql
and let it rip.<br />
8. You can now take that script and add it to your database project in a folder for
data-related scripts.
</p>
        <p>
    <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="DatabaseProject" border="0" alt="DatabaseProject" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/GeneratingINSERTstatementstoaccompanyyou_A40C/DatabaseProject_3.png" width="313" height="285" /></p>
        <p>
Ideally you would link in the INSERT script(s) to your <a href="http://msdn.microsoft.com/en-us/library/aa833410(VS.80).aspx" target="_blank">Post-Deployment
script</a> to automatically populate the data tables upon deployment. You can also
use the option in the Generate Scripts dialog to give you one file per table, to maximize
your versioning options. If you are already using <a href="http://msdn.microsoft.com/en-us/library/aa833211(VS.80).aspx" target="_blank">Data
Generation Plans</a>, be careful to not overlap what they are already doing. For more
information, be sure to read Barclay Hill’s <a href="http://blogs.msdn.com/bahill/archive/2009/03/30/managing-data-motion-during-your-deployments-part-1.aspx" target="_blank">Part
1</a> and <a href="http://blogs.msdn.com/bahill/archive/2009/07/02/managing-data-motion-during-your-deployments-part-2.aspx" target="_blank">Part
2</a> of a posting on how to manage data motion during your deployments.
</p>
        <img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d" />
      </body>
      <title>Generating INSERT statements to accompany your Database Projects</title>
      <guid isPermaLink="false">http://blog.accentient.com/PermaLink,guid,62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d.aspx</guid>
      <link>http://blog.accentient.com/2010/01/07/GeneratingINSERTStatementsToAccompanyYourDatabaseProjects.aspx</link>
      <pubDate>Thu, 07 Jan 2010 16:40:03 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft has yet to provide us with some kind of utility to handle the importing,
managing, versioning, and deploying of data along with our schema changes inside Visual
Studio Team System 2008 database projects. For most of the teams I work with, their
needs are simple: they just want the ability to store data (INSERT statements are
fine) in scripts within their database projects. Ideally the project would be smart
enough to know which version of data goes with which version of schema, but for now
they’re able to live with handling that manually.
&lt;/p&gt;
&lt;p&gt;
Here’s one solution, albeit a manual one:
&lt;/p&gt;
&lt;p&gt;
1. Create a database project.&lt;br&gt;
2. Import database schema.&lt;br&gt;
3. Launch SQL Server Management Studio (2008 version).&lt;br&gt;
4. Right-click on the database and select Tasks &amp;gt; Generate Scripts.&lt;br&gt;
5. Select the database and under Script Options deselect everything except for “Script
Data”.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ScriptOptions" border="0" alt="ScriptOptions" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/GeneratingINSERTstatementstoaccompanyyou_A40C/ScriptOptions_6.png" width="468" height="484"&gt;&amp;nbsp;&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
6. Click Next and select just the Tables you want (ideally just the smaller, static/lookup
tables).
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ChooseTables" border="0" alt="ChooseTables" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/GeneratingINSERTstatementstoaccompanyyou_A40C/ChooseTables_6.png" width="511" height="484"&gt; 
&lt;/p&gt;
&lt;p&gt;
7. Click Next and specify the file to generate – something like LookupTableData.sql
and let it rip.&lt;br&gt;
8. You can now take that script and add it to your database project in a folder for
data-related scripts.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="DatabaseProject" border="0" alt="DatabaseProject" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/GeneratingINSERTstatementstoaccompanyyou_A40C/DatabaseProject_3.png" width="313" height="285"&gt; 
&lt;/p&gt;
&lt;p&gt;
Ideally you would link in the INSERT script(s) to your &lt;a href="http://msdn.microsoft.com/en-us/library/aa833410(VS.80).aspx" target="_blank"&gt;Post-Deployment
script&lt;/a&gt; to automatically populate the data tables upon deployment. You can also
use the option in the Generate Scripts dialog to give you one file per table, to maximize
your versioning options. If you are already using &lt;a href="http://msdn.microsoft.com/en-us/library/aa833211(VS.80).aspx" target="_blank"&gt;Data
Generation Plans&lt;/a&gt;, be careful to not overlap what they are already doing. For more
information, be sure to read Barclay Hill’s &lt;a href="http://blogs.msdn.com/bahill/archive/2009/03/30/managing-data-motion-during-your-deployments-part-1.aspx" target="_blank"&gt;Part
1&lt;/a&gt; and &lt;a href="http://blogs.msdn.com/bahill/archive/2009/07/02/managing-data-motion-during-your-deployments-part-2.aspx" target="_blank"&gt;Part
2&lt;/a&gt; of a posting on how to manage data motion during your deployments.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d" /&gt;</description>
      <comments>http://blog.accentient.com/CommentView,guid,62f58a82-8f3b-4fe0-b99f-dbc761fc5e5d.aspx</comments>
      <category>SQL Server</category>
      <category>Visual Studio 2008</category>
    </item>
    <item>
      <trackback:ping>http://blog.accentient.com/Trackback.aspx?guid=a1a44583-acff-4ea0-ac55-bc62573c5c24</trackback:ping>
      <pingback:server>http://blog.accentient.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.accentient.com/PermaLink,guid,a1a44583-acff-4ea0-ac55-bc62573c5c24.aspx</pingback:target>
      <dc:creator>Richard Hundhausen</dc:creator>
      <wfw:comment>http://blog.accentient.com/CommentView,guid,a1a44583-acff-4ea0-ac55-bc62573c5c24.aspx</wfw:comment>
      <wfw:commentRss>http://blog.accentient.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a1a44583-acff-4ea0-ac55-bc62573c5c24</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I’ve been doing a lot of work with the Database, er Development edition of VSTS 2008.
Of course I’m running the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&amp;displaylang=en" target="_blank">GDR-R2</a> version
which really changed the architecture of the database projects, as well as the process
of building and deploying.
</p>
        <p>
Prior to the GDR, if you deployed a database project it would automatically create
a Data Connection in the Server Explorer window. I liked this, because I would almost
always follow-up a first time deployment with some data generation or unit testing,
and it just made it easier to select the pre-defined connection from the dropdowns.
It seems that the GDR erased this timesaver. 
</p>
        <p>
  
</p>
        <p>
For example, I just deployed a GDR-R2 database project according to these settings: 
</p>
        <p>
  
</p>
        <p>
          <img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="374" alt="image" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/DeployToDatabaseAddToServerExplorer_CC94/image_3.png" width="623" border="0" />
        </p>
        <p>
  
</p>
        <p>
And when I go to the Server Explorer window, I don’t see my VSTS\dev.AdventureWorks2009.dbo
connection like I would have expected: 
</p>
        <p>
  
</p>
        <p>
          <img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="140" alt="clip_image002" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/DeployToDatabaseAddToServerExplorer_CC94/clip_image002_3.jpg" width="253" border="0" />
        </p>
        <p>
  
</p>
        <p>
Well it seems that this change was by design and it is configurable! According to <a href="http://blogs.msdn.com/vstsdb" target="_blank">Duke
Kamstra</a>, there’s a property in the database project (.dbproj) file that lets you
control this behavior: 
</p>
        <p>
  
</p>
        <p>
          <strong>&lt;DeployToDatabaseAddToServerExplorer&gt;False&lt;/DeployToDatabaseAddToServerExplorer&gt;</strong>
        </p>
        <p>
  
</p>
        <p>
If you set the property to True, the connection will get added to the list which Server
Explorer displays, and the behavior I enjoyed prior to GDR will return. For added
coolness, if you always want this behavior you could modify the template(s) that are
instantiate dbproj file(s) from: C:\Program Files\Microsoft Visual Studio [9.0 | 10.0]\VSTSDB\Extensions\SqlServer\ProjectItems\*\*.dbproj 
</p>
        <p>
  
</p>
        <p>
Duke also tells me that the same property exists in Visual Studio 2010.
</p>
        <img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=a1a44583-acff-4ea0-ac55-bc62573c5c24" />
      </body>
      <title>DeployToDatabaseAddToServerExplorer</title>
      <guid isPermaLink="false">http://blog.accentient.com/PermaLink,guid,a1a44583-acff-4ea0-ac55-bc62573c5c24.aspx</guid>
      <link>http://blog.accentient.com/2009/10/19/DeployToDatabaseAddToServerExplorer.aspx</link>
      <pubDate>Mon, 19 Oct 2009 20:31:53 GMT</pubDate>
      <description>&lt;p&gt;
I’ve been doing a lot of work with the Database, er Development edition of VSTS 2008.
Of course I’m running the &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=bb3ad767-5f69-4db9-b1c9-8f55759846ed&amp;amp;displaylang=en" target="_blank"&gt;GDR-R2&lt;/a&gt; version
which really changed the architecture of the database projects, as well as the process
of building and deploying.
&lt;/p&gt;
&lt;p&gt;
Prior to the GDR, if you deployed a database project it would automatically create
a Data Connection in the Server Explorer window. I liked this, because I would almost
always follow-up a first time deployment with some data generation or unit testing,
and it just made it easier to select the pre-defined connection from the dropdowns.
It seems that the GDR erased this timesaver. 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
For example, I just deployed a GDR-R2 database project according to these settings: 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="374" alt="image" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/DeployToDatabaseAddToServerExplorer_CC94/image_3.png" width="623" border="0"&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
And when I go to the Server Explorer window, I don’t see my VSTS\dev.AdventureWorks2009.dbo
connection like I would have expected: 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
&lt;img title="clip_image002" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="140" alt="clip_image002" src="http://blog.accentient.com/content/binary/WindowsLiveWriter/DeployToDatabaseAddToServerExplorer_CC94/clip_image002_3.jpg" width="253" border="0"&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
Well it seems that this change was by design and it is configurable! According to &lt;a href="http://blogs.msdn.com/vstsdb" target="_blank"&gt;Duke
Kamstra&lt;/a&gt;, there’s a property in the database project (.dbproj) file that lets you
control this behavior: 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
&lt;strong&gt;&amp;lt;DeployToDatabaseAddToServerExplorer&amp;gt;False&amp;lt;/DeployToDatabaseAddToServerExplorer&amp;gt;&lt;/strong&gt; 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
If you set the property to True, the connection will get added to the list which Server
Explorer displays, and the behavior I enjoyed prior to GDR will return. For added
coolness, if you always want this behavior you could modify the template(s) that are
instantiate dbproj file(s) from: C:\Program Files\Microsoft Visual Studio [9.0 | 10.0]\VSTSDB\Extensions\SqlServer\ProjectItems\*\*.dbproj 
&lt;p&gt;
&amp;nbsp; 
&lt;p&gt;
Duke also tells me that the same property exists in Visual Studio 2010.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=a1a44583-acff-4ea0-ac55-bc62573c5c24" /&gt;</description>
      <comments>http://blog.accentient.com/CommentView,guid,a1a44583-acff-4ea0-ac55-bc62573c5c24.aspx</comments>
      <category>Development</category>
      <category>SQL Server</category>
      <category>Visual Studio 2010</category>
    </item>
    <item>
      <trackback:ping>http://blog.accentient.com/Trackback.aspx?guid=d4a9280b-2f16-4bdc-a749-64550c55afb4</trackback:ping>
      <pingback:server>http://blog.accentient.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.accentient.com/PermaLink,guid,d4a9280b-2f16-4bdc-a749-64550c55afb4.aspx</pingback:target>
      <dc:creator>Richard Hundhausen</dc:creator>
      <wfw:comment>http://blog.accentient.com/CommentView,guid,d4a9280b-2f16-4bdc-a749-64550c55afb4.aspx</wfw:comment>
      <wfw:commentRss>http://blog.accentient.com/SyndicationService.asmx/GetEntryCommentsRss?guid=d4a9280b-2f16-4bdc-a749-64550c55afb4</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Microsoft recently announced <a href="http://office.microsoft.com/en-us/FX101550371033.aspx" target="none">Microsoft
Office PerformancePoint Server 2007</a>. I believe this product was a result of the
acquisition of Proclarity (Boise, ID) and a combination SQL Server 2005 BI, and Microsoft
Excel.
</p>
        <p>
          <span class="OTATtl">Read the <a href="http://news.yahoo.com/s/infoworld/20060605/tc_infoworld/78833" target="none">announcement</a> from
InfoWorld (Yahoo).</span>
        </p>
        <img width="0" height="0" src="http://blog.hundhausen.com/cptrk.ashx?id=cad49387-6211-45cc-b800-f4553d6d6713" />
        <img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=d4a9280b-2f16-4bdc-a749-64550c55afb4" />
      </body>
      <title>Microsoft announces Office PerformancePoint Server 2007</title>
      <guid isPermaLink="false">http://blog.accentient.com/PermaLink,guid,d4a9280b-2f16-4bdc-a749-64550c55afb4.aspx</guid>
      <link>http://blog.accentient.com/2006/06/07/MicrosoftAnnouncesOfficePerformancePointServer2007.aspx</link>
      <pubDate>Wed, 07 Jun 2006 06:45:32 GMT</pubDate>
      <description>&lt;p&gt;
Microsoft recently announced &lt;a href="http://office.microsoft.com/en-us/FX101550371033.aspx" target=none&gt;Microsoft
Office PerformancePoint Server 2007&lt;/a&gt;. I believe this product was a result of the
acquisition of Proclarity (Boise, ID) and a combination SQL Server 2005 BI, and Microsoft
Excel.
&lt;/p&gt;
&lt;p&gt;
&lt;span class=OTATtl&gt;Read the &lt;a href="http://news.yahoo.com/s/infoworld/20060605/tc_infoworld/78833" target=none&gt;announcement&lt;/a&gt; from
InfoWorld (Yahoo).&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.hundhausen.com/cptrk.ashx?id=cad49387-6211-45cc-b800-f4553d6d6713"&gt;&lt;img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=d4a9280b-2f16-4bdc-a749-64550c55afb4" /&gt;</description>
      <comments>http://blog.accentient.com/CommentView,guid,d4a9280b-2f16-4bdc-a749-64550c55afb4.aspx</comments>
      <category>SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://blog.accentient.com/Trackback.aspx?guid=9224188c-c681-454f-9615-95ec2c13c695</trackback:ping>
      <pingback:server>http://blog.accentient.com/pingback.aspx</pingback:server>
      <pingback:target>http://blog.accentient.com/PermaLink,guid,9224188c-c681-454f-9615-95ec2c13c695.aspx</pingback:target>
      <dc:creator>Richard Hundhausen</dc:creator>
      <wfw:comment>http://blog.accentient.com/CommentView,guid,9224188c-c681-454f-9615-95ec2c13c695.aspx</wfw:comment>
      <wfw:commentRss>http://blog.accentient.com/SyndicationService.asmx/GetEntryCommentsRss?guid=9224188c-c681-454f-9615-95ec2c13c695</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <br />
Check out our article on Data Mining in the October issue of <a href="http://www.idahobusinessiq.com/" target="none">Business
IQ Magazine</a>. You'll need to download the <a href="http://blog.accentient.com/files/iqidaho.pdf" target="none">October
issue</a> and read it for yourself! It's about 5mb.<br /><img width="0" height="0" src="http://blog.hundhausen.com/cptrk.ashx?id=19e8dc83-fa76-4a4c-ab61-af95ffd75ea6" /><img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=9224188c-c681-454f-9615-95ec2c13c695" /></body>
      <title>Steve and Rich's article in Idaho IQ magazine</title>
      <guid isPermaLink="false">http://blog.accentient.com/PermaLink,guid,9224188c-c681-454f-9615-95ec2c13c695.aspx</guid>
      <link>http://blog.accentient.com/2005/12/03/SteveAndRichsArticleInIdahoIQMagazine.aspx</link>
      <pubDate>Sat, 03 Dec 2005 20:45:10 GMT</pubDate>
      <description>&lt;br&gt;
Check out our article on Data Mining in the October issue of &lt;a href="http://www.idahobusinessiq.com/" target=none&gt;Business
IQ&amp;nbsp;Magazine&lt;/a&gt;. You'll need to download the &lt;a href="http://blog.accentient.com/files/iqidaho.pdf" target=none&gt;October
issue&lt;/a&gt; and read it for yourself! It's about 5mb.&lt;br&gt;
&lt;img width="0" height="0" src="http://blog.hundhausen.com/cptrk.ashx?id=19e8dc83-fa76-4a4c-ab61-af95ffd75ea6"&gt;&lt;img width="0" height="0" src="http://blog.accentient.com/aggbug.ashx?id=9224188c-c681-454f-9615-95ec2c13c695" /&gt;</description>
      <comments>http://blog.accentient.com/CommentView,guid,9224188c-c681-454f-9615-95ec2c13c695.aspx</comments>
      <category>SQL Server</category>
    </item>
  </channel>
</rss>