I have a value (11832) which relates to an accountnumber in an sql server db.
is there any way i can find out from which table this value comes from?
eg select * from * where *=11832?
i need to add a field to a report but ive no clue where the field comes from and there are 400 tables in the db to choose from! none of which are named anything obvious!
thanks for your help!
is there any way i can find out from which table this value comes from?
eg select * from * where *=11832?
i need to add a field to a report but ive no clue where the field comes from and there are 400 tables in the db to choose from! none of which are named anything obvious!
thanks for your help!