kaveer
8/29/2016 - 11:45 AM

view All tables in database

view All tables in database

USE staging;
GO
SELECT *
FROM INFORMATION_SCHEMA.TABLES;