I noticed the other day that on one of my servers image thumbnails were not showing. This is easy to fix, do the following: Click […]
SSIS Date conversion error going from Oracle to SQL Server
Hi, The other day I had the task to move a large amount of data from Oracle to SQL Server. I had chosen to import […]
How to Create a linked server connection from SQL Server to Filemaker Pro 6.0
Ok, This one may be a bit obscure but I had to do this for data conversion from a legacy system the other day and […]
StringUtil class – Space Before a Capital Letter
Hi, I often use enumerations in code that I want to display as text on the screen. For example the state of an object recorded […]
Create Visual Studio Project with the correct directory structure
This ones just for me. I have been using TFS and when I read the best practice documentation for how to setup your projects I […]
jQuery – enable / disable (readonly) and how to reference .Net Server side Controls
Ok, I am just starting to play around with jQuery and these are a couple of tips that I have found useful. 1. How to […]
Generic List.Sort
I often want to use a list to sort and every time I have to go searching on how to use the IComparer interface. Assume […]
ASP.Net Membership Provider – Install Database
In asp.net the membership provider model is a cool way of easily getting a security datamodel with role access. The database can be installed on […]
SSRS 2008 R2 – Name Tabs when exporting Reporting Services Report to Excel
This is a long sought after and requested feature, and finally in 2008 R2 it’s here. The property that you are looking to set is: […]
SQL Server Excel and Soft Returns
Many moons before reporting services existed, I was involved in writing a report architecture which was based upon SQL server and MS Excel. In short […]