Archive for September 2009

SQL Server: Saving changes is not permitted because table will be re-created

Microsoft has added a setting to Management Studio to prevent us from re-create tables when we make changes to them. I don’t like this settings and it would have be much better if they said ‘This table will be re-created, are you sure you want to do that?” instead of just stop us from doing [...]

Quick attach to process in Visual Studio

When i debug web applications i like to go with the attach to process instead of pressing F5 when i use IIS as the development web server. It has lot of advantages: If you are “deep down” in your application you do not have to start from the beginning again. Attach to process lets you [...]