Wednesday, 30 March 2011

SQL query to retrieve all tables of the database.

Write SQL query to retrieve all tables of the database. 

Select name from sysObjects where xtype=�u� 

No comments:

Post a Comment