| Enrico님의 프로필Enrico Zerilli사진블로그리스트 | 도움말 |
Attach Detach BTS DBOne of the problems we face during the development of BizTalk Application is that lack of space in the main drive C:\, Since we do default installation for MSSQL and BizTalk 2004, the Data File and Log Files is of course is installed in C:\Program Files\Microsoft SQL Server\MSSQL\Data. To solve this is we have to move all BizTalk's DB from C:\ to another drive. Another thing is, we also do have the CovastDB which is used in X12 parsing which has to be moved also. Note: Before performing this operation you should first stop the following services: Enterprise Single Sign-On Services BizTalk Service BizTalk Group : BizTalkServerApplication Covast EDI Service Script: sp_detach_db 'BAMArchive'
sp_attach_db 'BAMPrimaryImport',
sp_attach_db 'BizTalkEDIDb',
sp_attach_db 'BizTalkHwsDb',
sp_attach_db 'BizTalkMsgBoxDb', sp_attach_db 'BizTalkRuleEngineDb', sp_attach_db 'SSODB',
Luckily, BizTalk 2004 and Covast still work. 트랙백이 블로그의 트랙백 URL은 다음과 같습니다. http://enfr.spaces.live.com/blog/cns!5302EFFA1B50691E!146.trak 이 블로그를 참조하는 웹 로그
|
|
|