MSSQL

[MSSQL] 특정 테이블의 전체 레코드 수 확인

그저심 2022. 6. 3. 11:28
select rows from sys.sysindexes where id=OBJECT_ID('테이블이름') and indid < 2

 

반응형