This is very simple and can be achieved using system table sys.tables.
USE YourDBName
GO
SELECT *FROM sys.Tables
GO
This will return all the tables in the database which user have created.
© Anup Shah on WPF and Silverlight (Programming Garden) 2016 . Powered by Blogger . Created by Weblyb Bankifsccode
No comments:
Post a Comment