摘要:
--允许对系统表进行更新 exec sp_configure 'allow updates',1 reconfigure with override GO --取消标识列标记 update syscolumns set colstat = 0 where id = object_id('tablename') and colstat = 1 GO --插入id=8001-8003的行 --恢复标识列标记 update syscolumns set colstat = 1 where id = object_id('tablename') and 阅读全文
posted @ 2014-01-22 20:47
zhangsir
阅读(426)
评论(0)
推荐(0)


浙公网安备 33010602011771号