I'm creating a database in SQL Server Management Studio which contains some tables plus stored procedures, now I have set all relationship between all tables but I want to alter something in the design of some tables however it keeps telling me the changing you have made require the following table to be dropped and re-created.
Is the a way do alter the design without creating table from scratch ??