nav-left cat-right
cat-right
Recent Comments
  • Colin, Qld, Australia: MY FOLLOW UP POSTING: It has been an ordeal over the years ...
  • john: i had a shudder problem with my hrv 16 automatic, 1999 i put...
  • Honda Hybrid Owner: I don't think a couple of days would hurt. The owners manual...
  • Honda Hybrid Owner: These are not your father's Hondas. The quality and customer...
  • Honda Hybrid Owner: Honda's CVT warranty is 100,000 miles or 8 years. Which ever...
  • Den: I am the 4th owner of a 1.6 honda hrv 1.6 automatic reg 2003...
Random Articles
random article
Honda HR-V automatic shud... I’ve come across this problem now twice on Honda HR-V/HRV automatics whereby...
PageRank no longer import... I keep hearing people saying that Google’s Page Rank is no longer important...
Determine URL of an Image... I came across a problem recently whereby I wanted to determine the MCMS URL of an...

SQL Server: create failed for user/ User, group, o...

If experiencing the following errors in SQL Server: Create failed for User ‘xyz’. (Microsoft.SqlServer.Smo) User, group, or role ‘xyz’ already exists in the current database. (Microsoft SQL Server, Error: 15023) The above error can sometime occur when migrating a SQL Server Database from one staged environment to another. If both those environments have the same users present you can get issues...

SQL Server: Find modified Stored Procedures with D...

Good little query to find modified dates of SQL Server stored procedures. The following example will find stored procs that have been modified in the last 7 days. SELECT name, modify_date FROM sys.objects WHERE type = 'P' AND DATEDIFF(D,modify_date, GETDATE()) < 7 ORDER BY modify_date desc

Resize VMWare Disk...

I was looking for a simple slider to resize a disk in VMWare server recently and its not that simple if you want to resize a disk. The solution is detailed in more detail here, but essentially you need run the following command on the host of the VMware machine: vmware-vdiskmanager -x 30GB D:\VirtualMachines\virtualMachine1\virtualMachine1.vmdk The above command essentially will resize the disk for virtualMachine1 to...

The original Discount Voucher/voucher code sites...

Online discount vouchers and discount codes are now accepted as the norm in online shopping. The number of ‘voucher codes’ sites is near saturation point in the UK, so it’s worth remembering which web sites started the trend and what they are offering online consumers. One the original sites I used to use was UK Frenzy (http://www.ukfrenzy.co.uk/) back in around 2002/2003. UK Frenzy was one of the original...