if EXISTS (select * from INFORMATION_SCHEMA.tables where table_name = 'tabla') Select Top 1 * from Tabla ELSE SELECT 'No existe' AS campo1