set @col3= 
 name  from SysColumns Where ID = OBJECT_ID('temp')  and  colid=3 
print @col3 
也会报错