Posts Tagged ‘fix’

Application to fix case sensitive problem when move your website website to linux server

January 20, 2010 - 3 Comments - Web Development


I have a trouble with case sensitive when moving to a linux server. I tried to google around but couldn’t find the solution for this. The only way I have in mind is manually change all the links in my pages which is hundreds of them. So I decided to write a quick small application to do this for me. I think I should share it here. Even not a many people have this problem but when they got it, at least there is some help.

Article Tags: , ,

Fixing Save is not permitted in SQL Server 2008

April 14, 2009 - 1 Comment - SQL Code

When you try to save a table when you change a column in SQL Server 2008, you will received: “Saving changes is not permitted. The changes you have made require the following tables to be dropped and recreated. You have either made changes to a table that can’t be re-created or enabled the option Prevent saving changes that require the table to be re-create.

Article Tags: ,