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

LSTM Cells, Gates, Hidden State, and Cell State

The following points summarize the internal architecture and processing flow of an LSTM (Long Short-Term Memory) network in a structured...