Viewing post 1 (of 1 total)
Hi,
Please try this:
select top 10 id, Name, * from
syscolumns where
autoval is not null and
colstat=0
then
update syscolumns
set colstat=1
--select * from syscolumns
where id='id'
and name='Name'
March 16, 2008 at 1:55 pm
#790158