I guess I could have been more clear. I don't work a whole lot with
SQL databases, but the sorts of functions we need metadata for are
APPROX_COUNT_DISTINCT
AVG
CHECKSUM_AGG
COUNT
COUNT_BIG
GROUPING
GROUPING_ID
MAX
MIN
...
The queries I do on sys.all_objects return
sp_MSalreadyhavegeneration
sp_MSwritemergeperfcounter
sp_drop_trusted_assembly
TABLE_PRIVILEGES
sp_replsetsyncstatus
sp_replshowcmds
sp_publishdb
sp_addqueued_artinfo
sp_replcounters
sp_MSget_subscription_dts_info
...
I've been trying to figure out if the jdbc driver has code that would
give me a hint but nothing so far.
Thanks for your time.
wcn
On 11/2/18 8:28 AM, Jürgen Weltner wrote:
> select * from sys.all_objects
|