how to querry on the database without accessing the tables, correct the database but not the tables

Posted by user287745 on Stack Overflow See other posts from Stack Overflow or by user287745
Published on 2010-06-17T07:23:57Z Indexed on 2010/06/17 7:33 UTC
Read the original article Hit count: 138

Filed under:
|
|
|

used is c# sql vs 08 sql server 2005 express

whenever and where ever an sql select statement is used, its always like

select * from tablename

or count statement is alsi like

select count something from table name

for selecting or doing anything on the tables,

i would like to know which tables exits in my the database i am connected to!

so like select alltablenames from database_name.

please guide.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql