Wednesday 25 May 2016

SQL server displaying all the contents of the table

Select * from Schema.table_name

Select * from manoj.table1

where manoj is the schema of the created database in which the table1 is stored.

No comments:

Post a Comment