I have a weird situation. I have a case where I know a primary key column, but not the table it's in.
Anyone know a quick 'n easy way of finding that info? i was hoping that sp_pkeys could do that, but it doesn't let me use the column as a parameter.
Edit: This is NOT the same as looking for tables with a column (I already know how to do that). I'm looking for tables with a specific primary key (which is a subset of the "duplicate question").