SQL Server get/list all tables in the database

Categories: Database; Tagged with: ; @ July 31st, 2012 15:16

SQL Server – 2008 get all tables:

USE database
SELECT * FROM SYS.TABLES ORDER BY NAME;

<->



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.