#SQLThursday is here

Struggling to source quality free content on SQL Server? Finding it difficult to fill the void between #TSQL2sDay and Un-SQL Friday?

Join me for the first EMEA SQL Server webcast of the year Deploying SQL Server Tips & Tricks  on Thursday 19th January 2012!

Starting this month I’m proud to announce that I will be hosting the all [...]

2011 – The dissection

 

Blimey, doesn’t seem like a year since I wrote my last end of year review End of year review 2010 and goals for 2011

Things didn’t quite go to plan, mainly because of an unexpected career change this majorly shifted a number of my priorities which meant that some goals were re-prioritised, others were replaced and some [...]

Why I blog #Meme15

I’d seen various #meme tweets on twitter but it wasn’t until I saw this blog by John Sansom (Blog|Twitter) that I had peeked through the curtains at the party going on across the street. Ironically I had planned to write a post on this very topic because of something I saw online last night, but more [...]

T-SQL Tuesday #025 – How to view the size of all your databases – #TSQL2sDay

It’s that time of the month again, no not time, T-SQL time! If you have not heard of T-SQL Tuesday before it was set up by Adam Machanic (Blog|Twitter) and you can read all about it here: T-SQL Tuesday. This months host is Allen White who asked the question “What T-SQL tricks do you use today [...]

Bridging the gap – Good communication is key

Unfortunately, it’s an all too common event in I.T. these days to hear DBA’s complaining about developers and vice-versa, each not understanding the others point of view. Some time ago now I was approached by a developer to help with a performance issue he was having. We sat down, discussed how the process worked at the [...]

Microsoft Community Contributor Award

Today has been a rather surprising day, I opened my inbox to find an email from Microsoft to find that I had been awarded the Microsoft Community Contributor Award, which I’m really rather proud of. I’m proud to be a member of such a vibrant SQL community and try to do my bit so it’s brilliant that [...]

Building Queries, work smarter not harder

Recently I asked a colleague to split up an update statement into smaller batches to reduce locking on the system and the impact on replication, the table in question did not have an identity attribute on it so it had to be segmented a little more manually and he was worried that it would result in a lot of code to write. Now it’s true we could have used NTILE or TOP statements in a loop and split the update statement down that way, but then I wouldn’t have been able to talk about how you can work smarter not harder when it comes to building repeated queries. [...]

Sharing scripts

Most if not all SQL professionals will have heard of SQLServerCentral.com, if you haven’t it’s a great community site with it’s own SQL Server forum where you can ask questions and receive answers from your peers. The site has a contribution center feature where registered members can submit articles, scripts and even a “Question of the day”. In true community spirit I shared one of the scripts that I had been working on. [...]

My wife always said I was certifiable

Things have been a little quiet on the blog front in the last couple of weeks, the reason for this is that I’ve been spending my spare time studying for the SQL Server 2008 MCTS – Database Implementation and Maintenance exam.

Today was the big day, I’d never taken a Microsoft exam before so didn’t really know what [...]

Finding Files in ActiveX

The second part of this series on finding files in SQL Server introduces the FileSystemObject. [...]