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'
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'