This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to find NTA database server in SWQL

I know that in the SQL db you can find it with

SELECT * FROM [dbo].[NetFlowGlobalSettings]

where KeyName = 'NetFlowStorageAddress'

but is there a SWQL equivalent table or somewhere else that would give me the IP or hostname for the NTA db server?  I haven't been able to find it so far.