zoukankan      html  css  js  c++  java
  • SQL Server Error: Saving Changes is not permitted. The changes you have made require the following tables to be dropped and recreated

    When you install the Microsoft SQL Server Management Studio, the default settings do not allow you to save any changes to the structure of your tables that would cause the tables to be dropped and recreated, which can be extremely limiting when you are needing to make a quick change using the interface.

    The good news is that it is very easy to change this setting by following these steps:

    1. Open SQL Server Management Studio
    2. From the file menu, choose Tools à Options
    3. From the left menu, choose Designers
    4. Uncheck the box entitled Prevent saving changes that require table re-creation
    5. Press OK to save

  • 相关阅读:
    ubuntu使用iso作为本地源
    ubuntu配置简单的DNS服务器
    core data
    Core Animation教程
    制作framework&静态库
    notes
    textkit
    coretext
    nsset
    iOS Development Sites
  • 原文地址:https://www.cnblogs.com/Javi/p/12653304.html
Copyright © 2011-2022 走看看