Friday, August 2, 2013

how to get the list of all table names in a database

To get the complete list of tables in a particular database in sql server

SELECT * FROM SYS.TABLES

No comments:

Post a Comment