Quantcast
Channel: THWACK: Unanswered Discussions - Network Performance Monitor
Viewing all articles
Browse latest Browse all 11013

SQL Query to get node custom properties

$
0
0

I know this will work in 10.4.2 :

 

select

    syscolumns.name as [Column],

    syscolumns.colid

from

   sysobjects, syscolumns

where

    sysobjects.id = syscolumns.id and

    sysobjects.name = 'Nodes' and

    colid > 82

But I'm hoping someone has a better way of extracting a list of custom properties.


Viewing all articles
Browse latest Browse all 11013

Trending Articles



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