Help for this page
D:\>copy con: select1.sql set showplan_text on ... < if exists (select 1 from sysobjects where xtype = 'U' and name = 'j +obs') --- > if exists (select * from sysobjects where xtype = 'U' and name = 'j +obs')
use pubs ... end go print 'finished' -- never gets here