Save (Not Permitted) Dialog Box
SQL Server 2008 R2
The Save (Not Permitted) dialog box warns you that saving changes is not permitted because the changes you have made require the listed tables to be dropped and re-created.
The following actions might require a table to be re-created:
Adding a new column to the middle of the table
Dropping a column
Changing column nullability
Changing the order of the columns
Changing the data type of a column
To change this option, on the Tools menu, click Options, expand Designers, and then click Table and Database Designers. Select or clear the Prevent saving changes that require the table to be re-created check box.
'SQL > MSSQL' 카테고리의 다른 글
SQL SERVER 2005 이상의 64BIT 머신에서 링크드 서버연결시 아래의 메시지가 출력되면서 오류가 발생함. (0) | 2012.08.23 |
---|---|
Sql Server Profiler 또다른 것.... (0) | 2011.05.26 |
[펌] MSSQL 테이블별 size 및 row 구하기 (0) | 2010.11.17 |
[펌] [ SQL 2005 ] 외부 조인 연산자("*=" 또는 "=*") 사용시 오류날때 (0) | 2010.11.12 |
sql server 에서 숫자를 원단위로 출력하는 쿼리.. (0) | 2007.12.04 |