nav-left cat-right
cat-right
Recent Comments
  • miniksharp: The procedure is not very detailed. I follow this detailed t...
  • Mahbub: What is the part number of SPEED SENSOR hR-V 2001?...
  • Mahbub: dear sir, I am from bangladesh. I want to change my hr-v ge...
  • Mahbub: dear sir, I run my hr-v car smoothly. Suddenly mile meter i...
  • Mahbub: dear sir I change my gear box oil for my hr-v 2001. After ...
  • Anton: Great! It helped me!!! Thanks!...
Random Articles
SEO Part 5 – Keywor... As with the browser title importance – the META tags should also include keywords...
SQL Server: Find modified... Good little query to find modified dates of SQL Server stored procedures. The following...
SEO Part 11 – TITLE... The HTML tags TITLE and ALT are used on text and image links respectively to give...

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...