if exists(select 0 from syscolumns where id = object_id('olbusiness') and name = 'olpayno' and prec = 25) alter table olbusiness alter column olpayno nvarchar(64)