<?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>Solution Log &#124; Antonio David - NVNCBL &#187; microsoft</title>
	<atom:link href="http://www.nvncbl.com/tagged/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nvncbl.com</link>
	<description>A place to log my programming solutions for future reference</description>
	<lastBuildDate>Mon, 17 May 2010 21:39:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>When Wizards Get in the Way</title>
		<link>http://www.nvncbl.com/2009/06/when-wizards-get-in-the-way/</link>
		<comments>http://www.nvncbl.com/2009/06/when-wizards-get-in-the-way/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 17:57:07 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[stored procedure]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[wizard]]></category>

		<guid isPermaLink="false">http://www.nvncbl.com/?p=238</guid>
		<description><![CDATA[Many of Microsoft&#8217;s development products, when given an SQL query, will try to perform all sorts of analysis and breakdowns on the query &#8212; usually in an attempt to visualize what&#8217;s going on.  When the queries become too complex (as the tend to be), they just can&#8217;t be parsed and visualized.  Furthermore, when the successful [...]]]></description>
			<content:encoded><![CDATA[<p>Many of Microsoft&#8217;s development products, when given an SQL query, will try to perform all sorts of analysis and breakdowns on the query &#8212; usually in an attempt to visualize what&#8217;s going on.  When the queries become too complex (as the tend to be), they just can&#8217;t be parsed and visualized.  Furthermore, when the successful parsing of a query is critical to one of their &#8220;wizards&#8221;, your report creation process can be brought to a standstill.</p>
<p>
<a href="http://www.nvncbl.com/wp-content/gallery/articles/wizard.jpg" title="" class="shutterset_singlepic23" >
	<img class="ngg-singlepic ngg-left" src="http://www.nvncbl.com/wp-content/gallery/cache/23__125x94_wizard.jpg" alt="wizard.jpg" title="wizard.jpg" />
</a>
Queries that have a few levels of subquery nesting, or that have UNIONs, for example, will sometimes break parsing.</p>
<p>So, if you don&#8217;t want your development tools (such as Visual Studio) to get in the way of completing a report wizard, put your SQL query in a stored procedure.  This way, your tools won&#8217;t be concerned with the nitty gritty details of your query.  You can still pass @variables to the query, and you can make changes to the query without stepping into your designer&#8217;s .rdlc files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvncbl.com/2009/06/when-wizards-get-in-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Sharepoint 101</title>
		<link>http://www.nvncbl.com/2008/12/microsoft-sharepoint-101/</link>
		<comments>http://www.nvncbl.com/2008/12/microsoft-sharepoint-101/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 19:06:26 +0000</pubDate>
		<dc:creator>Antonio</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[barnes and noble]]></category>
		<category><![CDATA[for dummies]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sharepoint]]></category>

		<guid isPermaLink="false">http://www.nvncbl.com/?p=52</guid>
		<description><![CDATA[ In the interests of expanding my technical abilities, I&#8217;ve picked up a copy of Microsoft Sharepoint 2007 for Dummies.  I spent a few hours at the Barnes &#38; Noble at Riverside Square, Paramus, NJ skimming through various books on this subject.  I found the &#8220;For Dummies&#8221; version to be the most &#8220;in-plain-English&#8221; and &#8220;non-Microsoft-tech-speak&#8221;.  [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border: 0pt none; margin-left:10px;" src="http://images.barnesandnoble.com/images/13860000/13867262.JPG" border="0" alt="Microsoft SharePoint 2007 For Dummies by Vanessa L. Williams: Book Cover" width="100" height="124" align="right" /> In the interests of expanding my technical abilities, I&#8217;ve picked up a copy of <a href="http://search.barnesandnoble.com/Microsoft-SharePoint-2007-For-Dummies/Vanessa-L-Williams/e/9780470099414/?itm=1" class="external">Microsoft Sharepoint 2007 for Dummies</a>.  I spent a few hours at the Barnes &amp; Noble at Riverside Square, Paramus, NJ skimming through various books on this subject.  I found the &#8220;For Dummies&#8221; version to be the most &#8220;in-plain-English&#8221; and &#8220;non-Microsoft-tech-speak&#8221;.  If you don&#8217;t know what &#8220;Microsoft-tech-speak&#8221; is, be very happy.</p>
<p><span id="more-52"></span>After standing on line for a good 20 minutes, (post-Christmas shoppers), I drove home with a new-found source of knowledge.  Less than halfway through the first chapter of the book, I read this:</p>
<blockquote><p>&#8220;SharePoint requires a lot of skills, and it&#8217;s not likely that you have all of them.  I know I sure don&#8217;t.  You have to make arrangements to acquire the skills you don&#8217;t have in-house.&#8221;</p></blockquote>
<p>&#8220;I know I sure don&#8217;t&#8221;  Not exactly the confidence boost I need.  Continuing with the rest of the chapter though, SharePoint somehow seems manageable.  Tameable.</p>
<p>I just need to sit down at a working Sharepoint install, or at least Windows Server 2003 so I can get SharePoint up and running.  This book has a whole chapter on installing SharePoint.  More updates as I continue reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nvncbl.com/2008/12/microsoft-sharepoint-101/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
