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 |
Tags
- 엑셀 두개 창
- ㅗ기
- 파워빌더
- 늑여탭
- Windows
- Shrink log
- svn
- 파워빌더 팁
- 로그파일 축소
- 데이터윈도우
- 엑셀 참조창
- 이루나
- 엑셀 2007 여러 개
- Excel
- RDP
- power builder
- 로그축소
- 원격데스크톱
- 엑셀 창모드
- MSSQL
- 윈도우
- 늑대와여우
- mssql 로그축소
- 이루나전기
- 엑셀 여러개 창 열기
- 엑셀 두개 창 열기
- 이클립스
- 카달로그뷰
- 엑셀 여러 창
- 테이블 명세서
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