Sql Server - Scramble / Mask database production data

Sometimes you might need to test your product using some ‘production’ data to better simulate what users do with your software. There are situations in which having only your test database, with your own (well formed) test data is not enough: just t


Install SQL Server (Express) with your Application

During the last days I had to put my hands on an hold project written for .NET Framework 1.1 and convert his database from Access to SQL Express 2005, the conversion was quite easy but then the deployment phase stepped in.We had the requirement...