Claude Code Repositórios

https://www.instagram.com/reels/DWCW0yxCVC6 https://www.instagram.com/reels/DV_Y8YQEWQ8 https://www.instagram.com/reels/DU1SLKqEhIn https://www.instagram.com/reels/DVgFnStDsCN https://www.instagram.com/reels/DV1fWd-AYxZ https://www.instagram.com/reels/DVzJ2yMDwC1 https://www.instagram.com/p/DVe_xdIjcA9/?img_index=6&igsh=NjVjb2cxdjl1cnlo https://www.instagram.com/reels/DUzg0n1jRK- https://www.instagram.com/reels/DVow_QaEljB https://www.instagram.com/reels/DVyStCyjAR7...

Consulta tamanho das tabelas

SELECT  s.[name] AS [schema],        t.[name] AS [table_name],        p.[rows] AS [row_count],        CAST(ROUND(((SUM(a.total_pages) * 8) / 1024.00), 2) AS NUMERIC(36, 2)) AS [size_mb],        CAST(ROUND(((SUM(a.used_pages) * 8) / 1024.00), 2) AS NUMERIC(36, 2)) AS [used_mb],        CAST(ROUND(((SUM(a.total_pages) – SUM(a.used_pages)) * 8) / 1024.00, 2) AS NUMERIC(36,...