MS SQL 테이블 용량 확인 및 행수 확인 (레코드 수)

테이블 별 용량 확인



select t_name = convert(varchar(30), min(o.name)), T_sz = ltrim(str(sum(reserved) * 8192 / 1024 / 1024.,15,0) + ‘MB’) from sysindexes i inner join sysobjects o on (o.id = i.id) where i.indid in (0, 1, 255) and o.xtype = ‘U’ group by i.id order by t_name asc





테이블 별 레코드 수



SELECT o.name, i.rows FROM sysindexes i INNER JOIN sysobjects o ON i.id = o.id WHERE i.indid < 2 AND o.xtype = ‘U’ ORDER BY o.name


코멘트 쓰기

이메일은 공개되지 않습니다. 필수 입력창은 * 로 표시되어 있습니다.

다음의 HTML 태그와 속성을 사용할 수 있습니다:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



배송정보
배송조회를 하시려면 송장번호를 클릭하세요
배송조회
상품명
주문번호
택배사
송장번호