sp_tables
select name from sysobjects where type='U'

-- 테이블 리스트
select * from information_schema.tables

-- 컬럼 상세 정보
select * from information_schema.columns
where table_name = '테이블명'
order by 5

http://blog.naver.com/nuryee/70015323602
숫자를 텍스트로 변환하는 3가지 방법

이 문서는 MrExcel.com에서 발췌한 것입니다. 자세한 팁과 정보를 보려면 MrExcel.com 사이트(영어)를 방문하십시오.


netstat -bn
현재 내가 사용중인 프로그램의 접속지IP와 포트번호를 알수 있는방법


nbtstat -a (IP)
IP가 충돌이 났을때, 상대방 컴퓨터명을 알 수 있는 방법.

+ Recent posts