Monthly Archives: June 2009

Generating SQL Scripts for Data

An issue I have always had is finding an easy way to generate SQL Scripts for moving data from one database to another. Obviously if you are doing a straight copy this is easy, however using only SQL Management Studio I … Continue reading

Posted in SQL Server 2005 | Leave a comment

Validating that a checkbox has been selected

Been doing heaps of stuff with jQuery lately, so thought I should start jotting down some of the more useable code that I have done. A really useful bit of code was adding validation to check if at least one … Continue reading

Posted in c# | 29 Comments