Contents

System/OS
2013.04.23 14:40

[ms-sql] 프로시져 예제..

Views 13406 Comment 0
Atachment
Attachment '1'
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
첨부 파일에는 13개 프로시저 파일이 있고,
아래 본문에는 허전하니 샘플로 1개만 ㅋㅋ
drop proc dbo.edu_purOrderHeader_load_picomax
go
create proc dbo.edu_purOrderHeader_load_picomax
    @id        int        -- 상세내용을 볼 문서의 ID
AS

--
--
--    1) 시스템    : DB 교육 성과물
--    2) 기능     : devproto..tblPurOrderHeader 테이블에서 상세정보를 출력한다.
--    3) 입력     : devproto..tblPurOrderHeader의 ID
--    4) 작성자    : picomax
--    5) 작성일자    : 2007.02.14
--    6) 수정내역
--    7) Test Example
--            exec edu_purOrderHeader_load_picomax '2'
--

set nocount on

select 
    id,
    purOrderNo,
    vendorCode,
    requestDate,
    totalPrice,
    saveUser,
    saveUserName,
    saveDate,
    updateUser,
    updateUserName,
    updateDate,
    orderState,
    alertState,
    considerUser,
    acceptUser
from
    devproto..tblPurOrderHeader    
where
    id = @id

return


?

List of Articles
No. Category Subject Author Date Views
106 System/OS [linux] 아파치 설치/설정(proxy) hooni 2003.04.23 12965
105 System/OS [linux] 아파치설치/설정 hooni 2003.04.23 14492
104 System/OS [linux] 아파치설치/설정 - SSI(Server Side Include) hooni 2003.04.23 13206
103 System/OS [linux] 아파치설치/설정 - 사용인증 hooni 2003.04.23 15084
102 System/OS [linux] 아파치설치/설정 - 알리어싱(aliasing) hooni 2003.04.23 51368
101 System/OS [linux] 아파치설치/설정(CGI부분) hooni 2003.04.23 14568
100 System/OS [linux] 아파치설치/설정(모니터링) hooni 2003.04.23 14153
99 System/OS [linux] 우분투 APM + phpmyadmin 설치 hooni 2013.10.07 49321
98 System/OS [linux] 웹로그분석기(webalizer) 설치 & 팁 hooni 2003.04.23 14882
97 System/OS [linux] 이기종간의 파일 공유(Samba) hooni 2003.04.23 14900
96 System/OS [linux] 종료와 종료코드 확인(환경변수에서) hooni 2003.04.23 15540
95 System/OS [linux] 처음 설치부터 APM 설치까지 (업데이트 할 것) hooni 2013.04.23 38271
Board Pagination Prev 1 ... 4 5 6 7 8 9 10 11 12 13 ... 17 Next
/ 17