Below is a list of things to remember and consider when creating these monitoring jobs:
- All BizTalk databases should not be considered as our usual databases and extreme caution should be practices when using them
- BizTalk installation has 4 databases BizTalkMsgBoxDb, BizTalkMgmtDb, BizTalkTrackingDb and SSODB
- These databases are dependent on each other and data is moved between them
- Check on using WITH (READPAST): excludes locked rows from result set
To Be Cont....