Additional SQL Server features and topics not covered by specific categories
Hi @Danilo Vulovic ,
- Unable to modify table.
This error may occur when you try to modify a large table by using the table designer in SSMS
This behaviour occurs because of the transaction time-out setting, so you can try to use the following methods:
Click to clear the Override connection string time-out value for table designer updates check box for the table designer and for the database designer in SQL Server Management Studio.
Specify a high setting in the Transaction time-out after box for the table designer and for the database designer in SQL Server Management Studio.
Modify the large table by using Transact-SQL statements in Query Editor in SQL Server Management Studio.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.