if not exists (select name from dbo.sysobjects where name='vGetTaf_ID_Of_Salary') begin exec('create VIEW vGetTaf_ID_Of_Salary AS select 0 ID , 0 Taf_ID') end