Tips and Tutorials for ASP.Net Web Applications - Discuss Problems while Developing Web Application with ASP.Net, VB.Net and C#.Net and get Solutions.
A simple query to find out number of tables in database is
USE YOURDBNAME
SELECT COUNT(*) from information_schema.tables WHERE table_type = 'base table'
Enjoy...
Post a Comment
No comments:
Post a Comment