sanjay5219 Posting Yak Master
178 Posts
sunitabeck Flowing Fount of Yak Knowledge
5152 Posts
SELECT OBJECT_NAME(OBJECT_ID) TableName, row_count FROM sys.dm_db_partition_stats WHERE index_id < 2
visakh16 Very Important crosS Applying yaK Herder
India 47157 Posts
quote:Originally posted by sanjay5219Hi All,Is there any way where i can find the rows in all the tables.Please suggest
madhivanan Premature Yak Congratulator
India 22461 Posts
quote:Originally posted by visakh16quote:Originally posted by sanjay5219Hi All,Is there any way where i can find the rows in all the tables.Please suggestdo you mean row count or rows present in all tables based on a value?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/
mani_1234 Starting Member
India 24 Posts
johncooper565 Starting Member
USA 1 Posts
quote:Originally posted by johncooper565Is there any way where i can find the rows in all the tables.unspammed