Monday, June 4, 2018

MS SQL Server - Prevent saving changes that require the table to be re-created



Prevent saving changes that require the table to be re-created

1. Go to Tools -- Options -- Designers 2. Uncheck " Prevent saving changes that require table recreation ".

No comments:

Post a Comment

Visual Studio - Swagger and Swashbuckle with ASP.NET Core 2

Swagger and Swashbuckle with ASP.NET Core 2 Swagger is a specification used to document an API. As I am sure we all know API documen...