Quantcast
Channel: THWACK: Message List - General Network Management
Viewing all articles
Browse latest Browse all 1249

SWQL support for Stored Procedure

$
0
0

Hi,

I need to configure a Custom Query widget in NPM. The widget supports only SWQL and i am using a Stored Procedure in my DB query.

Can somebody please suggest a solution.

Thanks

 

Query Sample :-

 

SELECT

      dbo.StoredProc(cs.RowID) as [Name],

      Cs.Value

  FROM [ISMT_DFAT].[dbo].[CustomPollerAssignmentView]  as CA

  INNER JOIN [ISMT_DFAT].[dbo].[CustomPollerStatusTable] as CS ON (Ca.CustomPollerAssignmentID=CS.CustomPollerAssignmentID)

  where CA.CustomPollerName = 'PacketLoss'   and cs.RowID like '%.2'

 

NPM version : 11.5.3


Viewing all articles
Browse latest Browse all 1249

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>