SQL EXPLORER
About Me
Mohamed Faizal
Barking, Essex, United Kingdom
MCITP DBA ,MCITP BI & Oracle OCP 11G
View my complete profile
Thursday, June 12, 2014
Tables row count
SELECT
SUM
(
row_count
)
FROM
sys
.
dm_db_partition_stats
WHERE
object_id
=
OBJECT_ID
(
'table_name'
)
AND
(
index_id
=
0
or
index_id
=
1
);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment