<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>ChoirulAmri.org</title>
	<link>http://choirulamri.org</link>
	<description>born to train, forced to code::SQL Server, SharePoint, .Net, Business Intelligence</description>
	<lastBuildDate>Mon, 19 Oct 2009 03:33:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Optimized desktop with Windows 7</title>
		<description><![CDATA[It was a busy week preparing Windows 7 Launch on October 22, 2009, and I managed to squeeze my time to do Windows 7 presentation for MaxIT event. I will post more detail about Windows 7 next time. In the mean time, you can download the PPT from the event below:
 
Thanks to Andrew for [...]]]></description>
		<link>http://choirulamri.org/archives/481</link>
			</item>
	<item>
		<title>Presenting Trend with Reporting Services</title>
		<description><![CDATA[I posted KPI report in previous entry, something that really cool in SSRS 2008. There is another method to display a trend without much attention on number and achievements. It’s called sparklines. There are many occasions when decision maker only need to know the trend regardless of actual values. A simple visualizations can help them [...]]]></description>
		<link>http://choirulamri.org/archives/480</link>
			</item>
	<item>
		<title>Updated SQL 2008 Slide Deck from MaxIT Event</title>
		<description><![CDATA[I did the second presentation for MaxIT event on July 17, 2009. There are 2 topics presented: Reporting Services 2008 for morning session and Upgrading to SQL Server 2008 in the afternoon. I found several new materials so I decided to update the slide deck and additional demos. If you already downloaded the previous PPT, [...]]]></description>
		<link>http://choirulamri.org/archives/456</link>
			</item>
	<item>
		<title>KPI Report with Reporting Services 2008</title>
		<description><![CDATA[Reporting Services 2008 brought many enhancements for data visualization. The queen is Gauge, which is ideal tool to create scorecard and KPI. Imagine the report popping up in front of manager with colourful and fancy indicators like this:

Gauge is only one among many other things. Charting is more fun than ever, with many 3D effects [...]]]></description>
		<link>http://choirulamri.org/archives/445</link>
			</item>
	<item>
		<title>Some Notes on SQL Server 2008 Backup compression</title>
		<description><![CDATA[I blogged about backup compression here, and I mentioned that the main advantages are saving space, reduced backup and restore time. After discussion with some fellow MVPs, I have to revise my statement in previous post.
Yes, backup compression saves backup and restore time only if there are enough CPU and IO resources available. This is [...]]]></description>
		<link>http://choirulamri.org/archives/433</link>
			</item>
	<item>
		<title>PPT from CTU 2009: Reporting with Data Mining</title>
		<description><![CDATA[Well, traditional reporting is quite common. It connects to relational database, perform calculation and agregation, then display it in a nice and neat report. What is data mining reporting anyway?
It is also a report, but connects to mining model rather than traditional RDBMS. Example: a model to forecast the customer behavior created in SSAS. It [...]]]></description>
		<link>http://choirulamri.org/archives/359</link>
			</item>
	<item>
		<title>Installing SQL 2005 (X64) on Windows 7 RC</title>
		<description><![CDATA[I was forced to install SQL Server 2005 X64 in my system, because my development DB was X64. Since my machine runs Win 7 X64, I was tempted to install on top of it. Anyway, I don’t have a spare machine, and VPC also does not support X64 OS  .
I was thinking that everything [...]]]></description>
		<link>http://choirulamri.org/archives/358</link>
			</item>
	<item>
		<title>Sharepoint – Reporting Services Integration</title>
		<description><![CDATA[I did presentation for MaxIT event on May 29, 2009 and one of the interesting discussion was SharePoint integration with Reporting Services. I know that SharePoint is hot here in Singapore. I also did demo on some new features of SSRS 2008 such as tablix and charting. My presentation slide can be downloaded here:
<iframe scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:240px;height:66px;margin:3px;padding:0;border:1px solid #dde5e9;background-color:#ffffff;" src="http://cid-a2fea47247652396.skydrive.live.com/embedrowdetail.aspx/Public/ChoirulPresentation/SSRS2008-Excel-SharePoint.pdf"></iframe>
There are several advantages of integrating SSRS with SharePoint:
<ul>
	<li>Seamless UI for end user. They do not need to jump from one screen to another to open report and SharePoint dashboard at the same time.</li>
	<li>All reports are deployed as document library, so it follows all SharePoint library setting. It saves lots of time instead of managing report in separate report manager.</li>
	<li>All reports are under SharePoint security setting, giving better consolidated administrative from SharePoint perspective</li>
	<li>Render reports inside web part. It makes building SharePoint dashboard faster and easier.</li>
</ul>
What do we need to configure this:
<ul>
	<li>SharePoint Services 3.0 or MOSS 2007, It’s better if upgraded to SP1 or SP2.</li>
	<li>SQL Server 2005 Reporting Services with SP2, or Reporting Services 2008.</li>
	<li>Reporting Services add-in for SharePoint. There are 2 versions of add-in: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=0ACB75A6-7C1D-4E2B-AF69-7E5F9ECAD299&#38;displaylang=en">SSRS 2005</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=58edd0e4-255b-4361-bd1e-e530d5aab78f&#38;displaylang=en">SSRS 2008</a>.</li>
</ul>
Configuration can be simple (all in one box) or scale up to separate boxes. Below is the logical architecture if SSRS and SharePoint are installed on separate boxes:

<a href="http://choirulamri.org/wp-content/uploads/2009/06/ssrssharepoint.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ssrs-sharepoint" src="http://choirulamri.org/wp-content/uploads/2009/06/ssrssharepoint-thumb.png" border="0" alt="ssrs-sharepoint" width="536" height="303" /></a>

Assuming that SharePoint already installed, below are the explanations to do integration.]]></description>
		<link>http://choirulamri.org/archives/417</link>
			</item>
	<item>
		<title>End to End SSIS Sample</title>
		<description><![CDATA[This is a quick post of my presentation slide and demo codes for Singapore SQL Server User Group last week. I presented the following topics:

What is data warehouse 
Data warehouse design 
How to load dimension and fact table 
Performance trade of 
Best practices in DW design and ETL 
Demos on SSIS 

Grab my PPT and [...]]]></description>
		<link>http://choirulamri.org/archives/342</link>
			</item>
	<item>
		<title>New in SQL Server 2008: Backup Compression</title>
		<description><![CDATA[Backing up database is a routine DBA job. This easy task become a headache when the machine runs out of disk space. We need to cleanup the disk or attach a new one to do the backup. Fortunately, SQL Server 2008 comes with built in compression feature of backup set. We can do backup and compress at the same time. What does it mean?
<ul>
	<li>Save disk space, the compressed size is only around 10% of normal backup.</li>
	<li>Faster backup time.</li>
	<li>Faster restore time (surprise)!.</li>
</ul>
This is very convenience approach instead of doing normal backup and compress it with Winzip. According to benchmark I did, Winzip compression works slower than backup with compress on the fly. Not mention that we also have to unzip the file to restore from backup.

I am also surprise because restoring compressed backup is faster than non compressed. Logically, it needs to decompress and restore so it should be slower than restoring normal one. But my benchmark showed the opposite. I modified the AdventureWorks2008 sample database and insert additional data to make it bigger.

Below is my benchmark results with 900 MB size.
<ul>
	<li>Backup with no compress: 115 seconds</li>
	<li>Backup with compress: 49 seconds</li>
	<li>Restore from non compressed backup : 123 seconds</li>
	<li>Restore from compressed backup : 113 seconds</li>
</ul>
So, are you convinced? Here are the scripts to do compressed backup.]]></description>
		<link>http://choirulamri.org/archives/376</link>
			</item>
</channel>
</rss>
