How to pull this informaiton from SQL Server 2016
Identity column in existing table with BIGINT as the data type has reference in other tables for the same column but with INT data type, instead of BIGINT. eg History CustomerPK INT links to Customers CustomerPK BIGINT
Stored Procedure, triggers or other database functions have INT variable defined for identity column in existing table with BIGINT, eg CA_FillClipAgentTable in DB1
Identity column in existin table with BIGINT as the data type has reference in LOCAL SERVER Postgres table with INT as the data type, eg RD DistributionID BIGINT in DB1, corresponds to ardDistribution DistributionID INT in Postgres