Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
18 March 2014
How to get total number of tables in a database in SQL?
SELECT
COUNT
(*)
as
TotalTables
FROM
sys
.
tables
WHERE
type
in
(
'u'
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment