select * from DB이름.information_schema.tables where table_name=N'테이블이름'
이렇게 호출해서 결과가 있으면 테이블이 있는 것이고 없으면 테이블이 없는 것임