数据插入 查找所有表 字段

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'

posted @ 2012-02-21 17:52  51秒懂  阅读(126)  评论(0编辑  收藏  举报