Explore the Experience in SharePoint 2013

Monday, December 1, 2014

How to get list of tables from Database in SQL Server.

No comments


Hi Guys ,


Thanks for visiting my blog .


Some times  we come across a situation where we want to know list of tables in database 
Type this command in SAL editor and press F5(or run the command).

 USE SampleDB
SELECT * FROM SYS.tables
.

No comments :

Post a Comment