Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Weird situation on removing field
Message
From
01/06/2013 06:56:25
 
 
To
30/05/2013 23:08:40
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01575097
Message ID:
01575393
Views:
62
>>General warning!
>>When you do a table modify,
>>you can destroy the db structure or lost data.
>
>Is the setting in regards to that is "Prevent saving changes that require table re-creation"? That is the only one I remember having changed. However, it does not say it has an impact on removing a field and blocking its removal if it has an index. In my case, it works. For another person, he has the warning and cannot proceed.

Table re-creation is necessary in some cases.

The fundamental problem is that the scripts builded by SSMS
are not contained in a single transaction,
with a rollback when it fail..

When they fails, a part of the transaction remains in the database.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform