Monday, October 18, 2010

Sql Server Manangement Studio Table Modify Error

While altering table on Sql Server Management studio sometimes we get an error like this :




This due to a setting in Management Studio.

Just go to Tools -> Options->Designer->Table and Database Desginers and uncheck

"Prevent Saving changes that require table re-creation"





No comments:

Post a Comment

kubernetes controllers and workloads

In Kubernetes, Workloads are the applications you run on the cluster, while Controllers are the background control loops that watch the st...