check table is exist or not in database
i want to program how to check that a table is exist in database or not using asp.net and c# please suggest a simple method
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Nov 26, 2013, 4:02 AM
select * from information_schema.tables where table_name ='your table name'
Girish SapariyaPosted Nov 26, 2013, 2:17 AM
check this:
http://stackoverflow.com/questions/464474/check-if-a-sql-table-exists