Finding my dignity!

Lately I have been accused of behaving poorly while on the playing field with my fellow team mates. I am here to set the record strait once and for all. My method of play and high level of skill is perfectly legal and ethical. I have even collaborated this with an authority none less than the USTSA! According to this fully accredited governing organization... and I quote: "Spinning the ball shall be allowed in order to influence the serve, however, no point shall be scored by the serving team unless the ball is struck by one of the serving team's figures."

That said, I have decided to rise above all my crying opponents and share the secrets of my success.(see the above photo montage.) I do this only because I know that I will always command greatness, and no doubt rise to the challenges that come from my unworthy opponents.

May the games begin!

Crystaltech, SQL Server 2005 and 2 Aspirin

I use Crystaltech view site for my hosting company, and aside from the slow server response about 25% of the time, they are a good hosting service. I should note that I am paying for the bottom of the rung service at about $25/month. My service includes SQL Server 2005. So I figured no problem... I will just download SQL Server Express and I am on my way! After downloading SQL Server Express 2008 and developing my databases I was ready to put it up on the server. I right click on my database and the import and export menu items are missing. I didn't realize that the express editions removed those functions. I found that CrystalTech offers a database import service for and additional $5.00. And I figured I would give it a go. The CrystalTech Import is actually a restore function that works from a .bak file. After many failed attempts I was told by the tech help team at CrystalTech that 2008 is not backward compatible to 2005. Uggg! I assumed that is would be and now I have been screwed by Microsoft again. I tried changing the compatibility level MSDN Reference to 90, but I still got the same error when I created a .bak file and attempted to restore it on SQL Server 2005. (After some more reading, I don't think that is what compatibility level is used for.) So I went on a hunt to find a full version of SQL Server Management Studio for 2005. There were also many third party utilities some worked well, others had problems with column headers, keys and identity elements. The ones that really worked were too expensive for me. Then I went looking for SQL Server 2005 Developer Edition. I found one on amazon for about $150.00 and seriously considered it. Fortunately I found Ruslan Sivak's Blog. Ruslan Sivak's Blog. (Ruslan is a fellow Coldfusion developer and also uses Ray Camden's blogCFC). As Ruslan points out there is a toolkit that installs the SQL Server import /export utility. I first installed SQL Server Management Studio Express from SQL Server 2005 Downloads. (I already had the database installed). Then I installed the SQL Server Express SP1 from SP1 Which seemed to run a completely new install. And then I went searching for: Microsoft SQL Server 2005 Express Edition Toolkit SP1 but I could not find it. Instead I download Microsoft SQL Server 2005 Express Edition Toolkit from SQL Server 2005 Downloads. And low and behold... The import / utility was exactly where Ruslan said it would be. [C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe]. I followed his instructions to add the external link my SQL Studio Express and it worked perfectly. Many thanks Ruslan. Your blog post was most valuable to me.

STOP 0x0000007B - can't install Windows XP

I have finally decided to stop the masochistic daily torture of using Window Vista. I bought a low cost Dell Optiplex 330 (which is a fine machine and all) But They insisted on stuffing Vista down my throat with the purchase. Frankly Ubuntu would have been a better choice. But Since I have many customized apps for windows I decided to install my licensed copy Windows XP on this machine. On the first attempt I got the BSOD (Blue Screen of Death) with the 0x0000007B. There are many misleading blog entries that don't apply to the dell bios. The solution is simple: In the system bios screen, go to Drives. Then press Enter. Go to SATA operation. Change the setting from RAID Autodetect / AHCI to RAID Autodetect / ATA. Save changes and exit.Then The Windows XP installation should proceed normally.

BlogCFC was created by Raymond Camden. This blog is running version 5.9.2.002. Contact Blog Owner