Syntax

TREE Drive:\ Path /f /a

Drive:\Path Drive and directory containing disk for display of directory structure.
/f Displays file names in each directory.
/a ext characters used for linking lines, instead of graphic characters. /a is used with code pages that do not support graphic characters and to send output to printers that do not properly interpret graphic characters.


크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/05/06 10:53 2008/05/06 10:53
, ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3234

-- 데이터베이스의 사용자 테이블을 호출
--select * from sysobjects where xtype='U' order by name

-- 데이터베이스의 사용자 테이블 중 특정 필드가 있는 테이블만 호출한다.
select tbl.name, col.name colnm
from (
select id,
name
from sysobjects
where xtype = 'U'
--and name = 'tblBBS_DTQNA'
and name in ( select name from sysobjects where xtype='U' )
) tbl

inner join syscolumns col on col.id = tbl.id
left outer join sysindexkeys idx on idx.id = col.id and col.colid = idx.colid and indid = 1

where col.name in ( 'dtPubDate' )
order by tbl.name
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/18 20:41 2008/04/18 20:41
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3185

MSSQL 쿼리 결과창 닫는 단축키

MSSQL 쿼리 결과창 닫는 단축키


ctl + R


그러면, 쿼리 결과창이 닫힌다.
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/18 11:23 2008/04/18 11:23
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3184

날짜 자릿수 나오게 하기 4 -> 04

datename(day,getDate()) 하면 1월 1일인 경우

01 이 나올줄 알았는데 그냥 1이 나오는군요. 이거 01로 나오게 하고 싶은데 어떻게 해야 되나.

select right('0' + cast(datename(day, '20070101') as varchar) , 2)
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/16 11:36 2008/04/16 11:36
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3177

http://www.ibm.com/developerworks/kr/library/wa-aj-when/

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/15 10:27 2008/04/15 10:27
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3173

http://www.ibm.com/developerworks/kr/library/wa-aj-rssphp/

[ 소스 다운로드 ]

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/15 10:22 2008/04/15 10:22
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3172

아키텍처 입문 (한글)

http://www.ibm.com/developerworks/kr/architecture/newto/

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/15 10:18 2008/04/15 10:18
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3171

이클립스 툴 - 플러그인을 이용하면 java 뿐만 아니라, php, Ruby on Rails 까지 개발 가능하다.


http://www.eclipse.org/europa/

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/13 11:27 2008/04/13 11:27
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3159

참고사이트 - http://tdd.or.kr/wiki

파이썬
python
TDD - 테스트 주도 개발

http://tdd.or.kr/wiki
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/08 09:35 2008/04/08 09:35
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3145

MS-SQL - 숫자에 대한 연산자

MS-SQL - 숫자에 대한 연산자

형식 : + - * / % ( )

우선순위 : ( ) + - * / %
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2008/04/03 17:03 2008/04/03 17:03
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/3130

« Previous : 1 : ... 48 : 49 : 50 : 51 : 52 : 53 : 54 : 55 : 56 : ... 101 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/11   »
          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
Statistics Graph

Site Stats

Total hits:
240454
Today:
250
Yesterday:
856