foxysoft / idm-connector-bobj

SAP Identity Management connector for SAP BusinessObjects BI Platform
Apache License 2.0
5 stars 2 forks source link

Inconsistent usage of WITH NOLOCK with subqueries #15

Closed boskamp closed 2 years ago

boskamp commented 5 years ago

In job SAP BOBJ 4.2 - Initial Load, in SQL queries

some of the virtual tables created from subqueries have WITH NOLOCK immediately after their alias, others don't.

Check the MS documentation whether WITH NOLOCK makes sense in this case - probably it doesn't. If yes, use it consistently everywhere. Otherwise, remove all unneeded occurences.