Help for this page

Select Code to Download


  1. or download this
    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')
    
  2. or download this
    
    use pubs
    ...
    end
    go
    print 'finished' -- never gets here