SQL Query to find BIP Report Jobs History
/******************************************************* *PURPOSE: SQL Query to find BIP Report Jobs History * *AUTHOR: Shailender Thallam * *******************************************************/ SELECT (CASE WHEN state = 1 THEN ‘Wait’ WHEN… Read More »SQL Query to find BIP Report Jobs History