<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Toto Gamboa</title>
	<atom:link href="http://totogamboa.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://totogamboa.com</link>
	<description>Where Photography &#38; Databases Mix</description>
	<lastBuildDate>Wed, 23 May 2012 19:51:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='totogamboa.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Toto Gamboa</title>
		<link>http://totogamboa.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://totogamboa.com/osd.xml" title="Toto Gamboa" />
	<atom:link rel='hub' href='http://totogamboa.com/?pushpress=hub'/>
		<item>
		<title>SQL Server Data Tools (SSDT) Lengthens Life of SQL Server 2005!</title>
		<link>http://totogamboa.com/2012/03/15/sql-server-data-tools-ssdt-lengthens-life-of-sql-server-2005/</link>
		<comments>http://totogamboa.com/2012/03/15/sql-server-data-tools-ssdt-lengthens-life-of-sql-server-2005/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 11:20:39 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Databases]]></category>
		<category><![CDATA[On Software Development]]></category>
		<category><![CDATA[Database Development]]></category>
		<category><![CDATA[Denali]]></category>
		<category><![CDATA[RTM]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[sql server 2012]]></category>
		<category><![CDATA[SQL Server Data Tools]]></category>
		<category><![CDATA[SSDT]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=895</guid>
		<description><![CDATA[The arrival of SQL Server 2012 last week sparked a semblance of positivity among people who have been using version 2005 who also held off on upgrading and skipping two SQL Server 2008 releases. For a lot of folks like me though, SQL Server 2012 gave a lot of boost and now lengthens the lifespan [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=895&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The arrival of SQL Server 2012 last week sparked a semblance of positivity among people who have been using version 2005 who also held off on upgrading and skipping two SQL Server 2008 releases. For a lot of folks like me though, SQL Server 2012 gave a lot of boost and now lengthens the lifespan of 2005 databases. Not that 2005 is dying, but the tool lend more than a helping hand to a lot of 2005&#8242;s inherent goodies that some might even consider sticking with the version a little bit longer. Enter SQL Server Data Tools (SSDT), formerly aliased as &#8220;<a href="http://totogamboa.com/2011/10/04/juneau-that-you-are-on-steroids-with-denali/" target="_blank">Juneau</a>&#8220;, is the newest tool Microsoft has provided for its legion of SQL Server professionals.</p>
<p><strong>Developing for SQL Server 2005</strong></p>
<p>Though SQL Server 2012 has a lot to offer to anyone, SQL Server 2005 is very much a formidable data platform that would not go away anytime soon. My company still supports a lot of clients running SQL Server 2005 that might not be considering an upgrade anytime soon. And as a matter of strategy, we still very much believe that we have to pick the most common denominator among our target space. So here, just in time, SSDT gets to be initiated with a new project that would at least support SQL Server 2005.</p>
<p><strong>Working Right Away</strong></p>
<p>The <a href="http://totogamboa.com/2011/10/04/juneau-that-you-are-on-steroids-with-denali/" target="_blank">last time I use SSDT was in SQL Server 2012 CTP3</a> and utilized it for some presentation/demo. I downloaded it earlier today and wasted no time and have it installed smoothly. No hiccups. It gets me so excited to play around a new tool with something that won&#8217;t be laid only to be forgotten after some tinkering. This time, SSDT gets to do real work right away with a small database.</p>
<p>Here are some of goodies SQL Server 2005 users from would get from a production release of SQL Server Data Tools:</p>
<ul>
<li><strong>Stand Alone SSDT (No SQL Server 2012, No Visual Studio 2010 needed)</strong>. I was glad Microsoft had a stand-alone distro for this tool. The last time I tried it, it was blended with SQL Server 2012 CTP3. Now, you need not have SQL Server 2012 and Visual Studio 2010. I mean, you don&#8217;t need to have an installation of SQL Server 2012 and Visual Studio 2010 to use SSDT. Without the two, your SSDT off the web installer installs the necessary SQL Server 2012 and Visual Studio 2010 / SP1 components so it can run standalone. I had installed on a bare Windows 7 machine with no SQL Server nor Visual Studio components prior and it just went with no hassles.</li>
<li><strong>SSDT Supports SQL Server 2005 as Target Platform</strong>. As I have tried before, SSDT fully supports development on SQL Server 2005 (lowest version allowed). You get all the bells and whistles of SSDT even if your target deployment platform is only SQL Server 2005. SSDT tunes itself to support 2005 so you are assured that every object you have in your SSDT project is fully supported by 2005&#8242;s engine and syntax.</li>
<li><strong>TSQL Code Analysis On Build</strong>. Most common coding malpractices are easily detected. There are around 14 coding rules that can be detected for any violations. It is all up to you to weed the problems as they appear as warnings (can be set to appear as errors if you wanted to tidy up your TSQL code.</li>
<li><strong>Catches TSQL Design/Compile Time Errors</strong>. For users who were contented to use just the SQL Server Management Studio, catching SQL compile time error isn&#8217;t a routine. Often, code errors are resolved only when executed against a database. For example, this following statement &#8220;SELECT col1, col2 FROM table1 ORDER BY col1, col3&#8243;, when parse or included in a stored procedure, produces no error upon the creation of the stored procedure. With SSDT, errors an be resolved at design/compile time.</li>
<li><strong>Import SQL Server 2005 databases</strong>. This tool comes very handy as I attempt to do some cleaning up of some old 2005 databases and probably copy some old stuff for the new project I am doing. I was able to import 2005 databases into SSDT projects with the goal of running some code analysis. As expected, I was able to detect a lot of areas that arent flagged by the old platform as potential cause of problems (e.g. unresolved references, data typing inconsistencies, possible points of data loses, etc). I was also able to copy easily old structures and stored procedures and have it copied to a new SSDT project I am working on.</li>
<li><strong>Offline Development</strong>. Unless I need to get some data in and out of a database while developing my SQL Server objects, I can completely do my development without needing to connect to a development or production database.</li>
<li><strong>It is FREE!</strong> Thank you Microsoft!</li>
</ul>
<p>My initial feedback on SSDT is that it is a very helpful and very promising tool. For the first release, there is so much goodies that can alleviate some tasks that used to be very tedious before. For the few hours of tinkering, I was able to fashion out a database with ease.</p>
<p>There is a lot more to discover from SSDT. So far, only a few hours of playing time was spent and I felt my productivity has been tremendously boosted.</p>
<p>Indeed, SQL Server 2012 is now the flagship product of Microsoft when it comes to handling data &#8230; but with SSDT&#8217;s help, SQL Server 2005 is here to stay for a bit more.</p>
<p><strong>For more information about SSDT, check out the links below:</strong></p>
<ul>
<li><a href="http://www.microsoft.com/web/gallery/install.aspx?appid=SSDT" target="_blank">Download SSDT! It is FREE!</a></li>
<li><a href="http://msdn.microsoft.com/en-us/data/hh322942" target="_blank">SSDT Frequently Asked Questions</a></li>
</ul>
<p>&nbsp;</p>
<p><a href="https://lh6.googleusercontent.com/-aabr70rkZXw/T1OOkT2vkeI/AAAAAAAABxc/pBHoc0YGQ1k/s1200/IMG_9341-ph-eagle-owl.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh6.googleusercontent.com/-aabr70rkZXw/T1OOkT2vkeI/AAAAAAAABxc/pBHoc0YGQ1k/s1200/IMG_9341-ph-eagle-owl.jpg" alt="" width="700" /></a></p>
<p>The <strong>Philippine Eagle-Owl</strong>. The largest of all owls endemic to the Philippines. It stands almost 20 inches and preys on small mammals like rodents and snakes.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/895/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/895/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/895/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=895&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2012/03/15/sql-server-data-tools-ssdt-lengthens-life-of-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-aabr70rkZXw/T1OOkT2vkeI/AAAAAAAABxc/pBHoc0YGQ1k/s1200/IMG_9341-ph-eagle-owl.jpg" medium="image" />
	</item>
		<item>
		<title>Wild Bird Photography – Calibrate Your Birding Lens</title>
		<link>http://totogamboa.com/2012/03/05/wild-bird-photography-calibrate-your-birding-lens/</link>
		<comments>http://totogamboa.com/2012/03/05/wild-bird-photography-calibrate-your-birding-lens/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 18:48:17 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Photography]]></category>
		<category><![CDATA[avian photography]]></category>
		<category><![CDATA[bird photography]]></category>
		<category><![CDATA[feather]]></category>
		<category><![CDATA[lens calibration]]></category>
		<category><![CDATA[wild bird photography]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=883</guid>
		<description><![CDATA[One of the ways for you to get super sharp bird photos is to know your gear like you know how crazy you are. WARNING: This blog may have OFFENSIVE content if you have been feeling miserably lately. You may opt to skip reading this blog in its entirety, else, read at your own RISK! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=883&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One of the ways for you to get super sharp bird photos is to know your gear like you know how crazy you are.</p>
<p><strong><span style="color:#ff0000;">WARNING: This blog may have OFFENSIVE content if you have been feeling miserably lately. You may opt to skip reading this blog in its entirety, else, read at your own RISK!</span></strong></p>
<p>Recently, my workhorse, the Canon 50D, was admitted to the hospital due to sprained shutter mechanism (one of the consumable/replaceable parts of a Canon DSLR). Advertised by Canon to have 100,000 shutter, I was only able to consume around 65,000 shots when intermittent issues popped up with increasing frequency. First was the black vertical arc appearing on my photos against extreme backlights and the last one was the intermittent Error 30 during 6fps bursts. I must have overused it to the point of exhaustion. But I thought there are 35000 shutters more left for me? Aaah, the beauty of advertising.</p>
<p>To cut the story short, I had the shutter mechanism transplanted with a brand new parts. It took Canon Philippines a week to fix it and now I have another 65,000 shutters to boot. My Canon 50D is now back in action.</p>
<p>The core of this blog though was the consequence of having a brand new piece of mechanism in my birding rig. As soon as I got it back to working condition, I suspected that some shots were off in terms of sharpness that I used to have. I thought that the only way to get confirmation of this sharpness issue is to go out birding and have the gears tested and re-calibrated if indeed sharpness was off.</p>
<p>Unknown to many, bodies and lenses that you buy, aren&#8217;t perfect. The moment you have your lens mated with a camera, you may have brought with it some problems. The mating of the camera body and a lens produces unique combinations. Sometimes both are perfect combinations, sometimes both needs some tuning so minute imperfections are threshed out. One of the most important concern that a birder needs to look at his gears is &#8216;auto-focusing&#8217;. Having perfect &#8216;focus&#8217; delivers super sharp images. In bird photography, having a mis-focusing rig, however minute, gives you images that sharp but are not extremely sharp.</p>
<p>So if you really want extreme sharpness, you should know how to calibrate your camera and your lens to achieve perfect focus. You do calibration when one of these things happen:</p>
<ul>
<li>after you combine a body and a lens (right after you have bought the set)</li>
<li>when something in the combination has changed (in my case, some mechanism that might affect focusing was replaced)</li>
<li>during some regular tune-ups (I typically re-tune my rig once every 6 months)</li>
<li>when you suspect sharpness is an issue</li>
</ul>
<p>The good news is that, it is very easy to have your rig finely tuned to achieve perfect focusing. First, you just need to know if your camera body has some feature that allows you to calibrate auto-focus. My Canon 50D has one and it is called <strong>Micro Focus Adjustment (MFA)</strong>. I would suggest at this point that you check your camera&#8217;s user&#8217;s manual if indeed your camera supports this. If you camera doesn&#8217;t have this feature, sorry, you may have to bring your rig to your service center for proper tuning. If you happen to have this feature, check the manual on how to use the feature. this might differ from camera to camera depending on brand and models.</p>
<p>As a bird photographer though this is how I calibrated my camera and lens upon suspecting some sharpness issue caused maybe by the installation of a brand new shutter mechanism.</p>
<p>NOTE: I purposely went to Angono, Rizal yesterday to shoot the Philippine Eagle-Owl and at the same time recalibrate my camera and lens to achieve perfect focusing. This is how I did the tuning:</p>
<ol>
<li>Mount your gear on a sturdy tripod. You must not move your tripod during the entire calibration process.</li>
<li>There is no better substitute than to use the REAL THING and do it outdoors! Use bird feathers when calibrating your gears. Feather details are what you are after so using a feather would give exactly the same feedback as shooting birds. Since the Philippine Eagle-Owl is readily available yesterday, I &#8216;plucked&#8217; a feather from it and use it for calibration. Place the feather at exactly just a bit right outside your MFD (minimum focusing distance). If you can&#8217;t get a feather, you are not a resourceful bird photographer. I suggest you shoot landscapes and sunsets.</li>
<li>Format your cam&#8217;s media card.</li>
<li>Set Timer mode to shoot. 2 seconds would do. Go for 10 if you want.</li>
<li>Set rig to LIVEVIEW, lens at wide open and set to its longest focal length. Zoom in to the feather @ maximum magnification (10x for my Canon 50D). Focus manually or using contrast-detection focusing. This will enable you to have a visual confirmation on the sharpness of feather details via your cam&#8217;s LCD screen. Then shoot! Be sure that you produce an ultra sharp image using this process. Repeat Step 5 until you are able to produce a single ultra sharp image. This ultra sharp image will be used as your guide in achieving perfect focusing. Be sure to delete the ones that are not as sharp as can be. Retain only one image that is the sharpest.</li>
<li>Set lens to auto focusing mode. Set the proper limiter (mine @ 3.5 meters) if your lens have these switches. Set lens wide open and its longest focal length (for zoom).</li>
<li>Set <strong>MFA</strong> to zero and shoot at the feather. Using your cam&#8217;s LCD, view and compare the output from your previously saved ultra sharp image that was earlier taken via LIVEVIEW. If you happen to have the same ultra sharpness between the two images, then congratulations for having a perfectly tuned and focusing rig and your tuning is DONE. However, if sharpness is doubtful, you may either increase or decrease MFA setting and repeat Step 7. DO this until you achieve the same level of sharpness as the one you had using LIVEVIEW.</li>
<li>After you are done, only then you can move the tripod. If you have moved your tripod during the process, then you consider repeating from Step 1.</li>
</ol>
<p>Here is the result of my calibration earlier using a real Philippine Eagle-Owl feather in Angono, Rizal. Click on the photo for high-resolution viewing.</p>
<p><a href="https://lh6.googleusercontent.com/-J8xTNYyR4pk/T1OyVR-jq4I/AAAAAAAAByU/Vpv-3fO4dtM/s1200/IMG_9376-eagle-owl-feather.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh6.googleusercontent.com/-J8xTNYyR4pk/T1OyVR-jq4I/AAAAAAAAByU/Vpv-3fO4dtM/s1200/IMG_9376-eagle-owl-feather.jpg" alt="" width="700" /></a></p>
<p>Prior to my cam&#8217;s shutter mechanism getting replaced, my MFA setting was at +4. Long ago, it was at +8. Now with its brand new shutter, it is at +12.</p>
<p>This is all folks! I hope this article has given you an idea on how to know your gears better.</p>
<p><strong><span style="color:#ff0000;">NOTE: No birds were harmed during the calibration process.</span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/883/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/883/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/883/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=883&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2012/03/05/wild-bird-photography-calibrate-your-birding-lens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-J8xTNYyR4pk/T1OyVR-jq4I/AAAAAAAAByU/Vpv-3fO4dtM/s1200/IMG_9376-eagle-owl-feather.jpg" medium="image" />
	</item>
		<item>
		<title>A Snapper, a Goby and a Barracuda!</title>
		<link>http://totogamboa.com/2012/02/10/a-snapper-a-goby-and-a-barracuda/</link>
		<comments>http://totogamboa.com/2012/02/10/a-snapper-a-goby-and-a-barracuda/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 07:33:17 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Angling]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=856</guid>
		<description><![CDATA[Weekend of January 28th, I woke up with an itch and found myself on the road to my favorite fishing spot in Cavite. It was past 8:00am when I arrive. Thinking that I was a bit late, I was just hoping that the day would be less lousy. After I parked, I wasted no time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=856&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Weekend of January 28th, I woke up with an itch and found myself on the road to my favorite fishing spot in Cavite. It was past 8:00am when I arrive. Thinking that I was a bit late, I was just hoping that the day would be less lousy. After I parked, I wasted no time and rigged one rod for some live bait skipping my usual routine of casting artificial lures for the first hour or two. My target bait was the promising, becoming a favorite feathered river gar (&#8216;kansusuwit&#8217;). In a few minutes, I reeled in one. I immediately tossed it back to the water for some 10 meters and as it splash and thrash in the water to get rid itself from the hook, it was like whaaaam! In an instant, I got myself this:</p>
<p><a href="https://lh3.googleusercontent.com/-_bT01YpxZig/TzGN-rLPhdI/AAAAAAAABqg/Tgr3fBxJJ-s/s1200/01282012095.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh3.googleusercontent.com/-_bT01YpxZig/TzGN-rLPhdI/AAAAAAAABqg/Tgr3fBxJJ-s/s1200/01282012095.jpg" alt="" width="700" /></a></p>
<p>I got myself a perfectly sized Pargo or the Mangrove Jack. Officially called a Mangrove Red Snapper (Lutjanus argentimaculatus). As excitement engulfed my senses, I reached to remove the hook when I got careless. It was able to snap the tip of my thumb and blood just oozed for like 5 minutes. I realized then why it was called a &#8216;snapper&#8217;. It was really painful but was quite happy with what I landed. My first ever Pargo.</p>
<p>Then got myself another lively kansusuwit and as it landed back to the water, another strike from something big. This time though it got away. Then no strikes for the next hour or so.</p>
<p>I decided to change rig and opted for some dough bait to try if some tilapias would bite. Then I got another bite. This time I got this:</p>
<p><a href="https://lh3.googleusercontent.com/-u99tHF1Wno8/Tyad1w_C4AI/AAAAAAAABog/SKzYKwUz5Xo/s1200/01282012098.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh3.googleusercontent.com/-u99tHF1Wno8/Tyad1w_C4AI/AAAAAAAABog/SKzYKwUz5Xo/s1200/01282012098.jpg" alt="" width="700" /></a></p>
<p>This is some biggest Biya (Tank Goby, Glossogobius giuris) I have ever seen and caught.</p>
<p>For the next couple of hours, there was no sign that my day would be bountiful so I was just there keeping myself busy with some sandwich and some ice cold soda.</p>
<p>Past lunch time, I decided to switch to live bait once again and got myself a kansusuwit. I tossed it back to the water and after some minutes, I got a huge strike but I wasn&#8217;t able to set the hook. As I retrieve to cast my bait farther, I got another strike, then a long pull. I moved to set the hook but it got away. However, all that was left of my bait was the head of the river gar. Something hungry got the other half of the fish. I tossed back the half bait and got another strike. I was able to set the hook properly and as I reel in, the fish jumped out of the water and showed itself to me. This is what I caught:</p>
<p><a href="https://lh3.googleusercontent.com/-lYHUeo7ufdw/TyfzJoVbT7I/AAAAAAAABpQ/4pZMJxnAa2U/s1200/IMG_4673.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh3.googleusercontent.com/-lYHUeo7ufdw/TyfzJoVbT7I/AAAAAAAABpQ/4pZMJxnAa2U/s1200/IMG_4673.jpg" alt="" width="700" /></a></p>
<p>I got myself a Juvenile Great Barracuda (Sphyraena barracuda). I wasn&#8217;t able to properly shot some decent photo right after I landed this unexpected predator but shot this after I got home. Few more hours of casting live baits but gotten zero strikes.</p>
<p>It was getting late in the afternoon when I decided to have my mobile parked nearer to where I was so I decided to just leave my rod unattended. As I got back, the rod was violently bending and shaking as I have forgotten to loosen the drag a bit. But before I could get to the rod, something snapped. As I retrieve, all I got was a freshly snapped branch of the mangrove tree, around half of an inch in diameter, with the leading hook, a bit straightened and embedded on the bark while the trailing hook gone. It must have been some kind of a monster to do something like that to a size 2 hook tied to a 30 pound test line. After the incident, it was uneventful until I called it a day.</p>
<p>I went home a happy angler! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/856/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/856/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/856/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=856&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2012/02/10/a-snapper-a-goby-and-a-barracuda/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>

		<media:content url="https://lh3.googleusercontent.com/-_bT01YpxZig/TzGN-rLPhdI/AAAAAAAABqg/Tgr3fBxJJ-s/s1200/01282012095.jpg" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-u99tHF1Wno8/Tyad1w_C4AI/AAAAAAAABog/SKzYKwUz5Xo/s1200/01282012098.jpg" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-lYHUeo7ufdw/TyfzJoVbT7I/AAAAAAAABpQ/4pZMJxnAa2U/s1200/IMG_4673.jpg" medium="image" />
	</item>
		<item>
		<title>Toto Gamboa &#124; Philippine Football Images</title>
		<link>http://totogamboa.com/2012/01/27/toto-gamboa-philippine-football-images/</link>
		<comments>http://totogamboa.com/2012/01/27/toto-gamboa-philippine-football-images/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 03:14:19 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Photography]]></category>
		<category><![CDATA[aktv]]></category>
		<category><![CDATA[azkals]]></category>
		<category><![CDATA[football]]></category>
		<category><![CDATA[Philippines]]></category>
		<category><![CDATA[soccer]]></category>
		<category><![CDATA[ufl]]></category>
		<category><![CDATA[united football league]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=851</guid>
		<description><![CDATA[Just compiled my shots of in Facebook of football games in the country. This includes games of Azkals and UFL (United Football League Philippines). Philippine Football Albums<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=851&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just compiled my shots of in Facebook of football games in the country. This includes games of Azkals and UFL (United Football League Philippines).</p>
<p><a href="https://www.facebook.com/pages/Toto-Gamboa-Philippine-Football-Images/162216727214524" target="_blank">Philippine Football Albums</a></p>
<p><a href="https://www.facebook.com/pages/Toto-Gamboa-Philippine-Football-Images/162216727214524" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh4.googleusercontent.com/--hxeGIpGy-Q/Tqqr9vR89qI/AAAAAAAABC4/unELhibXDg4/s1152/IMG_6970.jpg" alt="" width="700" height="467" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/851/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/851/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/851/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=851&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2012/01/27/toto-gamboa-philippine-football-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>

		<media:content url="https://lh4.googleusercontent.com/--hxeGIpGy-Q/Tqqr9vR89qI/AAAAAAAABC4/unELhibXDg4/s1152/IMG_6970.jpg" medium="image" />
	</item>
		<item>
		<title>The Reckoning: The &#8216;Sword&#8217; Just Got Bigger</title>
		<link>http://totogamboa.com/2012/01/25/the-reckoning-the-sword-just-got-bigger/</link>
		<comments>http://totogamboa.com/2012/01/25/the-reckoning-the-sword-just-got-bigger/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 03:13:38 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Angling]]></category>
		<category><![CDATA[asian brown flycatcher]]></category>
		<category><![CDATA[baitfish]]></category>
		<category><![CDATA[balu]]></category>
		<category><![CDATA[brackish water]]></category>
		<category><![CDATA[Cavite]]></category>
		<category><![CDATA[feathered river-garfish]]></category>
		<category><![CDATA[kansusuwit]]></category>
		<category><![CDATA[livebait]]></category>
		<category><![CDATA[saltwater tilapia]]></category>
		<category><![CDATA[spottail needlefish]]></category>
		<category><![CDATA[strongylura strongylura]]></category>
		<category><![CDATA[ternate]]></category>
		<category><![CDATA[tilapiang gloria]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=839</guid>
		<description><![CDATA[January 3, three days after I lost my topwater lure to some biggie, I went back for some reckoning &#8230; this time with Dennis, my bird photography buddy. I went to Ternate, Cavite, he went to Mt. Palay Palay for bird photography. I settled in a small riverbank adjacent to a lagoon where I lost [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=839&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>January 3, three days after I <a title="On The Last Day of 2011, I landed 13 ‘swordfish’!" href="http://totogamboa.com/2012/01/08/the-last-day-of-2011-i-landed-13-swordfish/" target="_blank">lost my topwater lure to some biggie</a>, I went back for some reckoning &#8230; this time with Dennis, my bird photography buddy. I went to Ternate, Cavite, he went to Mt. Palay Palay for bird photography. I settled in a small riverbank adjacent to a lagoon where I lost my P322 topwater lure from some fish that I failed to identify and land. The fish must have been huge to snap a 16 pounder braid and took off my one and only topwater lure.</p>
<p>Without my topwater lure, I decided to fish for some <strong>kansusuwit</strong> (Feathered River-garfish) as live bait. This species seem to be a perfect live topwater lure. It was actually my first time to intentionally go for live baitfish and here trying out these kansusuwits. I rigged my first rod to catch some kasusuwits with a size 10 hook and laced it with some diced shrimp. As soon as the bait landed on the water, a few of the river-garfish nearby raced for the shrimp and in no time, I reeled in one. Immediately, I carefully unhooked the fish and transfered it on my 2nd rod which is rigged with a size 6 hook.</p>
<p>As soon as I tossed the baitfish by some 10 meters on the deep end of the riverbank, I got a strike and I instantly set the hook. Then whaaaam &#8230; something very strong is pulling down the line. It fought strongly for some 30 seconds, then the line went loose. I thought it got away but as I reel in some line, it pulled down my line again and showed it&#8217;s silvery body near the surface. This time, I reeled it fast as excitement rush through me. As I reeled it out of the water, it was some needlefish. Then I realized it wasn&#8217;t hooked but it got itself entangled with the line and it has not swallowed the baitfish. Just as I was about to grab it, it was able to free itself. Luckily, it fell on the sandbar and I was able to prevent it from getting back to the water.</p>
<p>Here it is, a 15.5 incher<strong> Spottail Needlefish</strong> (Strongylura strongylura):</p>
<p><a href="https://lh6.googleusercontent.com/-hDjBo3e1-hA/Tx26fdF_l9I/AAAAAAAABj8/9KqYseUdu94/s1200/IMG_3453_spottail_needlefish.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh6.googleusercontent.com/-hDjBo3e1-hA/Tx26fdF_l9I/AAAAAAAABj8/9KqYseUdu94/s1200/IMG_3453_spottail_needlefish.jpg" alt="" width="700" /></a></p>
<p>With its not so large mouth, I figured the needlefish must have rolled itself after it snatched the bait entangling itself with the line in the process.</p>
<p>Live-baiting for the rest of the day proved futile. I got not even a single strike after the needlefish.</p>
<p>Thinking my luck has ran out, I shifted my focus on the wild &#8216;saltwater&#8217; tilapias that is so plenty nearby. With some worms, I was able to land a few. This is also my first time to catch this &#8216;saltwater&#8217; variety.</p>
<p><a href="https://lh3.googleusercontent.com/-YLnH87LCp-0/Tx299idFpcI/AAAAAAAABkI/u4bzAD6QZ7Q/s1200/IMG_3453_saltwater_tilapia.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh3.googleusercontent.com/-YLnH87LCp-0/Tx299idFpcI/AAAAAAAABkI/u4bzAD6QZ7Q/s1200/IMG_3453_saltwater_tilapia.jpg" alt="" width="700" /></a></p>
<p>Then I called up Dennis to see how he is doing, he got something that eventually was identified as a rare migrant, an <a href="http://farm8.staticflickr.com/7157/6638016777_c17054c0cf_z.jpg" target="_blank">Asian Brown Flycatcher</a>.</p>
<p>We went home very much contented with our catch.</p>
<p>As for me, it was a reckoning day indeed and I was able to land a bigger &#8220;sword&#8221;.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/839/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/839/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/839/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=839&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2012/01/25/the-reckoning-the-sword-just-got-bigger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-hDjBo3e1-hA/Tx26fdF_l9I/AAAAAAAABj8/9KqYseUdu94/s1200/IMG_3453_spottail_needlefish.jpg" medium="image" />

		<media:content url="https://lh3.googleusercontent.com/-YLnH87LCp-0/Tx299idFpcI/AAAAAAAABkI/u4bzAD6QZ7Q/s1200/IMG_3453_saltwater_tilapia.jpg" medium="image" />
	</item>
		<item>
		<title>On The Last Day of 2011, I landed 13 &#8216;swordfish&#8217;!</title>
		<link>http://totogamboa.com/2012/01/08/the-last-day-of-2011-i-landed-13-swordfish/</link>
		<comments>http://totogamboa.com/2012/01/08/the-last-day-of-2011-i-landed-13-swordfish/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 11:05:25 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Angling]]></category>
		<category><![CDATA[Cavite]]></category>
		<category><![CDATA[fish and chips]]></category>
		<category><![CDATA[fish n chips]]></category>
		<category><![CDATA[fishing]]></category>
		<category><![CDATA[garfish]]></category>
		<category><![CDATA[hook sizes]]></category>
		<category><![CDATA[recreational fishing]]></category>
		<category><![CDATA[sportsfishing]]></category>
		<category><![CDATA[ternate]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=831</guid>
		<description><![CDATA[Few days prior, been contemplating to find some new fishing site for some wild fish species near my place. I tried those in the CCP Complex and snagging Tilapias was not for me. I thought of Valenzuela&#8217;s but its stressful traffic and crazy motorcyclists turned me off and Subic&#8217;s just too far and expensive. I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=831&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Few days prior, been contemplating to find some new fishing site for some wild fish species near my place. I tried those in the CCP Complex and snagging Tilapias was not for me. I thought of Valenzuela&#8217;s but its stressful traffic and crazy motorcyclists turned me off and Subic&#8217;s just too far and expensive.</p>
<p>I thought of trying Cavite as the next best place so I found myself raring to go to Ternate. I used to go here for bird photography so the place should be quite easy to navigate. I thought going to either Puerto Azul or Caylabne would be a treat.</p>
<p>I went to Puerto Azul to check out their pier that has been unused for quite a long time but security personnel barred me from fishing saying their policy now prohibits recreational fishing due to some recent accidents involving foreign nationals. As fishing in Puerto is now prohibited, I thought of going to Caylabne but the thought of paying P500 for entrance scared me away.</p>
<p>So I just roamed around Ternate and found myself in some mangrove laden lagoon teeming with wild Tilapias. As soon as I was able to deploy, I had my first cast using a topwater lure. As I retrieve it .. it was like whaaam! A huge strike, then a snap. As I retrieve, only a few inches of my 16 lbs braided terminal and a swivel were left. &#8220;@#$*&amp;%^&amp;%@#$%^ Sayang!&#8221; I told myself.</p>
<p>Then I realize that it was already past 2pm and I still haven&#8217;t landed any after the big one that got away. I have deployed 2 rods, alternating various baits. I tried doughbait, peeled shrimp, artificial ones but nada! Changed hook sizes to the smallest and still no takers. Around 3pm as the tide is rushing in, I switched back to #6 with some peeled shrimp when some river garfish took it. Then another, then another til I landed a baker&#8217;s dozen. Maybe their bellies were full early in the day, or was it the size of my hook? Or was it the bait? Was it because of the rushing tide? I am not sure but that will be charged to experience.</p>
<p>I went home with a handful of river garfish that looks very delicious and vowed to return to do some reckoning with the one that took my P322 topwater lure.</p>
<p>Here are my 13 &#8216;swordfishes&#8217;!</p>
<p><a href="https://lh4.googleusercontent.com/-bFWBLhcn1_w/Tv9NpYb0b-I/AAAAAAAABf4/kQDeq9mQ29c/s1200/IMG_3279.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh4.googleusercontent.com/-bFWBLhcn1_w/Tv9NpYb0b-I/AAAAAAAABf4/kQDeq9mQ29c/s1200/IMG_3279.jpg" alt="" width="700" /></a></p>
<p><strong>Feathered river-garfish</strong> (Zenarchopterus dispar). Locally called &#8216;kansusuwit&#8217;. Did I say feathered? Look at the long beaks! I am in familiar territory!</p>
<p>And here is what I did to some feathered friends with long beaks the next morning! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="https://lh5.googleusercontent.com/-869HzUkLAFI/TwAKYkFuOeI/AAAAAAAABgc/q6xN7DkqCNc/s1200/IMG_3298.jpg" target="_blank"><img class="alignnone" style="border:0 none;" src="https://lh5.googleusercontent.com/-869HzUkLAFI/TwAKYkFuOeI/AAAAAAAABgc/q6xN7DkqCNc/s1200/IMG_3298.jpg" alt="" width="700" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/831/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/831/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/831/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=831&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2012/01/08/the-last-day-of-2011-i-landed-13-swordfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>

		<media:content url="https://lh4.googleusercontent.com/-bFWBLhcn1_w/Tv9NpYb0b-I/AAAAAAAABf4/kQDeq9mQ29c/s1200/IMG_3279.jpg" medium="image" />

		<media:content url="https://lh5.googleusercontent.com/-869HzUkLAFI/TwAKYkFuOeI/AAAAAAAABgc/q6xN7DkqCNc/s1200/IMG_3298.jpg" medium="image" />
	</item>
		<item>
		<title>Some Major Changes to SQL Server Licensing in 2012 Version</title>
		<link>http://totogamboa.com/2011/12/21/some-major-changes-to-sql-server-licensing-in-2012-version/</link>
		<comments>http://totogamboa.com/2011/12/21/some-major-changes-to-sql-server-licensing-in-2012-version/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 17:18:02 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Databases]]></category>
		<category><![CDATA[2012. denali]]></category>
		<category><![CDATA[changes]]></category>
		<category><![CDATA[licensing]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[per core]]></category>
		<category><![CDATA[sql server 2012]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=824</guid>
		<description><![CDATA[Last month, Microsoft has published changes to SQL Server&#8217;s licensing model when the 2012 version hits gold. A number of major changes will likely catch everyone&#8217;s attention. Here are those that caught my while: Editions now are streamlined to just three (3) flavors: Enterprise Business Intelligence (new) Standard Enterprise Edition will now be licensed per [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=824&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last month, Microsoft has published changes to SQL Server&#8217;s licensing model when the 2012 version hits gold. A number of major changes will likely catch everyone&#8217;s attention. Here are those that caught my while:</p>
<ul>
<li>Editions now are streamlined to just three (3) flavors:</li>
<ul>
<li>Enterprise</li>
<li>Business Intelligence (new)</li>
<li>Standard</li>
</ul>
<li>Enterprise Edition will now be licensed per CPU core instead of the usual per CPU Socket (processor).</li>
<li>Server + CAL Licensing will only be available in the <strong>Standard</strong> and <strong>Business Intelligence</strong> flavors.</li>
<li>Core licenses will be sold in Packs of 2 cores.</li>
<li>Cost of per core license will be 1/4 the price of current SQL Server 2008R2&#8242;s per processor cost license</li>
<li>Cost of Server CAL Licensing has increased by more or less 25%</li>
<li>To license your server based on cores, Microsoft requires you to buy a minimum of 4 core licenses per CPU socket.</li>
</ul>
<p>These changes will definitely impact your upgrading plans. To carefully plot your licensing strategies, you can visit <a href="http://www.microsoft.com/sqlserver/en/us/future-editions/sql2012-licensing.aspx">SQL Server 2012 Licensing Overview</a>.</p>
<p><strong>Where I See These Changes Have An Impact</strong></p>
<ul>
<li>Scenario 1: <span style="text-decoration:underline;">Upgrading from Servers with dual cores or less</span>. If you are upgrading to a very old server with 2 CPUs with single core for each, you need to buy 4 core licenses for each CPU. That means you have to buy 8 core licenses. It would be rather logical that when doing this, you might as well upgrade your hardware. Besides, your hardware upgrade seems to be long overdue.</li>
<li>Scenario 2: <span style="text-decoration:underline;">Upgrading from Servers with more than 4 cores</span>. In the past, If one experiences the need to have more CPU power for SQL Server, one only has to buy a new server with as many cores per processor that money can get, reinstall your SQL Server and you are good to go &#8230; all without minding licensing issues and cost. With SQL Server 2012, you will be spending more as you go beyond 4 cores. Going 6 cores, you need 2 more core licenses. Going 8 and 10 core, you need to buy additional 4 and 6 core licenses respectively.</li>
<li>Scenario 3: <span style="text-decoration:underline;">Upgrading from Servers with Server + CAL Licensing</span>. There is a 25% increase in cost for CALs.</li>
</ul>
<p>For those of you who are still using versions 2000 and 2005 and are planning to upgrade but find these 2012 changes unpalatable, you may want to rush upgrading to SQL Server 2008 R2 instead and get stuck in that version&#8217;s perks and licensing model before your resellers remove the older SKUs with older licensing models from their sales portfolios and force you to buy SQL Server 2012.</p>
<p>Of course, SQL Server 2012 Express will still be FREE!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/824/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/824/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/824/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=824&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2011/12/21/some-major-changes-to-sql-server-licensing-in-2012-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>
	</item>
		<item>
		<title>Juneau That You Are On Steroids With Denali?</title>
		<link>http://totogamboa.com/2011/10/04/juneau-that-you-are-on-steroids-with-denali/</link>
		<comments>http://totogamboa.com/2011/10/04/juneau-that-you-are-on-steroids-with-denali/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 02:00:08 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Databases]]></category>
		<category><![CDATA[On Software Development]]></category>
		<category><![CDATA[CTP3]]></category>
		<category><![CDATA[Denali]]></category>
		<category><![CDATA[Intellisense]]></category>
		<category><![CDATA[Juneau]]></category>
		<category><![CDATA[Microsoft SQL Server]]></category>
		<category><![CDATA[sql server 2011]]></category>
		<category><![CDATA[sql server 2012]]></category>
		<category><![CDATA[SQL Server Developers Tool]]></category>
		<category><![CDATA[SSDT]]></category>
		<category><![CDATA[SSMS]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=810</guid>
		<description><![CDATA[Supporting multiple versions of SQL Server for a single application typically means headache. And that is what I have been in since I started making commercial applications (banking mostly on the benefits provided by T-SQL). We have not abstracted our databases with non-TSQL objects in the mid-tier for very valid and interesting reasons. In my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=810&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Supporting multiple versions of SQL Server for a single application typically means headache. And that is what I have been in since I started making commercial applications (banking mostly on the benefits provided by T-SQL). We have not abstracted our databases with non-TSQL objects in the mid-tier for very valid and interesting reasons. In my current situation, I am dealing with SQL Server 2005, 2008, 2008/R2 supporting bits of features from each version. Thank heavens all our clients have upgraded already from version 2000. My world though is still 80% SQL Server 2005, and being still a very formidable version, I don&#8217;t think I will be able to part ways with this build anytime soon. Case in point, clients cannot just easily upgrade to higher versions every time one comes out.</p>
<p>As a result, I am mired in managing our SQL Server development assets using various tools. Anything that can help tract and manage everything. Ever since, I had always wished for a tool that will address most of my SQL Server development concerns if not all. All these years, I have heavily relied on SSMS and supported by various other tools. When Database Projects arrive with Visual Studio, it got me interested but it tanks out every time I load it up with what I have. The last one was with Visual Studio 2010. With the sheer number of objects that we have, capacity and performance was always the issue and each time, I had to resort back to SSMS without exploring further those tools.</p>
<p>When Juneau, now officially called SQL Server Developer Tools, or SSDT, was announced as one of the touted tool in the next version of SQL Server  codenamed &#8220;Denali&#8221;, I was pretty excited about the possibilities it will bring to my situation. After getting my hands on it with Denali CTP3, I say it really got me excited. Though I haven&#8217;t tried steroids, based on the effects that I have seen, SSDT (sounds like drug testing haha) gets my nod despite some issues that I have encountered. I am aware that what I got is preview build and for sure Microsoft will eventually iron out those. The benefits far outweigh the quirks that I have seen. It would be worth to upgrade even with SSDT alone.</p>
<p><strong>So what is in SQL Server Developer Tools?</strong></p>
<p>I barely scraped the surface yet but here is what I have found that will a big impact with my situation:</p>
<ul>
<li>It is a unified environment/tool for SQL Server, Business Intelligence, SSIS. Everything I need is provided for within the SSDT shell. I dont have to switch back and forth between Visual Studio, SSMS, and BIDS. Creation of new reports and SQL Server objects such as tables, views, stored procedures, file groups, full text catalogs, indexes &#8230; all can be done within SSDT. Existing ones can be added too. When I had the chance to explore MySQL Workbench, I find it cool to have objects that I create scripted first before it is created physically. This capability is now available in SSDT.</li>
<li>&#8220;Intellisense support for TSQL&#8221; for SQL Server 2005. With SSDT, it has not actually upgraded SQL Server 2005 then gave it TSQL Intellisense. TSQL Intellisense is outright available within SSDT regardless of your targetted SQL Server platform. With SSDT, you model your database schema/objects without the tool actually being connected to a targetted version 2005 live database.  This way, you work with your TSQL with Intellisense provided by SSDT, and you can publish your project to an SQL Server 2005 database by choosing 2005 as your target platform. Build/error checks are done prior to the publishing of the database project.</li>
<li>SQL Server Platform Targetting. SSDT supports versions 2005, 2008, 2008 R2, Denali and SQL Azure. You do your thing and just select your target platform when you are done. During the build, you will be prompted for platform violations.</li>
<li>Refactoring (Rename, wildcard expansion, Fully qualified naming). While in TSQL writing mode, you can rename a field and SSDT does the rest to all affected objects (tables, stored procedures, etc). Neat. No more 3rd party stuff to achieve this. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Supports Incremental Project Publishing. You can keep a development version of your database and upgrade your live version incrementally either via script or while connected to the database. It can even prompt you when your changes/upgrades causes a data loss. Very cool.</li>
<li>SSDT detects changes done outside of SSDT. It prompts you during publishing of a database project when it detects objects created outside of the tool. This is necessary so you know if somebody is messing up with your databases. I do wish though that SSDT would have the capability to reverse engineer these detected objects when it is determined to be legit as sometimes, you get to tweak directly the database using other tools like SSMS.</li>
<li>Importing of Existing Database Schema (from 2005 to Denali) into a database development project. One need not start from an empty project, existing databases can be dealt with.</li>
<li>Scalability. I am glad SSDT successfully imported the more than 20,000 objects in our current database. The previous attempts I had using Visual Studios&#8217; Database Project (both 2008 and 2010) just hanged midstream after hours of importing all the objects. Took SSDT more than 20 minutes to import our database using a lowly test Denali test machine.</li>
</ul>
<p>This is all for now folks! Regardless of some unwanted quirks I have encountered when using SSDT, I can still say, it is worth looking at. I am just waiting for some decent Denali machine to use so I get to load up my projects in SSDT and take the next level from there.</p>
<p>**************************************************<br />
Toto Gamboa is a consultant specializing on databases, Microsoft SQL Server and software development operating in the Philippines. He is currently a member and one of the leaders of Philippine SQL Server Users Group (PHISSUG), a Professional Association for SQL Server (PASS) chapter and is one of Microsoft’s MVP for SQL Server in the Philippines. You may reach him by sending an email to totogamboa@gmail.com</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/810/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/810/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/810/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=810&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2011/10/04/juneau-that-you-are-on-steroids-with-denali/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>
	</item>
		<item>
		<title>Tomorrow, Microsoft Will Bet Its Farm On Apple!!!</title>
		<link>http://totogamboa.com/2011/08/17/now-it-is-mango/</link>
		<comments>http://totogamboa.com/2011/08/17/now-it-is-mango/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 13:15:02 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On General IT Stuff]]></category>
		<category><![CDATA[On Software Development]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Ballmer]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[mango]]></category>
		<category><![CDATA[Steve Ballmer]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[Windows Phone 7]]></category>
		<category><![CDATA[Windows Phone 7.5]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=794</guid>
		<description><![CDATA[Will the next version of Microsoft&#8217;s Windows Phone OS be codenamed blackberry? or apple? Should Ballmer call it Microsoft apple, it will be my first time to own an apple. Hehehe. And one can imagine a news headline saying, millions and millions of Microsoft users now use apple! That would be bedlam. Then we probably [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=794&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Will the next version of Microsoft&#8217;s Windows Phone OS be codenamed blackberry? or apple? <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  Should Ballmer call it Microsoft apple, it will be my first time to own an apple. Hehehe. And one can imagine a news headline saying, millions and millions of Microsoft users now use apple! That would be bedlam. Then we probably hear Mac fanatics or Steve Jobs saying apple sucks! Ahh &#8230; that would surely perk up my day!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/794/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/794/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/794/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=794&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2011/08/17/now-it-is-mango/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>
	</item>
		<item>
		<title>Expertise Bug Leads to Major Database Design Blunder</title>
		<link>http://totogamboa.com/2011/08/17/expertise-bug-leads-to-major-database-design-blunder/</link>
		<comments>http://totogamboa.com/2011/08/17/expertise-bug-leads-to-major-database-design-blunder/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 17:18:34 +0000</pubDate>
		<dc:creator>totogamboa</dc:creator>
				<category><![CDATA[On Databases]]></category>
		<category><![CDATA[On General IT Stuff]]></category>
		<category><![CDATA[On Software Development]]></category>
		<category><![CDATA[analyst]]></category>
		<category><![CDATA[blunder]]></category>
		<category><![CDATA[Database Design]]></category>
		<category><![CDATA[domain expertise]]></category>
		<category><![CDATA[mistake]]></category>
		<category><![CDATA[software development]]></category>

		<guid isPermaLink="false">http://totogamboa.com/?p=772</guid>
		<description><![CDATA[Often, we hear software developers (myself included) say, &#8220;yeah &#8230; we can definitely do that!&#8221; or &#8220;yeah &#8230; you have come to the right place, anything you want .. we can build it for you&#8221;! Then often, we too hear stories of software projects fail here and there. And now I begin to wonder how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=772&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Often, we hear software developers (myself included) say, &#8220;yeah &#8230; we can definitely do that!&#8221; or &#8220;yeah &#8230; you have come to the right place, anything you want .. we can build it for you&#8221;! Then often, we too hear stories of software projects fail here and there. And now I begin to wonder how things could be worked out properly so problems, or worst case, failures can be avoided.</p>
<p>What happened to me recently could probably be one of the reasons why software projects fail. For the past several months, I have been working on a system that concerns the health of people. The system is intended for use by doctors, dentists, physical therapists, nurses, or any practice or profession that deals with people&#8217;s health, etc. The system, when done, will handle quite an extensive amount of data gathered from a good number of processes and sources that are realized every minute of the day.</p>
<p>For the past several months, there was a good amount of communication between my group and those potential users of the system. A lot of time were spent in requirements discovery and gathering, analysis, and everybody even subject a lot of items to questions just to sort things out clearly so things come out fine. A near functional prototype has been established for several months and it looks like everybody is happy of everyone&#8217;s progress &#8230; including the state of the system. Beta testing was conducted, had 6 major beta builds in the last few months, and seemed not a thing was amiss. In fact, it is almost done that the potential users are so eager to have the system deployed already and pioneered as soon as possible (that would have been like last month). I was into the finishing touches and was like in the process of putting icing on the cake.</p>
<p>Then &#8230; it was KABLAAAAAAMMMMMM!!! As the project&#8217;s database designer, I thought of something that hurled everything back into the drawing board. I miss identifying one piece of information that should have been in the database design from the very start. With the set of people contributing to make this happen &#8230; this one thing never had any manifestation of being thought out. The medical guys involved in the project never thought of the item. The software development guys never had any clue. I never had any clue. And I have contemplated so deeply to analyze how I could miss something this important. People who played the analyst role came short in thinking about this (I am one of those). But I, being the database designer, am blaming of missing something so important.</p>
<p><strong>After gathering myself, I came to a conclusion that the only time that I&#8217;d be able to easily identify or come across such piece of information, is probably when I am a doctor, a practicing one, and at the same time a database designer who had lots of databases and experience tucked under my belt. I caught the missing piece from a totally unrelated event, not even related to what I am doing.<br />
</strong></p>
<p>To cut the story short, what happened thereafter was 1 table was added to the database structure with 1 new column that would serve as a reference for 70% of other tables. With the change, 70% of sql code were re-written, 50% of critical UI got revamped and lots of time lost and gained lots of sleepless nights.</p>
<p>The moral of my story, though completely lacking of juicy technical details as I cannot divulge those for fear of legal ramifications and of ridicule (ano ako hilo? hahahha), software development / technical expertise can only bring us to certain extents and domain expertise is clearly a desirable attribute one can have, especially if you are a database designer. The reality and funny thing though is that, I can&#8217;t picture myself as a doctor and a database person so I can eliminate this problem in the future and this is probably the reason why there are just too many software project that have failed. And I can still hear myself saying &#8220;yeah &#8230; of course, anything you want, I can build it for you!&#8221;.</p>
<p>The system I talked about here is almost done and is looking really good! And I don&#8217;t think I have missed some more that would screw up my day. How about you? Do you say, being considered as an expert, can do of anything that is asked of you? <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/totogamboa.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/totogamboa.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/totogamboa.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/totogamboa.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/totogamboa.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/totogamboa.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/totogamboa.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/totogamboa.wordpress.com/772/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=totogamboa.com&#038;blog=1611840&#038;post=772&#038;subd=totogamboa&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://totogamboa.com/2011/08/17/expertise-bug-leads-to-major-database-design-blunder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d145f88314ce45d7d2ab07ab1ff82627?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">totogamboa</media:title>
		</media:content>
	</item>
	</channel>
</rss>
