Using SQL Server's BCP Import Utility

I had an issue today trying to get data from a client where we had access to their database via their VPN, but couldn’t do a straight SQL Server transfer. I opted to use the bcp utility to export the table to a 0.75GB file, which I was then able... [Read More]
Tags: sqlserver

Padding strings in SQL Server 2008

There are often cases when you need to format a string or number into a string with a specified length. SQL Server 2008 doesn’t have an inbuilt “PAD” function, but you can get around that with some String functions. [Read More]
Tags: sqlserver

Editing Video Tags with taglib-sharp

I’ve been using XBMC at home, and I’ve been trying to find software to edit Genres on my movie files so I can sort them a little better. To my surprise, I couldn’t find anything that seems to be able to edit tags on all the file types that I... [Read More]
Tags: c#