如何在Microsoft SQL管理研究中关闭身份插入功能?

时间:2016-05-10 20:21:57

标签: sql sql-server

您可以关闭设置标识插件吗?例如:#include <type_traits> template <bool... Vs> struct meta_bool_and; template <bool V> struct meta_bool_and<V> : std::integral_constant<bool, V> {}; // ^^^ template <bool V, bool... Vs> struct meta_bool_and<V, Vs...> : std::integral_constant<bool, V && meta_bool_and<Vs...>::value> {}; // ^^^^^^^^^^ 。可以在Microsoft SQL Server Management Studio中关闭它,如果是这样,你如何关闭它?

1 个答案:

答案 0 :(得分:3)

SET Identity_Insert tblSuppliers OFF