数据插入 查找所有表 字段

alter table comm_tag add guidkey uniqueidentifier default newid() not null go alter table comm_tag add modifyTag timestamp not null go

select name from syscolumns where id=object_id(N'comm_user')

select name from sysobjects where xtype= 'U'

原文地址:https://www.cnblogs.com/cheshui/p/2361699.html