Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Shrink log
- 늑대와여우
- 로그축소
- svn
- 엑셀 여러 창
- Excel
- 이루나전기
- 엑셀 2007 여러 개
- 이루나
- power builder
- 테이블 명세서
- 파워빌더
- 파워빌더 팁
- ㅗ기
- 엑셀 창모드
- 엑셀 두개 창
- 늑여탭
- 윈도우
- 엑셀 참조창
- RDP
- mssql 로그축소
- 카달로그뷰
- MSSQL
- 로그파일 축소
- 데이터윈도우
- Windows
- 엑셀 두개 창 열기
- 원격데스크톱
- 엑셀 여러개 창 열기
- 이클립스
Archives
- Today
- Total
목록테이블명세서 (1)
why don't do your best
테이블 명세서 만들기....
/********************************************** 테이블의 컬럼정보 보기 **********************************************/ declare @tb_name nvarchar(30) declare @tb_Id int /******** Input Table Name ********/ set @tb_name = 'iniop01t' select @tb_id = id from sysobjects where name = @tb_name select a.colid as NO , a.name as ColumnName , b.name as DataType , CASE WHEN b.name IN ('numeric', 'decimal') --18.5 형태의..
Database/MSSQL
2013. 3. 15. 10:09