-
Recent Posts
Categories
- Books (29)
- Computers and Internet (3)
- Data Warehousing (8)
- Dungeons and Dragons (4)
- Games (2)
- General Ramblings (25)
- Movies (1)
- News and politics (1)
- SQL (84)
- SSIS (23)
- Travel (11)
- Uncategorized (16)
Tags
70-451 Awards Book Book Review CLR Configurations Database Design Data Integrity Data Modeling Data Quality DB2 Full Text Index Goals Indexes JSSUG MCITP MCTS MSDN Forums PASS Performance Tuning Professional Development Professional Goals Query Tuning Quick Tip Rambling Rant Script Component Security Service Broker SQLRally SQL Saturday SSIS SSIS Configurations SSIS Expressions SSIS Framework SSIS Precedence Constraints SSIS Quick Tip Stored Procedures Table Design Tech Book Tech Books Training UDF View XMLArchives
- April 2013
- February 2013
- January 2013
- May 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- November 2007
Monthly Archives: February 2011
70-451–MCITP–Designing Queries for Performance–Optimize and Tune Queries
Requirements Optimize and tune queries. This objective may include but is not limited to: optimizer hints, common table expressions (CTEs), search conditions, temporary storage, GROUP BY [GROUPING SETS|CUBE|ROLLUP] My Take The task of optimizing and tuning queries is something which … Continue reading
70-451–MCITP–Designing an XML Strategy–Design a Strategy to Transform XML into Relational Data
Requirements Design a strategy to transform XML into relational data.This objective may include but is not limited to: .nodes, .value, .query, XQuery and XPath My Take In this section we will investigate how we query the XML data to retrieve … Continue reading
70-451–MCITP–Design an XML Strategy–Design a Query Strategy by using FOR XML
Requirements Design a query strategy by using FOR XML.This objective may include but is not limited to: views, FOR XML PATH and EXPLICIT, FOR XML…TYPE My Take This section appears to be concerned with how it is that we will … Continue reading
70-451–MCITP–Design an XML Strategy–Design a Strategy to Query and Modify XML Data
Requirements Design a strategy to query and modify XML data.This objective may include but is not limited to: when to use appropriate XPath and XQuery expressions, .query vs. .value, XML indexes for performance, typed vs. untyped, .exist, .modify My Take … Continue reading
70-451–MCITP–Designing an XML Strategy – Design XML Storage
Requirements Design XML storage.This objective may include but is not limited to: determining when to use XML for storage, untyped vs. typed (XML schema collection) My Take It seems to me that this section wants us to look into why … Continue reading