Share/Bookmark

Featured Posts

SharePoint Ticker Web Part from Existing Data Ever wanted to create a ticker in SharePoint without having to buy the $99 add-on from Microsoft, well here's the code: Simply create a new Web Part using the 'Content Editor' and open the 'Source Editor...'...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Sony E3 Prediction 2010 With E3 upon us in the coming weeks, and Sony keeping tight lipped about their schedule I think it's time we started predicting the outcome, the announcements and surprises with educated and industry sector...

Read more

Whats next for Nintendo? Today I noticed that Nintendo have had falling profits for 2010 and predict even less sales for next year. The Wii 2 hasn`t been officially announced and from what I can see is not really on the radar....

Read more

7 Great Free Android Apps The Android mobile operating system is both fast, reliable and can do everything that the Apple OS can and a little more (all for normally a fraction of the price.) plus it supports Flash and soon Flash...

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

SQL AD Group membership

Posted by daniel | Posted in Code Snippets | Posted on 05-02-2010

Tags: , , , , , , , , ,

1

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 the user. What i wanted was to return every group within an OU and its members.

Basic Guide to Database Normalisation: First Normal Form

Posted by daniel | Posted in Features, Tutorial | Posted on 29-12-2009

Tags: , , , , , , , , , , , , , , , ,

0

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 and try to write it in such a way a novice will at least understand the key principles.

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.