<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>ITCareerCoach Training - Coaching &#187; Sql Server Reporting Services Report Writer</title>
	<atom:link href="http://www.it-career-coach.net/category/sql-server-reporting-services-report-writer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.it-career-coach.net</link>
	<description>How To Take Your Career To The Next Level</description>
	<lastBuildDate>Mon, 06 Feb 2012 01:09:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Will Better Database Design Improve Sql Query Performance?</title>
		<link>http://www.it-career-coach.net/2011/05/12/will-better-database-design-improve-sql-query-performance/</link>
		<comments>http://www.it-career-coach.net/2011/05/12/will-better-database-design-improve-sql-query-performance/#comments</comments>
		<pubDate>Thu, 12 May 2011 22:31:47 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[Database Administrator]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[online training]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql boot camp]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL developer interview questions]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql interview questions]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server programming training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[AccessSql]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Reports]]></category>
		<category><![CDATA[sqlserver]]></category>
		<category><![CDATA[TSQL]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=3193</guid>
		<description><![CDATA[Well, I get a number of questions on the relationship between learning and practicing better relational database design principles and writing better, faster or more efficient Sql queries. In this post, I will answer all these questions or the variations of them that focus on the necessity of learning database design when all you want [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F05%2F12%2Fwill-better-database-design-improve-sql-query-performance%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2011%2F05%2F12%2Fwill-better-database-design-improve-sql-query-performance%2F&amp;style=normal&amp;hashtags=AccessSql,databases,msaccess,MSSQL,Reports,SQL,sqlserver,TSQL&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_3306" class="wp-caption aligncenter" style="width: 435px"><img src="http://www.it-career-coach.net/wp-content/uploads/2011/05/will-database-design-improve-sql-queries-performance.jpg" alt="will database design improve sql queries performance?" title="will database design improve sql queries performance?" width="425" height="282" class="size-full wp-image-3306" /><p class="wp-caption-text">will database design improve sql queries performance?</p></div><br />
<blockquote>
<p>Well, I get a number of questions on the relationship between learning and practicing better relational database design principles and writing<strong> better, faster or more efficient</strong> Sql queries.</p>
<p>In this post, I will answer all these questions or the variations of them that focus on the necessity of learning database design when all you want to do is to write sql queries!</p>
</blockquote>
<p><strong>Here are some of the variations of this question</strong>:
<ol>
<li>
<p>
Do I need to master relational database design in other to write better Sql queries?
</p>
</li>
<li>
<p>Is knowledge of normalization, relational integrity and other database development practices, relevant to writing sql queries?
</p>
</li>
<li>
<p>
Why do I need to master entity-relationship concepts or relational database design when all I want to do is write INNER JOINS, OUTER JOINS AND/OR SUBQUERIES?
</p>
</li>
</ol>
<p><strong>Here is my answer to these questions asked by aspiring database designers, report writers or sql query writers</strong>:</p>
<ul>
<li>
<h3>Efficient Sql Queries Depends On Database Index Design</h3>
<p>
One of the best practices adopted by experienced sql query writers is adding the right types of indexes to their table columns especially those used in JOINS or in WHERE Clauses or other Sql Functions (Group BY, etc.).</p>
<blockquote>
<p><b>Guess what?</b> Those indexes are added as part of the database design, database normalization or sql query performance tuning process.</p>
</blockquote>
<p>In other words, learning database design will lead to writing or designing better table indexes which will lead to better sql query performance.</p>
</li>
<li>
<h3>Database Normalization Reduces Data Redundancy &#038; Inconsistency</h3>
<p>
A lot of time can be wasted trying to get <strong>accurate, consistent, reliable</strong> reports by writing long, really cumbersome sql queries when there is redundant, inconsistent data in the underlying database.</p>
<blockquote><p>The real problem is that whenever you have poor normalization or database design, the resulting data redundancy or data inconsistency will make it difficult for a sql query writer to get <strong>accurate, consistent, explainable or understandable</strong> results!</p>
</blockquote>
<p>The reason is that whenever your data is stored in multiple tables because of poor normalization, your sql reports will return inconsistent results because each table contains a different set of data.</p>
<p>This means that your manager or customer will not be able to get an accurate picture of the data because there is no way to verify which of the tables is right or which is wrong!</p>
<p><strong>So, if you want accurate, consistent, reliable sql reports, make sure that you are following the best normalization practices</strong> &#8230;</p>
</li>
<li>
<h3>Writing Overly Complex Sql Queries Because of Poor Normalization</h3>
<p>
A heatlhcare services organization hired our company for a <strong>database consulting</strong> project because their database analysts were getting over-whelmed with providing, accurate, fast, reliable Sql-based reports to medical doctors in their organization!
</p>
<p>After our investigation, we found a poorly normalized database with indexes on text columns, manually generated primary keys, multi-valued domains and other bad database design practices.</p>
<p>This healthcare services provider, wasted so much man-hours trying to get consistent, accurate, reliable report for their medical doctors because the results varied depending on who wrote the report or which table was joined to get the information! </p>
<blockquote><p>This poor database design was also causing their database analysts to <strong>write overly complicated, time consuming, error prone or complex sql queries</strong> for common, every day tasks!</p>
</blockquote>
<p>Since these database analysts were joining patient information tables on text columns, their sql queries were guaranteed to under-perform.</p>
<p>Since the columns where multi-valued, sub-queries had to be used to parse the values of table columns and since the tables did not accurately model the entities used in the business or their relationships, the sql queries where awkward and non-intuitive at best!</p>
<p>The solution was not to spend more time re-writing their sql queries but to normalize and redesign their database, recreate the indexes and then redesign the sql queries from scratch!</p>
</li>
</ul>
<blockquote><p>If you ever find yourself in a situation where you are bending over backwards in your work, trying to make your sql queries return the results that you want, make sure that your database design models your business process and that it follows best practices!</p>
</blockquote>
<p>The job of a Sql Query Writer does not start with just writing efficient sql queries but with learning and practicing database design or normalization best practices.</p>
<p>Only after you ensure that your database design follows generally accepted best practices, are you <strong>empowered </strong>to write <strong>intuitive, high-performing, reliable, consistent </strong>or efficient Sql queries or reports.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2011/05/12/will-better-database-design-improve-sql-query-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>A Step By Step Guide For Creating SQL Reports</title>
		<link>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/</link>
		<comments>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 11:21:10 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[AS400 Report Writer]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[online database developer training]]></category>
		<category><![CDATA[online rdbms training]]></category>
		<category><![CDATA[online report development training]]></category>
		<category><![CDATA[online report writing training]]></category>
		<category><![CDATA[online SQL developer training]]></category>
		<category><![CDATA[online sql training]]></category>
		<category><![CDATA[PL SQL Oracle Report Writer]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Report Writing]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2875</guid>
		<description><![CDATA[While a fair amount of the work that goes into creating, maintaining or optimizing databases is hidden from decision makers, the work that goes into creating reports is immediately visible to management and so, must be given a good deal of attention. This post is written as a guide for creating SQL based reports. It [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F15%2Fa-step-by-step-guide-for-creating-sql-reports%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F03%2F15%2Fa-step-by-step-guide-for-creating-sql-reports%2F&amp;style=normal&amp;hashtags=Report+Writing,SQL+Report+Writer,SQL+report+writing+training&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><div id="attachment_2892" class="wp-caption aligncenter" style="width: 420px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/03/step_by_step_guide.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/03/step_by_step_guide.jpg" alt="A Step by Step Guide" title="A Step by Step Guide" width="410" height="293" class="size-full wp-image-2892" /></a><p class="wp-caption-text">A Step by Step Guide</p></div><br />
<blockquote>
<p>While a fair amount of the work that goes into creating, maintaining or optimizing databases is hidden from decision makers, <strong>the work that goes into creating reports is immediately visible to management</strong> and so, must be given a good deal of attention.
</p>
<p>This post is written as a guide for creating SQL based reports. It helps ensure that high quality, valid, reliable reports are created by report writers.
</p>
<p>After reading this post,  you would have a formal process for creating SQL reports and a step by step guide for reporting on data contained in AS400, Oracle, SQL Server, Microsoft Access or some other database platform.</p>
</blockquote>
<h1>A Step By Step Guide For Creating SQL Reports</h1>
<p>Here is a step by step process for creating SQL Reports &#8230; </p>
<ul>
<li>
<p><strong>Step One</strong>: Gather and Document the Requirements for your Report</p>
</li>
<li>
<p><b>Step Two</b>: Find out where you will be pulling your data from (AS400, Oracle, SQL Server, etc)</p>
</li>
<li>
<p><b>Step Three</b>: Write the SQL Queries for extracting your data from the database</p>
</li>
<li>
<p><b>Step Four</b>: Present and format your SQL Results in a Reporting Tool</p>
</li>
<li>
<p><b>Step Five</b>: Distribute your SQL Based Reports to the end users</p>
</li>
</ul>
<h1>Gather Or Document Requirements</h1>
<p>Considering the complexity of reporting requirements, you may need to first document the requirements of your project before you start developing the reports.</p>
<p>Writing a requirements document would help you ensure that you understand your users, their reporting needs and the operational or business environment.</p>
<p>A requirements document will also help validate the robustness of your reporting solution upfront &#8230; before you start developing the reports.</p>
<h1>How To Access Reporting Data From Heterogeneous Databases?</h1>
<p>Many organizations store there data in more than one type of database which poses a challenge from a skills stand-point. </p>
<p>If your organization uses AS400, Oracle and SQL Server to store data and you&#8217;ve been asked to write a report that draws from all of them, you may find that challenging because each type of database uses a different flavor of SQL.</p>
<p>If this is your situation, then you need to start with the database that you&#8217;re the most familiar with (Microsoft Access, SQL Server, etc.) and see if you can connect to all the other databases from that. </p>
<blockquote><p>Note that many database systems like SQL Server or MS Access offer you the ability to access the data contained in other types of databases easily.</p>
</blockquote>
<h1>How To Design Or Format Reports?</h1>
<blockquote><p>If you are asked to design a SQL based report that presents data in tables or charts with formatting of page titles, page numbering, column headers, sub-totals, totals, page breaks or more &#8230; <strong>here is what you can do</strong></p>
</blockquote>
<ul>
<li>
<p>You can choose a reporting tool like <strong>Crystal Reports</strong> or <strong>SQL Server Reporting Services</strong> or <strong>Microsoft Access</strong>.</p>
<p>Out of these three, Microsoft Access Reports may be the easiest to learn or use in formatting or designing your reports.</p>
</li>
<li>
<p>You can develop or code your reports as a web-page. Note that coding or developing your report using a web-development language like PHP or ASP.NET is a flexible but skill intensive approach to creating reports.</p>
<p>Using a web development language like ASP.NET or PHP, you can execute SQL statements on a database and then return the results formatted into tables, columns, charts, etc, on your web-page.</p>
<p>You can also paginate the results or add advanced searching or filtering options. When you write all the code yourself, you have complete control over what you can do or create with your SQL reports.</p>
</li>
</ul>
<h1>How To Deliver Or Distribute Reports?</h1>
<p>Depending on the organization you work for, you may have to distribute your reports based on the preferences of your users.</p>
<blockquote><p>For example, while some business users expect their reports to be printed and placed on their desk, others may prefer that their reports be distributed by e-mail.</p>
</blockquote>
<p>You can choose between the several possible types of report delivery options including PDF, Microsoft Excel or even deliver your report as a HTML web page.</p>
<h1>How To Schedule Reports?</h1>
<p>Finally, you also have to decide what reporting frequency will be most appropriate for your situation (daily, weekly, monthly, end of year), etc.</p>
<p>Some reports take a while to prepare or consume a fair amount of server resources, so they need to be done nightly or on weekends.</p>
<p>Others like tax or payroll reports may need to be prepared weekly or monthly.</p>
<blockquote><p>The takeaway is that you need to be mindful of each type of report and verify when or how often you need to prepare it.</p>
</blockquote>
<p>So, now you have a set of steps for preparing reports. Start by gathering your reporting requirements. Next, determine the sources of data that will be presented on the report. Then create the reports using SQL. Finally, format and distribute the reports to the appropriate users.</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/03/15/a-step-by-step-guide-for-creating-sql-reports/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>7 Top Database Careers In High Demand</title>
		<link>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/</link>
		<comments>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 08:23:44 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[data warehousing analyst]]></category>
		<category><![CDATA[database design classes]]></category>
		<category><![CDATA[database design courses]]></category>
		<category><![CDATA[database design training]]></category>
		<category><![CDATA[database developer books]]></category>
		<category><![CDATA[database developer boot camp]]></category>
		<category><![CDATA[database developer classes]]></category>
		<category><![CDATA[database developer courses]]></category>
		<category><![CDATA[database developer online training]]></category>
		<category><![CDATA[database developer questions]]></category>
		<category><![CDATA[Database Developer Training]]></category>
		<category><![CDATA[database development classes]]></category>
		<category><![CDATA[database development courses]]></category>
		<category><![CDATA[database development training]]></category>
		<category><![CDATA[Database Marketing Jobs]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[database training]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql books]]></category>
		<category><![CDATA[sql boot camp]]></category>
		<category><![CDATA[sql classes]]></category>
		<category><![CDATA[SQL courses]]></category>
		<category><![CDATA[sql data analysts]]></category>
		<category><![CDATA[SQL developer interview questions]]></category>
		<category><![CDATA[SQL Developer Training]]></category>
		<category><![CDATA[SQL Developers]]></category>
		<category><![CDATA[sql interview questions]]></category>
		<category><![CDATA[sql online training]]></category>
		<category><![CDATA[SQL Programmers]]></category>
		<category><![CDATA[sql programming courses]]></category>
		<category><![CDATA[SQL programming training]]></category>
		<category><![CDATA[SQL questions]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[SQL Server database developer training]]></category>
		<category><![CDATA[SQL Server programming training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[SQL Server training]]></category>
		<category><![CDATA[Sql Training]]></category>
		<category><![CDATA[Data Analyst Training]]></category>
		<category><![CDATA[data analysts]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2852</guid>
		<description><![CDATA[The 7 Top, In-Demand Database Careers Database skills are foundational to jobs in the IT Industry. By that, I mean whether you&#8217;re a business analyst, software tester, project manager, software developer or even a web designer, you&#8217;ll be using relational database and sql query writing skills at some time in your career. Database or SQL [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F23%2Ftop-database-careers-in-high-demand%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2010%2F02%2F23%2Ftop-database-careers-in-high-demand%2F&amp;style=normal&amp;hashtags=Data+Analyst+Training,data+analysts&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_2853" class="wp-caption alignright" style="width: 435px"><a class="highslide" onclick="return vz.expand(this)" href="http://www.it-career-coach.net/wp-content/uploads/2010/02/database-sql-careers.jpg"><img src="http://www.it-career-coach.net/wp-content/uploads/2010/02/database-sql-careers.jpg" alt="database careers in demand" title="database careers in demand" width="425" height="282" class="size-full wp-image-2853" /></a><p class="wp-caption-text">database careers in demand</p></div>
<h2>The 7 Top, In-Demand Database Careers</h2>
<blockquote><p>Database skills are foundational to jobs in the IT Industry.</p>
<p>By that, I mean whether you&#8217;re a <i>business analyst, software tester, project manager, software developer or even a web designer</i>, you&#8217;ll be using relational database and sql query writing skills at some time in your career.</p>
</blockquote>
<p>Database or SQL skills are also important because they position you for multiple careers paths ranging from that of the database developer to the data mining professional.</p>
<h3>Career Paths for Database Professionals</h3>
<p>Here is a comprehensive list of database career paths and their respective roles, duties, responsibilities and skill sets.</p>
<ol>
<li>
<h3>Relational Database Developer Career</h3>
<p> This is one of the foundational database careers in the sense that you can hardly qualify for other database career path without a strong relational database design &#038; development foundation.</p>
<blockquote><p>Database developers are <strong>responsible for</strong> <i>designing, architecting or developing</i> relational databases using a <strong>database development tool like</strong> <i>Microsoft Access, SQL Server, MySQL or Oracle</i>.</p>
</blockquote>
</li>
<li>
<h3>SQL Developer / Query Writer Career</h3>
<p> This is the another foundational database career in the sense that you will need strong SQL query writing skills regardless of your role, job or designation in the IT Industry.</p>
<blockquote><p>SQL Developers or Query Writers are typically <strong>responsible for</strong> updating, deleting, creating or manipulating the data contained in relational databases <strong>using a database programming or query language</strong> known as SQL.</p>
</blockquote>
<p>There are several dialects of SQL marketed by database vendors and each dialect is executed in the database using an administrative <strong>front-end tool like</strong> SQL Server&#8217;s T-SQL Management Studio.</p>
</li>
<li>
<h3>Database Administrator (DBA) Careers</h3>
<p> DBAs are responsible for keeping the database up and running for the company&#8217;s operations.</p>
<blockquote><p>DBAs are also responsible for installing, configuring and maintaining the entire database infrastructure or platform in their organizations.</p>
<p>In addition, DBAs secure their databases from unauthorized access, manage the storage available on databases and optimize their performance.</p>
</blockquote>
<p>DBAs are found in organizations that store and maintain their own data in-house using relational database management systems like SQL Server, Oracle and MySQL.</p>
</li>
<li>
<h3>The Report Writer Career</h3>
<p> Report Writer Career paths are equally important in the database industry.</p>
<p>Report Writers need to have strong relational database and SQL query writing or development skills.</p>
<blockquote><p>The Report Writer&#8217;s <strong>responsibility includes designing, developing, scheduling and distributing</strong> database reports.</p>
<p>Report Writers utilize tools like <i>Crystal Report Writer, Business Objects, Microsoft Access or SQL Server Reporting Services</i> for their work.</p>
</blockquote>
<p>Report Writers also tend to spend a good amount of time collecting requirements or presenting their reports to stakeholders, executives, management, business analysts or software developers.</p>
</li>
<li>
<h3>Data Analyst Career</h3>
<p> The Data Analyst career is <strong>frequently confused for a purely statistical career </strong>path.</p>
<p>Data Analysis roles actually utilize SQL query writing, relational database development and statistical data analysis skills.</p>
<blockquote><p>In the IT industry, the information accessed and analyzed by data analysts resides in relational databases. So, data analysts have to also master the relational database and sql query writing path of their careers as well &#8230; and not just the statistical skills.</p>
</blockquote>
<p>A lot of people <i>struggle with the distinctions between purely statistical careers and the database analyst careers</i> &#8230; don&#8217;t be one of those!</p>
</li>
<li>
<h3>The Data Warehousing / Business Intelligence (BI) Career</h3>
<p> BI and Data Warehousing careers require skillsets that are almost opposite to that of the relational database developer.</p>
<blockquote><p>While traditional database developers focus on their normalization skills, data warehouse / BI professionals do the exact opposit by developing enterprise, de-normalized databases.</p>
<p>Another key difference is that while traditional database developers typically create Online Transaction Processing (OLTP) databases, data warehousing / BI professionals focus on building Online Analytical Processing (OLAP) databases.</p>
</blockquote>
<p>The BI / Data Warehousing professional&#8217;s responsibilities also include creating and delivering multi-dimensional reporting tools using Business Intelligence tools like Oracle&#8217;s Business Intelligence (BI) or Microsoft&#8217;s SQL Server Buisness Intelligence platform.</p>
<p>From a responsibility standpoint, the data warehousing / BI professional is responsible for aggregating the data from multiple corporate databases (developed by database developers) into enterprise, corporate databases.</p>
</li>
<li>
<h3>The Data Mining Career</h3>
<p> Data Mining careers require a rigorous background, education or training in specialized computer-based <strong>data mining algorithms</strong> or techniques.</p>
<blockquote><p>Data Mining professionals run algorithms like Neural Networks, Classification, Regression, Segmenattion, Association or Sequence Analysis algorithms on large databases.</p>
</blockquote>
<p>Traditionally, data mining professionals had to have a strong background in <strong>mathematics, statistics and computer science</strong> because they often had to create data mining algorithms from scratch!</p>
<p>But these days, vendors like Microsoft are placing analytics and even data mining within the hands of every motivated database professional through out-of-the-box data mining algorithms like those of SQL Server&#8217;s Data Mining Suite.</p>
</li>
</ol>
<p>The foundational skills required for database careers are taught in the <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="online, web-based sql developer / database training" target="_blank"><i>SQL Boot Camp</i></a> and the additional statistical data analysis requirements for data analysts taught in the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="online, web-based data analyst training" target="_blank"><strong>Data Analysts Boot Camp</strong></a>.</p>
<blockquote><p>If you are interested in gaining one of the most verstaile IT career skills, you should register for either the <a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="online, web-based sql developer / database training" target="_blank"><strong>SQL Boot Camp</strong></a> or the <a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="online, web-based data analyst training" target="_blank"><i>Data Analysts Boot Camp</i></a> (which includes all the courses in the SQL Boot Camp and additional statistical, data analysis training.)</p>
</blockquote>
<p>The only thing left &#8230; is to take your SQL / Data Analysts training knowing that relational database development, SQL query writing and statistical data analysis skills will help advance your future for a long time!</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2010/02/23/top-database-careers-in-high-demand/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>What Is The Job Of A Report Writer?</title>
		<link>http://www.it-career-coach.net/2009/08/03/what-is-the-job-of-a-report-writer/</link>
		<comments>http://www.it-career-coach.net/2009/08/03/what-is-the-job-of-a-report-writer/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:14:09 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[AS400 Report Writer]]></category>
		<category><![CDATA[Cognos Report Writer]]></category>
		<category><![CDATA[Crystal Report Writer]]></category>
		<category><![CDATA[data analysts]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[how to become a computer programmer]]></category>
		<category><![CDATA[Hyperion Report Writer]]></category>
		<category><![CDATA[IBM COBOL Report Writer visual FoxPro Report Writer]]></category>
		<category><![CDATA[Ms Access Report Writer]]></category>
		<category><![CDATA[PL SQL Oracle Report Writer]]></category>
		<category><![CDATA[report development]]></category>
		<category><![CDATA[report development training]]></category>
		<category><![CDATA[report writer training]]></category>
		<category><![CDATA[report writing classes]]></category>
		<category><![CDATA[Report Writing Course]]></category>
		<category><![CDATA[report writing courses]]></category>
		<category><![CDATA[report writing seminar]]></category>
		<category><![CDATA[report writing training]]></category>
		<category><![CDATA[reporting developer training]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>
		<category><![CDATA[reporting developertraining]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2142</guid>
		<description><![CDATA[Can one make a career or earn a living out of just writing SQL Reports? Considering that there&#8217;s more to the SQL Report Writer&#8217;s job than just writing reports, the answer is yes! The following question was posted by a report writer who is trying to get a handle on the duties, roles, responsibilities or [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F08%2F03%2Fwhat-is-the-job-of-a-report-writer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F08%2F03%2Fwhat-is-the-job-of-a-report-writer%2F&amp;style=normal&amp;hashtags=AS400+Report+Writer,Cognos+Report+Writer,Crystal+Report+Writer,Database+Report+Writer,Hyperion+Report+Writer,IBM+COBOL+Report+Writer+visual+FoxPro+Report+Writer,Ms+Access+Report+Writer,PL+SQL+Oracle+Report+Writer,report+development,report+development+training,report+writer+training,report+writing+classes,Report+Writing+Course,report+writing+courses,report+writing+seminar,report+writing+training,reporting+developertraining,SQL+Report+Writer,SQL+report+writing+training,Sql+Server+Reporting+Services+Report+Writer&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_1322" class="wp-caption alignleft" style="width: 138px"><img src="http://www.it-career-coach.net/wp-content/uploads/2009/04/ask_a_question_160_160.jpg" alt="Ask IT Career Coach" title="Ask IT Career Coach" width="128" height="160" class="size-full wp-image-1322" /><p class="wp-caption-text">Ask IT Career Coach</p></div>
<blockquote><p>Can one make a career or earn a living out of just writing SQL Reports?</p>
</blockquote>
<p>Considering that <u>there&#8217;s more to the SQL Report Writer&#8217;s job</u> than<u> just writing reports</u>, the answer is yes!</p>
<p>The following question was posted by a report writer who is trying to get a handle on <strong>the duties, roles, responsibilities or functions</strong> of a SQL Report Writer.</p>
<h2>Can I Make A Career Out Of SQL Report Writing?</h2>
<blockquote><p>Can one make a career out of just writing SQL Reports?</p>
<p>If so, do you think corporations are getting lazy by overpaying SQL Report Writers $65K+ just for writing Reports.</p>
<p>I develop database documents, flow charts, append revisions.. When approved i create the sql, the error checking, import required data for setup&#8230; Move on to programming &#8230; building database connections, run load performance tools (custom built).. modify tables as needed, modify documentation as needed.. bench mark the sites and move on to the next&#8230;</p>
<p>I failed to mention the part where i build custom reports based on the clients needs, exporting to csv/excel/data dumps for other programs/complex dump algorythms</p>
<p>Does the SQL Report Writer have to care about the semantics of database design or the value of the data stored?</p>
</blockquote>
<h2>The Job Of A SQL Report Writer</h2>
<p>The SQL Report Writer&#8217;s role is often misunderstood as just writing reports.</p>
<p>The reality is that a SQL Report Writer&#8217;s job is often more involved!</p>
<p>The Report Writer has to know <strong>the value of the data, where it is coming from, how to get at or extract it, how to clean it and verify that it is accurate and how to present information correctly</strong> using charts, graphs, aggregates, statistical computations, etc.</p>
<ol>
<li>
<p>The Report Writer&#8217;s duties includes optimizing or fine tuning slow running reports. The performance of a report may degrade over time as additional data is loaded into tables or as more tables are joined to get at the required data.</p>
<p>A report may degrade in performance over a period of time or run slowly because the joins are inefficient or because the sql statements need to be optimized or because the data structures (indexes) used in the tables need to be optimized or for other reasons.</p>
<p>Whatever the situation, the Report Writer is responsible for monitoring the performance of reports and taking corrective action to optimize or improve the performance of the reports when necessary.</p>
</li>
<li>
<p>The Report Writer&#8217;s job role includes reconciling discrepancies between the expectations of data managers and information presented in their reports. A report writer has to spend part of their time validating or proving to decision managers that the data presented on their results are valid or accurate.</p>
</li>
<li>
<p>The Enterprise Report Writer is responsible for writing the reports needed for different teams, managers, decision makers or departments.</p>
<p>Some of the reports may use computed or aggregated columns (averages, sums or statistical computations) and the report writer has to write subqueries, nested queries and complex sql statements to present the required data.</p>
</li>
<li>
<p>The Report Writer may have to access, import, extract, transfer or load data from heterogeneous data sources (<i>Oracle, AS/400, SQL SERVER, TEXT FILES, Microsoft Access</i>).</p>
<p>As enterprises grow, they collect data across a network of legacy mainframe applications, geographic boundaries, time zones, and corporate divisions, data warehouses and databases. </p>
</li>
<li>
<p>The Report Writer&#8217;s job description includes presenting timely, up to date or current data. This is especially important for time sensitive reports or nightly reports that need to run successfully before the day shift starts or reports that are compiled at the end of a quarter or business cycle.</p>
<p>Time sensitive reports include monthly statements (bank statements) or reports that need to be printed or mailed by a certain date or reports that need to be available early in the morning for a trading / securities desk or financial / investment team.</p>
</li>
</ol>
<blockquote><p>Yes, there are lot of reasons why a company will hire dedicated SQL Report Writers and Pay them Well <img src='http://www.it-career-coach.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
</blockquote>
<p> This post answers a question about <strong>&#8220;Making A Career Out Of SQL Report Writing&#8221;</strong>!</p>
<p>If you have any Question about your career, <b>Post IT</b> as a comment on this page and I will be sure to answer it for you!</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2009/08/03/what-is-the-job-of-a-report-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
		<item>
		<title>How To Become A SQL Report Writer</title>
		<link>http://www.it-career-coach.net/2009/07/16/how-to-become-a-sql-report-writer/</link>
		<comments>http://www.it-career-coach.net/2009/07/16/how-to-become-a-sql-report-writer/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 21:09:57 +0000</pubDate>
		<dc:creator>ITCareerCoach</dc:creator>
				<category><![CDATA[AS400 Report Writer]]></category>
		<category><![CDATA[Cognos Report Writer]]></category>
		<category><![CDATA[Crystal Report Writer]]></category>
		<category><![CDATA[data analysts]]></category>
		<category><![CDATA[Database Report Writer]]></category>
		<category><![CDATA[Hyperion Report Writer]]></category>
		<category><![CDATA[IBM COBOL Report Writer visual FoxPro Report Writer]]></category>
		<category><![CDATA[Ms Access Report Writer]]></category>
		<category><![CDATA[PL SQL Oracle Report Writer]]></category>
		<category><![CDATA[report development]]></category>
		<category><![CDATA[report development training]]></category>
		<category><![CDATA[report writer training]]></category>
		<category><![CDATA[report writing classes]]></category>
		<category><![CDATA[Report Writing Course]]></category>
		<category><![CDATA[report writing courses]]></category>
		<category><![CDATA[report writing seminar]]></category>
		<category><![CDATA[report writing training]]></category>
		<category><![CDATA[reporting developertraining]]></category>
		<category><![CDATA[SQL Report Writer]]></category>
		<category><![CDATA[SQL report writing training]]></category>
		<category><![CDATA[Sql Server Reporting Services Report Writer]]></category>

		<guid isPermaLink="false">http://www.it-career-coach.net/?p=2050</guid>
		<description><![CDATA[The report writer as a key member of the database, sql or data analytics team is responsible for creating, validating, distributing and documenting the reports required by an organization. Report Writers work with various types of relational databases, sql query writing and report writing tools because they need to retrieve, aggregate and present data from [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F07%2F16%2Fhow-to-become-a-sql-report-writer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.it-career-coach.net%2F2009%2F07%2F16%2Fhow-to-become-a-sql-report-writer%2F&amp;style=normal&amp;hashtags=AS400+Report+Writer,Cognos+Report+Writer,Crystal+Report+Writer,Database+Report+Writer,Hyperion+Report+Writer,IBM+COBOL+Report+Writer+visual+FoxPro+Report+Writer,Ms+Access+Report+Writer,PL+SQL+Oracle+Report+Writer,SQL+Report+Writer,Sql+Server+Reporting+Services+Report+Writer&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.it-career-coach.net/wp-content/uploads/2009/01/jobs-employment-recession1.jpg" alt="jobs-employment-recession" title="jobs-employment-recession" width="150" height="150" class="alignleft size-full wp-image-644" />
<p>The report writer as a key member of the <i>database, sql or data analytics team</i> is responsible for creating, validating, distributing and documenting the reports required by an organization.</p>
<p>Report Writers work with various types of relational databases, sql query writing and report writing tools because they need to <i>retrieve, aggregate and present</i> data from different databases including Oracle, SQL Server or ODBC Compliant Databases.</p>
<blockquote><p>Since it is not practical or feasible for Report Writers to learn or master all the available database reporting tools, they specialize in a few and then learn any additional reporting tool come along on the job!</p>
</blockquote>
<p>Report Writers can port report writing skills from one Reporting Platform to another because Reporting tools are based on<b> these major components:</b></p>
<ol>
<li>
<p><b>Report Writing Databases</b>:&nbsp; Report Writing Databases act as repositories of the company&#8217;s reporting data. The data needed for report writing projects may be stored in data warehouses, proprietary databases, relational databases or ODBC compliant databases.</p>
<p>Report Writers usually have to create Reports based on data distributed across multiple databases or tables. Because writing all the SQL queries, sub queries, joins, aggregate queries, rollups, etc. can get quite involved, they need to have strong SQL Skills, database skills and data analysis skills.</p>
</li>
<li>
<p><b>SQL Queries</b>: Report Writers have to identify the tables that contain the required data based on the reporting requirements handed to them.</p>
<p>After identifying Reporting Requirements, they may have to write complex SQL queries to extract the information, trends, or patterns contained in the data. The final query is often saved for re-use as a stored procedure.</p>
</li>
</ol>
<h3>Report Writer Duties</h3>
<p>Report Writers work closely with end-users, stakeholders or management to gather and document reporting requirements and  to test or validate their reports after.</p>
<p><b>Here are some of the roles and responsibilties of Report Writers:</b></p>
<ol>
<li>
<p><b>SQL Data Retrieval</b>: Report Writers need to write SQL code for extracting, summarizing, aggregating or presenting data from one or more database systems.</p>
</li>
<li>
<p><b>Data Validation</b>: Report Writers need to validate the results of their SQL Queries with the end users because of discrepancies that may exist between what the reports say and what the users expect!</p>
</li>
<li>
<p><b>Data Presentation</b>: Report Writers present their results in the form of tables, pie charts, bar charts and other plots or diagrams. The data presentation duties of a Report Writer is facilitated with Reporting Tools like SQL Server Reporting Services, Crystal Reports or Microsoft Access Reports.</p>
</li>
</ol>
<h3>Report Writer Careers</h3>
<p>Report Writers use tools that they are familiar with to retrieve data from different databases including Oracle, SQL Server or ODBC Compliant Databases.</p>
<p>
<blockquote>It is important to note that a Report Writer who is skilled in one tool like SQL Server Reporting Services and strong in the essentials of relational database design, development and sql query writing can connect to most databases (Oracle, Sybase, Microsoft Access, AS 400, JD Edwards), retrieve the data to SQL Server and then write the Reports.</p></blockquote>
<p>Since it is not practical or feasible for Report Writers to learn or master all the database reporting tools out their, all that they need to do, is specialize in a few reporting tools and then learn any new reporting tools for their specific job situation.</p>
<p>A skilled Report Writers can be placed in a variety of positions including:</p>
<ol>
<li>
<p>Sql Server Reporting Services Report Writer</p>
</li>
<li>
<p>Ms Access Report Writer</p>
</li>
<li>
<p>Crystal Report Writer</p>
</li>
<li>
<p>PL SQL/Oracle Forms/Report Writer </p>
</li>
<li>
<p>SQL Report Writer</p>
</li>
<li>
<p>Hyperion Report Writer</p>
</li>
<li>
<p>Cognos Report Writer</p>
</li>
<li>
<p>IBM COBOL Report Writer</p>
</li>
<li>
<p>Visual FoxPro Report Writer</p>
</li>
<li>
<p>Database Report Writer</p>
</li>
<li>
<p>AS400 Report Writer</p>
</li>
</ol>
<h3>Report Writer Training &#8211; How to Become a SQL Report Writer</h3>
<p>Report Writers may choose only one of these two training options, based on their career aspirations or job requirements.</p>
<ol>
<li>
<p><b><a target="_blank" href="https://www.e-junkie.com/ecom/gb.php?c=cart&#038;i=90350&#038;cl=18643&#038;ejc=2" title="SQL Boot Camp - Report Writer Training" target="_blank">SQL Boot Camp</a></b>:&nbsp;The SQL Boot Camp provides you with all the database development and sql query writing skills needed for Report Writing jobs.</p>
</li>
<li>
<p><b><a target="_blank" href="https://www.e-junkie.com/ecom/gb.php?c=cart&#038;i=203663&#038;cl=18643&#038;ejc=2" title="Data Analyst Boot Camp - Report Writer Training" target="_blank">Data Analyst Boot Camp</a></b>:&nbsp;The Data Analyst Boot Camp provides you with all the database development, sql query writing, data analysis and statistical analysis skills needed for Report Writing jobs.</p>
</li>
</ol>
<p>In this article, I discussed the skill requirements, duties, roles, responsibilities and career paths available to Report Writers.</p>
<p>If you have any question about becoming a Report Writer, go ahead and post it as a comment at the end of this post and I will be glad to answer it for you!</p>
<center>       <br />
<h3>What Is The Toughest Challenge Facing Your Career?</h3><br />
<a title="What Is The Toughest Challenge Facing Your Career?" style="border=0;" target="_blank" href="http://www.it-career-coach.net/ask-it-career-coach/"><br />
            <img style="float:left;" src="http://www.it-career-coach.net/images/banners-720x90b-toughest-challenge.jpg" alt="What Is The Toughest Challenge Facing Your Career?"><br />
 </a> <br />
</center><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit the Shopping Cart, Click Here</u></strong></a></p><br />
<br />
<blockquote><br />
<strong>ABOUT TRAINING & COACHING COURSES</strong> <br />
<ul type="square"> <br />
<li><a href="http://www.it-career-coach.net/shopping-cart/business_analyst_boot_camp.html" title="Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training" target="_blank">Business Analyst Boot Camp - Online, Web Based, Instructor Led, Business Analyst Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/sql_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training" target="_blank">SQL Boot Camp - Online, Web Based, Instructor Led, Hands On, SQL + RDBMS Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/software_developers_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Software Developer Video Training" target="_blank">Software Developer Boot Camp - Online, Web Based, Instructor Led, Software Developer Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/data_analyst_boot_camp.html" title="Online, Web Based, Instructor Led, Hands On, Data Analysts Video Training" target="_blank">Data Analysts Boot Camp - Online, Web Based, Instructor Led, Hands On, Data Analyst Video Training</a></li><br />
<li><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=201078&cl=18643&ejc=2" title="Online, Web Based, Resume + Job Search + Interview Video Training" target="_blank">Get Hired Fast - Online, Web Based, Resume + Job Search + Interview Video Training</a></li><br />
<li><a href="http://www.it-career-coach.net/shopping-cart/coaching_become_a_leader.html" title="Become A Leader Coaching" target="_blank">Become A Leader Coaching - Develop hands-on experience, gain domain expertise, solve industry problems, Stand Up and Be Noticed, market your career using PULL instead of PUSH techniques!</a></li><br />
</ul><br />
</blockquote><br />
<p><a href="http://www.it-career-coach.net/shopping-cart/" target="_blank" title="Shopping Cart"><strong><u>Visit our Shopping Cart</u></strong></a></p>                                                                                                                  ]]></content:encoded>
			<wfw:commentRss>http://www.it-career-coach.net/2009/07/16/how-to-become-a-sql-report-writer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<series:name><![CDATA[Career Paths for Database Professionals]]></series:name>
	</item>
	</channel>
</rss>

