您可以关闭设置标识插件吗?例如:#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中关闭它,如果是这样,你如何关闭它?
答案 0 :(得分:3)
SET Identity_Insert tblSuppliers OFF