Enter all necessary details in the form fields provided. For detailed steps on filling out these fields, refer to the section below. Test the connection (optional): Click the Test button to ensure the ...
SELECT t.name AS TableName, s.name AS SchemaName, COUNT(DISTINCT p.partition_number) AS PartitionCount, SUM(p.rows) AS TotalRows, -- Total sizes CAST(SUM(a.total_pages) * 8.0 / 1024 AS DECIMAL(10,2)) ...