본문 바로가기

Program

테이블 명세 구하는 쿼리 말이 필요없음 돌려봤는데 쵝오! http://www.taeyo.pe.kr/pds/Content.aspx?SEQ=3171&TBL=UPLOAD&PGN=1 더보기
asp 요일 함수 weekday() ex ) response.write weekday(date) response.write weekday("2011-11-08") 결과값 1 일요일 2 월요일 3 화요일 4 수요일 5 목요일 6 금요일 7 토요일 요일까지 보여주기 WeekDayName() response.write WeekDayName(Weekday(date), True) 더보기
asp 숫자 문자 구분 isNumeric(변수) 숫자이면 True, 문자이면 False 반환 ex) '숫자형 체크If seq "" ThenIf IsNumeric(seq) ThenElseResponse.EndEnd IfEnd If 더보기
expression을(를) 데이터 형식 int(으)로 변환하는 중 산술 오버플로 오류가 발생했습니다. int 형 데이터를 sum 했을시 expression을(를) 데이터 형식 int(으)로 변환하는 중 산술 오버플로 오류가 발생했습니다. select sum(convert(bigint,sum할필드)) from 테이블 더보기
mssql text replace replace(cast(변경할 필드명 as varchar(8000)),'변경하고자 하는 내용','변경될 내용') 더보기
Datediff DATEDIFF 지정한 두 날짜 간에 교차되는 날짜와 시간 경계값을 반환합니다. 구문 DATEDIFF ( datepart , startdate , enddate ) 인수 datepart 차이를 계산할 날짜 부분을 지정하는 매개 변수입니다. 다음은 Microsoft® SQL Server™에서 인식하는 날짜 부분과 약어입니다. 날짜 부분 약어 Year yy, yyyy quarter qq, q Month mm, m dayofyear dy, y Day dd, d Week wk, ww Hour hh minute mi, n second ss, s millisecond ms startdate 계산의 시작 날짜입니다. startdate는 날짜 형식에서 datetime 또는 smalldatetime 값이나 문자열을 반환.. 더보기
Enter 엔터 Submit 더보기
mssql bak 파일 복원 Restore Database 복원할DB명 from disk = 'BAK파일 경로' ex ) Restore Database test from disk = 'C:\homepage\back\test.BAK' 더보기
무료 로고,폰트,버튼 http://cooltext.com/ http://www.mastertemplates.com/logo-templates/index2.htm http://poshopzil.com/Logo_Generator/ http://www.templatesbox.com/free-logo-templates/index.htm http://www.websitespot.com/free-logo-templates.htm http://freshtemplates.com/logo_templates/index.htm http://www.templateworkz.com/logo_templates1.php http://www.flashvillage.com/index.php?page=vectors1 http://www.templatesbo.. 더보기
무료 영문 폰트 사이트 http://www.dafont.com http://www.theleagueofmoveabletype.com/ http://fontfabric.com/ 더보기