A place to log my programming solutions.

Tagged :: microsoft

14
Jun 09

When Wizards Get in the Way

Many of Microsoft’s development products, when given an SQL query, will try to perform all sorts of analysis and breakdowns on the query — usually in an attempt to visualize what’s going on.  When the queries become too complex (as the tend to be), they just can’t be parsed and visualized.  Furthermore, when the successful parsing of a query is critical to one of their “wizards”, your report creation process can be brought to a standstill.

wizard.jpg Queries that have a few levels of subquery nesting, or that have UNIONs, for example, will sometimes break parsing.

So, if you don’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’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’s .rdlc files.

27
Dec 08

Microsoft Sharepoint 101

Microsoft SharePoint 2007 For Dummies by Vanessa L. Williams: Book Cover In the interests of expanding my technical abilities, I’ve picked up a copy of Microsoft Sharepoint 2007 for Dummies.  I spent a few hours at the Barnes & Noble at Riverside Square, Paramus, NJ skimming through various books on this subject.  I found the “For Dummies” version to be the most “in-plain-English” and “non-Microsoft-tech-speak”.  If you don’t know what “Microsoft-tech-speak” is, be very happy.

Read more »

About NVNCBL and Myself

Contact Me