MikeFoden.com

Just another WordPress site

Entries for June, 2009

Adding a new column to a table in SQL

Today I found myself needing to add an extra column for a SQL table and I needed to do it using a script. For anyone out there reading this, it’s actually a pretty easy thing to do. This is what you have to write: [code lang="sql"]ALTER TABLE tblTable ADD NewCol INT NOT NULL CONSTRAINT Constraint_NewCol [...]

How To Make Ringtones for the iPhone when you have a Mac

If you are wondering how you can make yourself some free iPhone ringtones, this article by LifeHacker explains exactly how to do it. You need Garage Band however, but since I have a MacBook Pro I can use it.

Enabling Web Services Enhancements in Visual Studio 2008

I was working on a project at this week which was initially coded in Visual Studio 2005 and it was implementing Web Services Enhancements 3.0 to transfer data between a client application to a server web service. When I converted it to 2008, it no longer worked when I updated the web references due to [...]

Wallabies get high in poppy fields, make crop circles

If you haven’t seen it in the news already, check out this article about wallabies getting high in poppy fields.

How To Fix Logon Failure Error on Windows Server 2008

If your using Windows Server 2008 like I do at work, you’ll know that can control who can and can’t login to your machine. However, if you ever need to emulate another user’s login in order to access a network share, you may come across the following error: Logon Failure: The user has not been [...]