I want to return the number of records present in the individual tables from the database given the scheme in TSQL
Example: Schema=ABC, Tables = ABC.T1, ABC.T2, ABC.T3
Output of the query:
No of records Table
10 T1
5 T2
36 T3