Wednesday, February 8, 2012

SQL server displaying all the contents of the table


Select * from Schema.table_name

Select * from ramneek.table1

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

Ramneek Sharma