Information

Showing posts with label Get size of all tables in database. Show all posts
Showing posts with label Get size of all tables in database. Show all posts
Saturday, May 24, 2014

Get size of all tables in database

›
Determining space used for each table in a SQL Server SELECT t.NAME AS TableName,     s.Name AS SchemaName,     p.rows AS RowCounts, ...
›
Home
View web version
Powered by Blogger.