Share/Bookmark

Featured Posts

Video Game Website Gives all it's profit to Charity Sometimes you read an article that just makes you smile, this is such one: http://www.ps3attitude.com/new/2010/02/no-fuss-reviews-4000-charity/ A video game review website that has given all of it's...

Read more

SQL AD Group membership Hi all, I have been working on a way to return Active directory group membership from a linked AD server in SQL. Its quite hard as you can`t return it from the group - you have to return it from...

Read more

Face Detection with PHP A very useful piece of PHP code that will highlight any pictures where a face has been detected. Heres the first piece of PHP code you will need, it would be best to make this an include: [sourcecode...

Read more

Basic Guide to Database Normalisation: First Normal... Before I start talking about the normal forms, I thought it would be best to explain what I am planning to write about, and what normalisation is. I am going to cover what normalisation is for beginners...

Read more

Sony: Synonymous with Innovation Sony have always been on the leading edge of innovation. From creating the WalkMan back in the 80's to popularising the CD, DVD and Blu-Ray with their PlayStation products. In this article we're discussing...

Read more

SQL – Bad error messages

Posted by daniel | Posted in Useful Links | Posted on 05-02-2010

Tags: , , , , ,

0

All us SQL guys must have come accross an error that leaves us confused…. sometimes more confused then if it said nothing!

I have been looking at this blog recently and thought this post was top notch – take a look:

http://sqlblog.com/blogs/aaron_bertrand/archive/2010/02/04/bad-error-messages.aspx

Bad Code Offsets Update: Open Web Innovation

Posted by daniel | Posted in Useful Links | Posted on 22-01-2010

Tags: , , , ,

0

Just a quick post to draw attention to the Bad Coder Offsets on the DailyWTF website.

Bad code offsets

Posted by daniel | Posted in Useful Links | Posted on 07-12-2009

Tags:

0

Everyone knows about carbon offsetting….. ever heard of bad code offsetting?

Exporting mailboxes from exchange

Posted by daniel | Posted in Useful Links | Posted on 22-11-2009

Tags: , ,

1

I have found that exporting exchange mailboxes to PST in code isn’t easy – and most the time it seems its better to use a tool from Microsoft called Exmerge.

Steve interviews Fusion IO cofounder, CEO at Networld + Interop Las Vegas

Posted by matthew | Posted in Useful Links | Posted on 20-11-2009

Tags: ,

0

This new technology is going to be a game changer, who needs a DBA when you can watch 1,000 DVD’s at once in HD, talk about through speed!

SQL Server 2005 and 2008 – Backup, Integrity Check and Index Optimization

Posted by daniel | Posted in Useful Links | Posted on 19-11-2009

Tags: , , , ,

0

I found this link a while ago regarding SQL backup, integrity check and index optimization scripts.