Thursday, October 28, 2010
Save your foreign key constraint before dropping table
There might be the case that you find it difficult to recreate the table with another table having foreign keys dependent on it. When you need to recreate the table that mean you need to drop that table first. Apart form losing data and other objects related to that table you will...