Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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? ...
1
vote
3answers
222 views

What´s your favorite definition/citation of an Object (in general) in OOD? (from a book, a person (Meyer, Booch, Reenskaug, Wirfs-Brock etc..))

There are quite some interesting definitions of what an object in OO is? Please post your favorite definitions and quotes! One of my favorites comes from Trygve Reenskaug: "The object has three ...