Tagged Questions

1
vote
2answers
25 views

SQL help - find the table that has 'somefieldId' as the primary key?

How can I search my sql database for a table that contains a field 'tiEntityId'. This field is referenced in a stored procedure, but I am unable to identify which table this id is a primary key for? ...