There were errors found within the database while Validating. Please fix these errors and run the Validator again. Contact Aptify Support if you need help resolving these problems.
SELECT OBJECT_NAME(referencing_id) AS [Selected DBobject Name], referenced_entity_name as [First Level Dependent], STUFF( (SELECT ', ' + OBJECT_NAME(d2.referenced_id ) FROM sys.sql_expression_dependencies d2 WHERE d2.referencing_id = OBJECT_ID (sed.referenced_entity_name ) ORDER BY OBJECT_NAME(d2.referencing_id) FOR XML PATH('')), 1, 1, '') AS [Dependent Objects Nth Level] FROM sys.sql_expression_dependencies AS sed INNER JOIN sys.objects AS o ON sed.referencing_id = o.object_id WHERE referencing_id in (SELECT object_id FROM sys.objects WHERE name in ('spGeteBusiness6_0DirectoryMemberDetails'))
Selected DBobject Name | First Level Dependent | Dependent Objects Nth Level |
spGeteBusiness6_0DirectoryMemberDetails | vwPersons | Address, Employee, FunctionRole, MemberStatusType, MemberType, Person, PhoneNumber, vwAddresses, vwCompanies, vwPersonExternalAccounts |